我的rtsp服务器网址是“ rtsp://xxx.xxx.xxx.xxx:xxxx /”,rtsp流格式是H.264。
当我在客户端PC上的chrome上写一个网址时,我可以看到流。
但是当我执行我的python代码时,我看不到流和
打印此消息。
[rtsp @ 0x223f0a0] method SETUP failed: 461 Unsupported transport
我打开rtsp的代码是
cap = cv2.VideoCapture("rtsp://xxx.xxx.xxx.xxx:xxxx/")
我的opencv buildinfo是
Video I/O:
DC1394: NO
FFMPEG: YES
avcodec: YES (ver 58.6.103)
avformat: YES (ver 58.3.100)
avutil: YES (ver 56.5.100)
swscale: YES (ver 5.0.101)
avresample: NO
GStreamer: NO
libv4l/libv4l2: NO
v4l/v4l2: linux/videodev.h linux/videodev2.h
gPhoto2: NO
谢谢您的好意。