Hi,<div><br></div><div>To control the jitter you can use gstrtpjitterbuffer. Anyway your pipeline seems weird for me (where is the depayloader?):</div><div><br></div><div>gst-launch udpsrc uri=udp://localhost:5004 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)MP2T-ES, payload=(int)33" ! gstrtpjitterbuffer latency=200 ! application/x-rtp ! rtpmp2tdepay ! video/mpegts ! mpegtsdemux ! video/x-h264 ! queue ! decodebin ! autovideosink</div>
<div><br></div><div>Best,</div><div><br></div><div>Angel</div><div><br><div class="gmail_quote">2012/11/28 Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, 2012-11-27 at 20:52 -0800, Sudhirkumar wrote:<br>
<br>
Hi,<br>
<br>
> We are able to display an mpeg-stream over udp on DM3730.<br>
> The video resolution is 1280x720 with 60fps.<br>
><br>
> gst-launch -v udpsrc uri="udp://<a href="http://192.168.10.40:5544" target="_blank">192.168.10.40:5544</a>" ! mpegtsdemux !<br>
> h264parse ! TIViddec2 ! queue ! tidisplaysink2<br>
><br>
> But, when streaming an video of resolution 640x480 60fps, the video display<br>
> is playing with delay.<br>
> i.e its taking time to buffer and then play, whereas when streaming an video<br>
> of 1280*720 it is playing smoothly.<br>
><br>
> Can anyone suggest what could be the issue<br>
<br>
</div>It might be in TIViddec2, IIRC there is an internal buffer of some sort,<br>
and it waits for that to be full before decoding (to be sure it's got at<br>
least one frame or something). That was on a different board though, but<br>
might still apply. You can put an identity element before TIViddec2 and<br>
the video sink to see when the first buffer goes through the pipeline<br>
where.<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888"> -Tim<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>