UDP RAW stream packet size
Andrés Meseguer Valenzuela via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <PA4PR01MB902052E09ACB35F14AEDC5EACC5BA@PA4PR01MB9020.eurprd01.prod.exchangelabs.com> |
Dear community, I am using a gstreamer pipeline to send UDP video stream raw rgb and a python code to receive it and use it with opencv. 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 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 add a queue between both but there has been no change. Please, let me know any solution, thank you for your time.