rtpmanager: Google Transport-Wide Congestion Control RTP Extension
authorHavard Graff <havard.graff@gmail.com>
Sat, 29 Jun 2019 16:06:11 +0000 (18:06 +0200)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 14 Feb 2020 10:09:02 +0000 (10:09 +0000)
commit1df706448ca2f6116173f879f43d596e026e2dc5
tree9458153cc4a3d6a46bffdcb81c8f00045314237c
parent9ba9837058c5877959008a9d3813a7d956b622e5
rtpmanager: Google Transport-Wide Congestion Control RTP Extension

Generating and parsing the RTCP-messages described in:
https://tools.ietf.org/html/draft-holmer-rmcat-transport-wide-cc-extensions-01
gst/rtpmanager/gstrtpsession.c
gst/rtpmanager/meson.build
gst/rtpmanager/rtpsession.c
gst/rtpmanager/rtpsession.h
gst/rtpmanager/rtpsource.c
gst/rtpmanager/rtpstats.c
gst/rtpmanager/rtpstats.h
gst/rtpmanager/rtptwcc.c [new file with mode: 0644]
gst/rtpmanager/rtptwcc.h [new file with mode: 0644]
tests/check/elements/rtpsession.c