]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge / bridge_softmix: Add ability to configure REMB interval.
authorJoshua Colp <jcolp@digium.com>
Mon, 2 Apr 2018 13:53:17 +0000 (10:53 -0300)
committerJoshua Colp <jcolp@digium.com>
Tue, 3 Apr 2018 14:13:41 +0000 (11:13 -0300)
commit132fd2abdb7e73b7a1ba6b6594a7c810b80d3a18
tree8298d39fb3b8ae031f6e0e0c4b34f512eed293c7
parent1655e2724022c9c4235c21b8f950adee714b8051
app_confbridge / bridge_softmix: Add ability to configure REMB interval.

This change adds a configuration option to app_confbridge which can be
used to set the interval at which we will send a combined REMB (remote
estimated maximum bitrate) frame to sources of video. The bridging API
has also been extended slightly to allow setting this so bridge_softmix
can use it.

ASTERISK-27786

Change-Id: I0e49eae60f369c86434414f3cb8278709c793c82
apps/app_confbridge.c
apps/confbridge/conf_config_parser.c
apps/confbridge/include/confbridge.h
configs/samples/confbridge.conf.sample
include/asterisk/bridge.h
main/bridge.c