<div dir="ltr"><div class="gmail_extra">Try this</div><div class="gmail_extra"><br></div><div class="gmail_extra"><span style="font-size:12.8000001907349px">gst-launch-1.0 ksvideosrc  device-index=0 num-buffers=1 ! <b>videoconvert</b> ! x264enc !</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">rtph264pay ! udpsink host=192.168.0.102 port=1235</span></div><div class="gmail_extra"><span style="font-size:12.8000001907349px"><br></span></div><div class="gmail_extra"><span style="font-size:12.8000001907349px">If that fails</span></div><div class="gmail_extra"><span style="font-size:12.8000001907349px"><br></span></div><div class="gmail_extra"><span style="font-size:12.8000001907349px">gst-launch-1.0 ksvideosrc  device-index=0 num-buffers=1 ! <b>decodebin</b> ! x264enc !</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">rtph264pay ! udpsink host=192.168.0.102 port=1235</span><span style="font-size:12.8000001907349px"><br></span><br>Cheers</div></div>