GStreamer and RTCP stream errors
Wim Taymans
wim.taymans at gmail.com
Mon Jun 3 06:49:44 PDT 2013
On 06/03/2013 01:45 PM, Fabio Cecamore wrote:
> Nothing to do with this command, only Internal data flow error :(
> Output: http://pastebin.com/yZ0m6eEZ
>
> The driver that i'm using is latest v4l2loopback.
It is selecting the audio part for decodebin but then fails to link the
decoded output to the
video part. You need to select the right video stream for decodebin,
like this:
gst-launch-1.0 -v rtspsrc location=rtsp://192.168.0.253/ch0_0.h264 !
application/x-rtp,media=video ! decodebin ! videoconvert ! videoscale !
v4l2sink device=/dev/video0
Wim
>
>> Hi Fabio,
>>
>> >/ On first, thanks for your help.
>> />/ And yes, with your command work without errors.
>> />/
>> />/ You can see the complete output here:http://pastebin.com/NhirMfr9
>> />/
>> />/ So, is the problem of decodebin ?
>> /
>> Not necessarily. I suspect the problem is that whatever decoder
>> decodebin plugs internally outputs a video format that v4l2sink doesn't
>> accept (with your specific driver/hardware anyway). You could try
>>
>> ... ! decodebin ! videoconvert ! videoscale ! v4l2sink
>>
>> Cheers
>> -Tim
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list