mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
app_confbridge/bridge_softmix: Add ability to force estimated bitrate
app_confbridge now has the ability to set the estimated bitrate on an SFU bridge. To use it, set a bridge profile's remb_behavior to "force" and set remb_estimated_bitrate to a rate in bits per second. The remb_estimated_bitrate parameter is ignored if remb_behavior is something other than "force". Change-Id: Idce6464ff014a37ea3b82944452e56cc4d75ab0a
This commit is contained in:
@@ -264,8 +264,11 @@ type=bridge
|
||||
; the highest maximum bitrate is forwarded to the sender. If set to "average_all" a single average
|
||||
; is generated from every receiver and the same value is sent to every sender. If set to
|
||||
; "lowest_all" the lowest maximum bitrate of all receivers is sent to every sender. If set to
|
||||
; "highest_all" the highest maximum bitrate of all receivers is sent to every sender. This
|
||||
; defaults to "average".
|
||||
; "highest_all" the highest maximum bitrate of all receivers is sent to every sender.
|
||||
; When set to "force", the value set in remb_estimated_bitrate is sent to every sender.
|
||||
; This defaults to "average".
|
||||
;remb_estimated_bitrate=0 ; When remb_behavior is set to 'force', this options sets the estimated bitrate
|
||||
; (in bits per second) sent to each participant in REMB reports.
|
||||
|
||||
;enable_events=no ; If enabled, recipients who joined the bridge via a channel driver
|
||||
; that supports Enhanced Messaging (currently only chan_pjsip) will
|
||||
|
||||
Reference in New Issue
Block a user