rtspsrc to v4l2sink
Nicolas Dufresne
nicolas.dufresne at collabora.com
Tue Feb 3 08:29:48 PST 2015
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
More information about the gstreamer-devel
mailing list