zodiac1111 / learn-opencv

opencv学习,测试例子. i'm learning opencv. some demo
4 stars 4 forks source link

RTSP with TCP Transport #1

Open tetherit opened 12 years ago

tetherit commented 12 years ago

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 :(

tetherit commented 11 years ago

+1

ghost commented 9 years ago

+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

PatriciaReyes commented 8 years ago

Hello, Did you find any solution to this problem?

Techieali commented 5 years ago

check with camera = cv2.VideoCapture('rtsp://password@123@192.168.1.64:554/101/sub/mp4_stream')