<div> </div>
<div>         Why video is not smooth is because you are not forming  rtp packets of encoded data and that&#39;s why some of the packets are getting lost or not reaching in proper order while transferring data from sender to receiver. Its would be better if you use rtp packetizer and depacketizer plugins at respective side. </div>

<div> </div>
<div>So pipeline should be  something like this,</div>
<div> </div>
<div>Sender:</div>
<div> gst-launch v4l2src ! video/x-raw-yuv,width=320,height=240,framerate=\(fraction\)30/1 ! ffenc_mpeg2video ! rtpmp2tpay ! udpsink host=&quot;10.0.0.217&quot; port=1234 Faruk <br></div>
<div>Receiver:</div>
<div>gst-launch udpsrc buffer-size=16777216 port=1234 ! rtpmp2tdepay ! ffdec_mpeg2video ! autovideosink</div>
<div> </div>
<div> </div>
<div><br><br> </div>
<div class="gmail_quote">On Tue, Dec 14, 2010 at 9:17 PM, frknml <span dir="ltr">&lt;<a href="mailto:faruk.namli@gmail.com">faruk.namli@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Hi Everyone; I&#39;m trying to design real time video streamer.Firstly i tried it in my local system with my webcam.The senario is,I&#39;m sending my webcam capture via udp at the same time i&#39;m receiving this data from my local network.I could succeed to show my webcam capture but I couldn&#39;t overcome the latency and the video is not smooth.I wrote my command below,please advise me how can i handle these problems. Receiver gst-launch udpsrc buffer-size=16777216 port=1234 ! ffdemux_mpegts ! ffdec_mpeg2video ! autovideosink Sender gst-launch v4l2src ! video/x-raw-yuv,width=320,height=240,framerate=\(fraction\)30/1 ! ffenc_mpeg2video ! ffmux_mpegts ! udpsink host=&quot;10.0.0.217&quot; port=1234 Faruk <br>

<hr align="left" width="300">
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Live-Streaming-tp3087339p3087339.html" target="_blank">Live Streaming</a><br>Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/" target="_blank">GStreamer-devel mailing list archive</a> at Nabble.com.<br>
<br>------------------------------------------------------------------------------<br>Gaining the trust of online customers is vital for the success of any company<br>that requires sensitive data to be transmitted over the Web.   Learn how to<br>
best implement a security strategy that keeps consumers&#39; information secure<br>and instills the confidence they need to proceed with transactions.<br><a href="http://p.sf.net/sfu/oracle-sfdevnl" target="_blank">http://p.sf.net/sfu/oracle-sfdevnl</a> <br>
_______________________________________________<br>gstreamer-devel mailing list<br><a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br><br>Sudarshan Bisht<br>