]> 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)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 2 Oct 2020 13:04:45 +0000 (08:04 -0500)
commit0bc136c3ab42a302f98027552e2348afd4f4d61c
tree973ced7d6eba29c5c5225bfac2d20c1076cafd89
parentfb5ca4630f3a8a669286d668842ae3759488060a
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