[Bug 770150] multiudpsink: Add round-robin property

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 19 20:46:47 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=770150

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
I think this makes sense in general.

There may be a performance impact though: if we send packets to the same client
in one go, we can just re-use the address from the previous packet. If we
round-robin to all clients, we end up going through
g_socket_address_to_native() for every single packet.

I wonder if perhaps we should default to different behaviour in the payloader
(whatever created these buffer lists) to send packets in multiple lists, like
rtpvrawpay does. What was the format where you observed this?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list