Stream task Pused, reason error (-5)

Nicolas Dufresne nicolas.dufresne at gmail.com
Wed Nov 30 15:17:27 UTC 2016


Le mercredi 30 novembre 2016 à 00:54 -0800, srd a écrit :
> I am using a webcam with ubuntu linux development board. I want to
> transmit
> live video from webcam to android devices. For this I am using the
> gstreamer
> pipeline.
> Following is the pipeline. 
> 
> gst-launch v4l2src ! ffmpegcolorspace !
> video/x-raw-yuv,width=320,height=240,
> framerate=\(fraction\)30/1 ! jpegenc ! tcpserversink 
> host=192.168.1.91
> port=5000 sync=false
> 
> I am able to live stream video to android device. But with above
> pipeline, I
> am getting following error after some time.
> Error From element v4l2src: Internal data flow error.
> Additional debug info:gstbasesrc.c(2625) gst_base_src_loop ():
> /GstPipeline:pipeline0/GstV4lSrc:v4l2src0: 
> Streaming Task Paused, reason error (-5)
> 
> Could you please help me with this?

We no longer support GStreamer 0.10. This could easily be a bug that
will never be fixed due to the 0.10 branch being closed for commit. It
is recommended to move forward with GStreamer 1.0, in which case, if
you have the same issue we will be interested in helping you.

best regards,
Nicolas


More information about the gstreamer-devel mailing list