mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
e4ed852041
It had no effect since quite some time and also is not needed in general, especially not to switch between immediate feedback mode and early feedback mode. The latest understanding of the RFC is that from the endpoint point of view, both modes are exactly the same. RTCP is only allowed to use the bandwidth as given by the RFC constraints, as such it is only ever possible to schedule a RTCP packet early but it's against the RFC to schedule more RTCP packets. The difference between immediate feedback mode and early feedback mode is that the former guarantees that an RTCP packet can be sent for every event "immediately", which means that the bandwidth calculations from the RFC have resulted in an RTCP scheduling interval that is small enough. Early feedback mode on the other hand means that we can schedule some packets early to make that happen, but it's not guaranteed at all that it's possible to schedule an RTCP packet per event (i.e. they need to be accumulated or dropped). |
||
---|---|---|
.. | ||
gstrtpbin.c | ||
gstrtpbin.h | ||
gstrtpdtmfmux.c | ||
gstrtpdtmfmux.h | ||
gstrtpjitterbuffer.c | ||
gstrtpjitterbuffer.h | ||
gstrtpmanager.c | ||
gstrtpmux.c | ||
gstrtpmux.h | ||
gstrtpptdemux.c | ||
gstrtpptdemux.h | ||
gstrtprtxqueue.c | ||
gstrtprtxqueue.h | ||
gstrtprtxreceive.c | ||
gstrtprtxreceive.h | ||
gstrtprtxsend.c | ||
gstrtprtxsend.h | ||
gstrtpsession.c | ||
gstrtpsession.h | ||
gstrtpssrcdemux.c | ||
gstrtpssrcdemux.h | ||
Makefile.am | ||
rtpjitterbuffer.c | ||
rtpjitterbuffer.h | ||
rtpsession.c | ||
rtpsession.h | ||
rtpsource.c | ||
rtpsource.h | ||
rtpstats.c | ||
rtpstats.h |