]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Add "all" variants of REMB behavior.
authorJoshua Colp <jcolp@digium.com>
Tue, 30 Apr 2019 11:22:44 +0000 (11:22 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 2 May 2019 13:29:08 +0000 (07:29 -0600)
commit80dba268ea44b60868612506857da401e2695fb2
tree52dafa1d71832101fac8a7bd05600603ef3b7e61
parent45a9ff82860a323f771f1ad5bdd051e04605d7a5
app_confbridge: Add "all" variants of REMB behavior.

When producing a combined REMB value the normal behavior
is to have a REMB value which is unique for each sender
based on all of their receivers. This can result in one
sender having low bitrate while all the rest are high.

This change adds "all" variants which produces a bridge
level REMB value instead. All REMB reports are combined
together into a single REMB value that is the same for
each sender.

ASTERISK-28401

Change-Id: I883e6cc26003b497c8180b346111c79a131ba88c
apps/app_confbridge.c
apps/confbridge/conf_config_parser.c
apps/confbridge/include/confbridge.h
bridges/bridge_softmix.c
bridges/bridge_softmix/include/bridge_softmix_internal.h
configs/samples/confbridge.conf.sample
doc/CHANGES-staging/app_confbridge_remb_behavior_all.txt [new file with mode: 0644]
include/asterisk/bridge.h