]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge/bridge_softmix: Add ability to force estimated bitrate
authorGeorge Joseph <gjoseph@digium.com>
Thu, 24 Sep 2020 18:46:15 +0000 (12:46 -0600)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 1 Oct 2020 13:01:17 +0000 (08:01 -0500)
commit3b0a53f257c20f899e6a594d810424583b812755
tree74e01592ad738be13e156e2617d39a1a54bdb386
parent374d18cb974cb106026f5d8d722e13c106da1458
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
apps/app_confbridge.c
apps/confbridge/conf_config_parser.c
apps/confbridge/include/confbridge.h
bridges/bridge_softmix.c
configs/samples/confbridge.conf.sample
doc/CHANGES-staging/app_confbridge.txt [new file with mode: 0644]
include/asterisk/bridge.h
main/bridge.c