<div dir="ltr"><span style="font-size:13px">I have usb logitech webcam. I want to stream video over network. I am using the following pipeline for video streaming. </span><div><br></div><div>gst-launch-0.10 v4l2src ! video/x-raw-yuv,width=640,height=480,framerate=30/1 ! x264enc speed-preset=ultrafast tune=zerolatency ! rtph264pay ! udpsink port=5000 host=192.168.0.101<br><div style="font-size:13px"><br></div><div style="font-size:13px">But after streaming particular amount of time, I am getting segmentation fault saying </div><div style="font-size:13px"><br></div><div style="font-size:13px">Caught SIGSEGV accessing address 0xb5142000 </div><div style="font-size:13px">#0 0xb6c6e276 in ?? ()</div><div style="font-size:13px">#1 0xb6cdf1e8 in ?? ()</div><div style="font-size:13px">#2 0xb6cdf1e8 in ?? ()</div><div style="font-size:13px">spinning. Please run 'gdb gst-launch 1322' to continue debugging, ctrl-c to quit, or ctrl-\ to dump core.</div><div style="font-size:13px"><br></div><div style="font-size:13px">Then I have tried to debug the gst-launch using gdb. I got following information with the gdb</div><div style="font-size:13px"><br></div><div style="font-size:13px"><div>#0 0xb6c6e276 in ?? () from /usr/lib/arm-linux-gnueabihf/libv4lconvert.so.0</div><div>#1 0xb6cdf1e8 in ?? () from /usr/lib/arm-linux-gnueabihf/libv4lconvert.so.0</div><div>#2 0xb6cdf1e8 in ?? () from /usr/lib/arm-linux-gnueabihf/libv4lconvert.so.0</div></div><div style="font-size:13px"><br></div><div style="font-size:13px">Backtrace stopped. previous frame identical to this frame( corrupt stack ?).</div><div style="font-size:13px"><br></div><div style="font-size:13px">I have installed the libv4lconvert0 libv4l-0 libv4l-dev packages already. still the same error is showing.</div><div style="font-size:13px"><br></div><div style="font-size:13px">Please help me with this.</div><div style="font-size:13px"><br></div><div style="font-size:13px">Thanks </div></div><div style="font-size:13px">pirpi</div></div>