Skip to content

rtpbasepayload: add property for embedding twcc sequencenumbers

Håvard Graff requested to merge hgr/gst-plugins-base:rtpbasepayload-twcc into master

By setting the extension-ID for TWCC (Transport Wide Congestion Control), the payloader will embed sequencenumbers as a RTP header-extension according to https://tools.ietf.org/html/draft-holmer-rmcat-transport-wide-cc-extensions-01#section-2

The negotiation of this being enabled with downstream elements is done with caps reflecting the way this is communicated using SDP.

Merge request reports