Hi
RTSP does not read stream from my ip camera ipc360
cap=cv2.VideoCapture(“rtsp://admin:admin@xxx.xxx.xxx.xxx:xxx/xxx”, cv2.CAP_FFMPEG) return false
thanks for your answer
Hi
RTSP does not read stream from my ip camera ipc360
cap=cv2.VideoCapture(“rtsp://admin:admin@xxx.xxx.xxx.xxx:xxx/xxx”, cv2.CAP_FFMPEG) return false
thanks for your answer
Hi,
Can you stream from the camera using the ffmpeg or ffplay with the same string, e.g.
ffplay rtsp://admin:admin@xxx.xxx.xxx.xxx:xxx/xxx
or vlc?
I think we need a sticky, this question comes up nearly every day and the first replies (e.g. mine) are always the same.
Hi… Thanks for the answer… I can stream from vlc…
Is that because it is asking you filled in the user name and password when it asked?
If so I would have a look through the below thread to see if anything helps.