[Bug 746542] New: rtpsession: Add property to set minimum time between regular RTCP and early RTCP

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 20 11:42:08 PDT 2015


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

            Bug ID: 746542
           Summary: rtpsession: Add property to set minimum time between
                    regular RTCP and early RTCP
    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: slomo at coaxion.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
                CC: mparisdiaz at gmail.com
     GNOME version: ---

Currently we allow to send an early RTCP packet immediately after the previous
regular RTCP packet. This will be suboptimal if we have reasons to send another
early RTCP packet soon afterwards... as that one would now have to wait until
the next regular RTCP packet could be sent (and the next regular RTCP packet is
now also delayed in the future because of the early one we just sent).

It would be better in some situations if we set some minimum delay from the
previous regular RTCP packet. That way we would allow for other feedback to be
accumulated into the same early feedback RTCP packet more likely.


The delay could either be specified in milliseconds, or as a relative value
relative to the regular RTCP scheduling interval we currently decided to use.
Not sure which one is better.

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