rtspsrc to v4l2sink

Russell danrenjian at gmail.com
Tue Feb 3 18:02:01 PST 2015


Following command can read from rtspsrc and open a window to display the
video image, though:
gst-launch-1.0 rtspsrc location=rtsp://
192.168.100.211:554/ISAPI/streaming/channels/101?auth=YWRtaW46MTIzNDU=
latency=0 ! decodebin ! autovideosink

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.

Thanks,
Russell

On Wed, Feb 4, 2015 at 12:29 AM, Nicolas Dufresne <
nicolas.dufresne at collabora.com> wrote:

>
>
> Le 02/03/2015 03:19 AM, Russell a écrit :
> > Hi,
> >
> > I am trying to read from an rtsp stream, and write it to a loopback
> > device created by umlaeute/v4l2loopback
> > <https://github.com/umlaeute/v4l2loopback>. The command I run is:
> >
> > gst-launch-1.0 rtspsrc
> > location=rtsp://
> 192.168.100.211:554/ISAPI/streaming/channels/101?auth=YWRtaW46MTIzNDU=
> > <
> http://192.168.100.211:554/ISAPI/streaming/channels/101?auth=YWRtaW46MTIzNDU=
> >
> > ! v4l2sink device=/dev/video1
>
> rtspsrc does not depayload and decode your stream. You may want to try
> uridecodebin for that.
>
> cheers,
> Nicolas
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150204/28100d37/attachment.html>


More information about the gstreamer-devel mailing list