<div dir="ltr">Following command can read from rtspsrc and open a window to display the video image, though:<div>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> latency=0 ! decodebin ! autovideosink<br></div><div><br></div><div>How can I use that uridecodebin? Elements in the pipeline seems to be in some kind of order, I just cannot figure out their relationships.</div><div><br></div><div>Thanks,</div><div>Russell</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 4, 2015 at 12:29 AM, Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas.dufresne@collabora.com" target="_blank">nicolas.dufresne@collabora.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
Le 02/03/2015 03:19 AM, Russell a écrit :<br>
<span class="">> Hi,<br>
><br>
> I am trying to read from an rtsp stream, and write it to a loopback<br>
> device created by umlaeute/v4l2loopback<br>
</span>> <<a href="https://github.com/umlaeute/v4l2loopback" target="_blank">https://github.com/umlaeute/v4l2loopback</a>>. The command I run is:<br>
<span class="">><br>
> gst-launch-1.0 rtspsrc<br>
> location=rtsp://<a href="http://192.168.100.211:554/ISAPI/streaming/channels/101?auth=YWRtaW46MTIzNDU=" target="_blank">192.168.100.211:554/ISAPI/streaming/channels/101?auth=YWRtaW46MTIzNDU=</a><br>
</span>> <<a href="http://192.168.100.211:554/ISAPI/streaming/channels/101?auth=YWRtaW46MTIzNDU=" target="_blank">http://192.168.100.211:554/ISAPI/streaming/channels/101?auth=YWRtaW46MTIzNDU=</a>><br>
> ! v4l2sink device=/dev/video1<br>
<br>
rtspsrc does not depayload and decode your stream. You may want to try<br>
uridecodebin for that.<br>
<br>
cheers,<br>
Nicolas<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>