mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
rtp: Add REMB RTP property and set it on PJSIP video RTP.
This change adds a property to RTP instances to indicate that REMB support is enabled and that sending/receiving should be passed through. This also enables it on video RTP instances in PJSIP if WebRTC support is enabled. Finally the goog-remb extension is added to the SDP using the rtcp-fb attribute to indicate our support for it. Details about REMB can be found on the draft document for it: https://tools.ietf.org/html/draft-alvestrand-rmcat-remb-03 Change-Id: I1902dda1c0882bd1a0d71b2f120684b44b97e789
This commit is contained in:
@@ -126,6 +126,8 @@ enum ast_rtp_property {
|
||||
AST_RTP_PROPERTY_RETRANS_RECV,
|
||||
/*! Enable packet retransmission for sent packets */
|
||||
AST_RTP_PROPERTY_RETRANS_SEND,
|
||||
/*! Enable REMB sending and receiving passthrough support */
|
||||
AST_RTP_PROPERTY_REMB,
|
||||
|
||||
/*!
|
||||
* \brief Maximum number of RTP properties supported
|
||||
|
Reference in New Issue
Block a user