udpsink large buffer

Oleksandr Lavrushchenko kpykcb at gmail.com
Mon Jul 11 08:34:26 PDT 2011


 Hi,

i'm trying to send gst.Buffer with size 921600 (this is (480, 640, 3)
raw rgb video with 8bit depth) over udp.

udpsink claim that:
----
multiudpsink gstmultiudpsink.c:503:gst_multiudpsink_render: Attempting
to send a UDP packet larger than maximum size (921600 > 65507)
----

Maximum udp packet size is 65507, so udpsink don't split buffer when
sending it. What will be correct way to send this video over udp?
Another suggestions?

Thanks.


More information about the gstreamer-devel mailing list