GStreamer and RTCP stream errors

Tim-Philipp Müller t.i.m at zen.co.uk
Mon Jun 3 06:35:37 PDT 2013


On Mon, 2013-06-03 at 13:45 +0200, 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.

Looks like you need to have a look at the GST_DEBUG=*:6 log then to see
where it errors out exactly. I suspect the v4l2sink is buggy in some
respect. What version are you using exactly? (gst-inspect-1.0 v4l2sink |
grep Version)

Cheers
 -Tim


> > > 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





More information about the gstreamer-devel mailing list