<div dir="ltr">Hi, <div><br></div><div>I am trying to read from an rtsp stream, and write it to a loopback device created by <a href="https://github.com/umlaeute/v4l2loopback">umlaeute/v4l2loopback</a>. The command I run is:</div><div><br></div><div><font color="#0b5394" style="background-color:rgb(255,255,255)">gst-launch-1.0 rtspsrc location=rtsp://<a href="http://192.168.100.211:554/ISAPI/streaming/channels/101?auth=YWRtaW46MTIzNDU=">192.168.100.211:554/ISAPI/streaming/channels/101?auth=YWRtaW46MTIzNDU=</a> ! v4l2sink device=/dev/video1</font></div><div><font color="#0b5394" style="background-color:rgb(255,255,255)"><br></font></div><div>And it prints this error message:</div><div><br></div><div><font color="#cc0000">ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1: Internal data flow error.</font><br></div><div><br></div><div>I can do the same by ffmpeg, and it works ok:</div><div><font color="#0b5394">ffmpeg -i rtsp://<a href="http://192.168.100.211:554/ISAPI/streaming/channels/101?auth=YWRtaW46MTIzNDU=">192.168.100.211:554/ISAPI/streaming/channels/101?auth=YWRtaW46MTIzNDU=</a> -f v4l2 /dev/video1</font><br></div><div><font color="#000000"><br></font></div><div><font color="#000000">It is quite possible that I missed some elements before the v4l2sink, I just don't know what they are. Is there anyone can help? any online tourial regarding Gstreamer video processing (demuxer, muxer, encode, decode, etc) is appreciated.</font></div><div><font color="#0b5394"><br></font></div><div><font color="#0b5394"><br></font></div><div><font color="#0b5394">Thanks,</font></div><div><font color="#0b5394">Russell</font></div></div>