Open tetherit opened 12 years ago
+1
+1 camera = cv2.VideoCapture("rtsp://username:password@xx.xx.xx.xx:554/live/ch00_0") then get [rtsp @ 0x1694660] method SETUP failed: 461 Unsupported Transport both tried: rtsp://username:password@xx.xx.xx.xx:554/live/ch00_0?tcp rtsp://username:password@xx.xx.xx.xx:554/live/ch00_0?udp didn't work, same problem
Hello, Did you find any solution to this problem?
check with camera = cv2.VideoCapture('rtsp://password@123@192.168.1.64:554/101/sub/mp4_stream')
Would be great if you had an example of how to open an RTSP stream with a TCP transport, I can't seem to find a way to do this :(