<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">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" class="">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=""><br class=""></div><div class="">You may try figuring it out from the DOT diagram:</div><div class="">GST_DEBUG_DUMP_DOT_DIR=/tmp gst-launch-1.0 playbin uri=<a href="udp://@0.0.0.0:5000" class="">udp://@0.0.0.0:5000</a></div><div class=""><br class=""></div><div class="">In /tmp you’ll find the diagrams with names similar to <timestamp>-gst-launch.PAUSED_PLAYING.dot</div><div class="">You may view them using xdot, or by converting them to png using “dot -Tpng <your_dot>.dot -o <your_png>.png”</div><div class=""><br class=""></div><div class="">After that, follow the name hierarchy down to your sink element, and set sync to false. Note that this is only valid because you have a video only pipeline, coming from a live source as v4l2. I’ll attach my png so you can correlate my hierarchy with my diagram and extrapolate yours.</div><div class=""><br class=""></div><div class="">A big warning:</div><div class="">- if your hierarchy path is incorrect, you’ll <b class="">not </b>receive a message saying so. The property will simply not apply.</div><div class=""><br class=""></div><div class="">Good luck :)</div><div class=""><br class=""></div><div class=""><img height="45" width="720" apple-width="yes" apple-height="yes" apple-inline="yes" id="3312CF34-D93A-40BA-94EA-059C6DFC3C95" src="cid:78A30A8A-3209-47AA-BFB6-BF62D3CB5636" class=""></div><div class=""><br class=""><div class="">
<div class=""><div class=""><font size="1" class="">—</font></div><div class=""><font size="1" class="">Michael Gruner <<a href="mailto:michael.gruner@ridgerun.com" class="">michael.gruner@ridgerun.com</a>></font></div><div class=""><font size="1" class="">Embedded Linux and GStreamer solutions</font></div><div class=""><font size="1" class="">RidgeRun Engineering</font></div><div class=""><font size="1" class="">Contact Us - <a href="http://www.ridgerun.com/#!contact/c3vn" class="">http://www.ridgerun.com/#!contact/c3vn</a></font></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Jun 8, 2016, at 12:03, fgfernandez0321 <<a href="mailto:fgfernandez0321@gmail.com" class="">fgfernandez0321@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Thank you for your suggestion but I used your solution and it doesn't work.<br class="">The point here is that I need a pipeline according to the playbin because I<br class="">was reading and playbin needs to receive a signal from muxer example jifmux<br class="">or mpegtsmux. In both cases I have delay and udp packet size problem. Could<br class="">you please helpe me???<br class=""><br class=""><br class=""><br class="">--<br class="">View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/UDP-PACKET-TOO-BIG-tp4677940p4677944.html" class="">http://gstreamer-devel.966125.n4.nabble.com/UDP-PACKET-TOO-BIG-tp4677940p4677944.html</a><br class="">Sent from the GStreamer-devel mailing list archive at <a href="http://nabble.com" class="">Nabble.com</a>.<br class="">_______________________________________________<br class="">gstreamer-devel mailing list<br class=""><a href="mailto:gstreamer-devel@lists.freedesktop.org" class="">gstreamer-devel@lists.freedesktop.org</a><br class="">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br class=""></div></div></blockquote></div><br class=""></div></div></body></html>