<div dir="auto"><div>Hi,</div><div dir="auto"><br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">Le jeu. 15 juin 2023, 08 h 15, Andrés Meseguer Valenzuela via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<p><span lang="EN-US">Dear community,<br>
I am using a <span>
gstreamer</span> pipeline to send UDP video stream raw rgb and a python code to receive it and use it with opencv.
<br>
</span></p>
<p><span lang="EN-US">I see that gstreamer sends the video using packets of 1400 bytes, hence it that is increasing the latency. May I know any manner to increase<br>
the packet size in order to reduce quantity of packets and so, the final latency? For the pipeline I use rtrawpay and udpsink. I have tried to</span></p></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">To increase throughput (it has nothing to do with latency, if your network and computer was faster, smaller chunk leads to lower latency), you need to change the MTU. There is an mtu property on all RTP payloaders. You may want to tweak your network configuration.</div><div dir="auto"><br></div><div dir="auto">Regards,</div><div dir="auto">Nicolas </div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)"><p><span lang="EN-US">
<br>
</span></p>
<p><span lang="EN-US">add a queue between both but there has been no change.
<br>
</span></p>
<p><span lang="EN-US">Please, let me know any solution,<br>
thank you for your time. </span></p>
<br>
</div>
</div>

</blockquote></div></div></div>