<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body class=""><div>On Wed, 2016-06-08 at 13:39 -0600, Michael Gruner wrote:</div><div><br></div><div>Hi,</div><div><br></div><blockquote type="cite">I quickly tested a similar pipeline as yours (the H264+MPEGTS) in my PC, and got the same ~1s latency, plus somewhat jerky display. I don’t know if its the exact same scenario, but here’s how I managed to reduce it:<div class=""><br class=""></div><div class=""><div class="">gst-launch-1.0 playbin uri=<a href="udp://@0.0.0.0:5000">udp://@0.0.0.0:5000</a> <b class="">playsink::vbin::glimagesinkbin0::sink::sync=false</b></div><div class=""><b class=""><br class=""></b></div><div class="">Note that this hierarchy is specific to my PC, you’ll have to find the hierarchy in your specific environment, and that’s the tricky part.</div><div class=""></div></div><pre>
</pre></blockquote><div><br></div><div>sync=false on the sink will add jerkiness if there's network jitter.</div><div><br></div><div>What you probably want is to set the "latency" property on the source (rtspsrc), it's quite high by default (2 seconds).</div><div><br></div><div>e.g.</div><div><br></div><div>gst-launch-1.0 playbin uri=rtsp://127.0.0.1:8554/test uridecodebin0::source::latency=100</div><div><br></div><div>Cheers</div><div> -Tim</div><div><br></div><div><span><pre>--
Tim Müller, Centricular Ltd - http://www.centricular.com
</pre></span></div></body></html>