我正在运行Windows,并且我通过独立的视频服务器连接到网络摄像头。
我尝试使用gstreamer
将文件流保存到文件中
使用以下命令:
gst-launch-1.0 rtspsrc location=rtsp://10.0.0.115/?multicast/mpeg4 ! decodebin ! mpegtsmux ! filesink location=D:\SomeDir\Somefile.mp4
但是我收到以下错误:
错误:来自元素 / GstPipeline:pipeline0 / GstRTSPSrc:rtspsrc0 / GstUDPSrc:udpsrc0:Internal 数据流错误。其他调试信息:gstbasesrc.c(2943): gst_base_src_loop():/ GstPipeline:pipeline0 / GstRTSPSrc:rtsp SRC0 / GstUDPSrc:udpsrc0:
任何想法为什么?