Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

RTSP stream, web interface, DVR Onvif connection

infogate

New Member
Joined
Feb 6, 2018
Messages
3
Reaction score
0
Hello

I am a Yoosee camera's trader and i have a problem with the IL-HIP322-1M-ZY.
On specifications this camera should support rtsp streaming.

I tested 3 of the cameras with latest firmware 21.0.0.35.
None of them can be used with latest DVRS that support ONVIF cameras.

I have tested the following
  • rtsp://IPadr:554/onvif1
  • Main stream rtsp://IPadr:554/onvif1
  • Sub-stream rtsp://IPadr:554/onvif2
but with no luck.
Tried to use the camera with bsplayer, VLC player, Media Player but none of them will connect to camera.

Tried to use Camera Ip and connect with a web interface but that is impossible.

On the other hand camera works just fine with the Mobile Software YYP2P or YOOSEE and CMS Client

If this camera doesn't support the ONVIF then do you suggest a tested model that i could work with?

Thank you in advance.
 
Hello and thank you for fast reply.

I just tested the software.
1. I can discover the camera
2. I can add it normally with the default configuration
3. I get no video to the preview panel when i open the camera.
4. Using the CMS Client that i mentioned above i can monitor the camera normally.

The problem is that i can't use the camera with DVR that supports ONVIF and can't stream video from using the mainstream or sub stream links.
 
It could be discovered and added, but could not display image. This because the camera's video resolution doesn't match the resolution of your NVR.
The supported/selected video resolution of your DVR must match or be higher than resolution of video stream, therefore can display video.
 
It would be really helpfull to know if this camera support or not streaming.
It won't connect to DVR at all
Have you tested it with
  • rtsp://IPadr:554/onvif1
and made it work somehow.
If yes could you please tell me wich player to use?
On the other hand i know that it is a very usefull and great product but some customers need to use it for recording to DVR.
If this model doesn't support this function as i spend enough time trying could you please propose another product code that is tested and really can be used as ONVIF?

Thank you once again for your time.
 
hello guys can you share cms source code?

i need to use yousee camera for my robot and do some ptz

little help for developers please

i can access the live feed of the camera (rtsp://admin:00000000@192.168.1.3:554/onvif1)
but i cant do ptz
some help
my email
ahmed.sherif.abdelfattah@gmail.com
 
can I connect camera using programming langue (etc Python)?

import numpy as np
import cv2 cap = cv2.VideoCapture("rtsp://192.168.0.100:554/onvif1")
while(True):
ret, frame = cap.read()
print(frame)
cv2.imshow('frame',frame)
if cv2.waitKey(1) & 0xFF == ord('q'):
break​
cap.release()
cv2.destroyAllWindows()

ERROR:
[rtsp @ 0000016f6d5995a0] Nonmatching transport in server reply warning: Error opening file (/build/opencv/modules/videoio/src/cap_ffmpeg_impl.hpp:834) warning: rtsp://192.168.0.100:554/onvif1 (/build/opencv/modules/videoio/src/cap_ffmpeg_impl.hpp:835)​
 
well what can i say.... according to this guy..

34sql1v.jpg
 
Hi, I am having an issue with my cameras RTSP (onvif) stream. The low quality ONVIF2 stream works perfectly, however, the higher quality ONVIF1 stream constantly laggs, drops frames, and causes disconnects when played. Are you able to release a firmware update to optimize the onvif1 stream? This is happening on WIFI and LAN and makes the camera unusable for me.
 
I still can access to all my cameras using RTSP (authenticated) in VLC whit this string

rtsp://admin:strongpassword!@192.168.8.45:554/onvif1

The stream is working ONLY if I access the stream via LAN.
I've did the port forwarding in order to acces the RTSP stream from remote locations but it worked only for a couple of days.
No configuration changes and the stream disappeared from remote playback. At the moment is working only via LAN
 
I ve tryed and it work : with good admin user name & password config
defautl user name : admin
 
Back
Top