[Bug 770150] New: multiudpsink: Add round-robin property

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


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

            Bug ID: 770150
           Summary: multiudpsink: Add round-robin property
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: gstblub at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 333643
  --> https://bugzilla.gnome.org/attachment.cgi?id=333643&action=edit
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.

-- 
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