<html><head>

<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
<style>pre,code,address {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
ol,ul {
  margin-top: 0em;
  margin-bottom: 0em;
}
blockquote {
  margin-top: 0em;
  margin-bottom: 0em;
}
</style></head>
<body dir="ltr"><div>On Thu, 2023-06-15 at 11:12 +0000, Andrés Meseguer Valenzuela via gstreamer-devel wrote:</div><div><br></div><div>Hi <span style="font-size: 14.666667px;">Andrés,</span></div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<p class="x_MsoNormal"><span class="ContentPasted0" lang="EN-US">I am using a <span data-markjs="true" class="markqjl4g8aeg ContentPasted0" data-ogac="" data-ogab="" data-ogsc="" data-ogsb="">gstreamer</span> pipeline to send UDP video stream raw rgb and a python code to receive it and use it with opencv.<br class="ContentPasted0"></span></p><p class="x_MsoNormal"><span class="ContentPasted0" 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<br></span></p><p class="x_MsoNormal"><span class="ContentPasted0" lang="EN-US">add a queue between both but there has been no change.<br></span></p></div></blockquote><div><br></div><div>RTP payloaders including rtpvrawpay have an "mtu" property which you can set.</div><div><br></div><div>Cheers</div><div> Tim</div><div><span></span></div></body></html>