multiudpsink: Add round-robin property
Submitted by GstBlub
Link to original bug (#770150)
Description
Created attachment 333643
multiudpsink: Add round-robin property
This new property allows changing the way lists of buffers are being sent out. If enabled, instead of sending n buffers to each client at a time, it sends the first buffer to all clients before iterating to the next buffer. This avoids bursts of packets to each endpoint, which can get overwhelmed reading large number of packets, which eventually leads to dropped packets once the socket receive buffer fills up due to such bursts.
Patch 333643, "multiudpsink: Add round-robin property":
0001-multiudpsink-Add-round-robin-property.patch