<div dir="ltr">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.<br>Following is the pipeline. <br><br>gst-launch v4l2src ! ffmpegcolorspace ! video/x-raw-yuv,width=320,height=240,<br>framerate=\(fraction\)30/1 ! jpegenc ! tcpserversink  host=192.168.1.91 port=5000 sync=false<br><br>I am able to live stream video to android device. But with above pipeline, I am getting following error after some time.<br>Error From element v4l2src: Internal data flow error.<br>Additional debug info:gstbasesrc.c(2625) gst_base_src_loop (): /GstPipeline:pipeline0/GstV4lSrc:v4l2src0: <br>Streaming Task Paused, reason error (-5)<br><br>Could you please help me with this?<br></div>