Merge pull request #1075 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:conf_opus_adj_bitrate to master
* commit '366ddc0c10112b140916bd42f87fe2b17e50e6a0': FS-9770: xml config: add new config setting 'adjust-bitrate' for mod_opus
This commit is contained in:
commit
0e71187815
|
@ -5,6 +5,7 @@
|
|||
<param name="useinbandfec" value="1"/>
|
||||
<param name="complexity" value="10"/>
|
||||
<param name="use-jb-lookahead" value="true"/>
|
||||
<param name="keep-fec-enabled" value="true"/>
|
||||
<param name="keep-fec-enabled" value="true"/>
|
||||
<param name="adjust-bitrate" value="true"/>
|
||||
</settings>
|
||||
</configuration>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
<param name="maxplaybackrate" value="0"/>
|
||||
<!-- Max capture rate, 8000, 12000, 16000, 24000 and 48000 are valid options -->
|
||||
<!--<param name="sprop-maxcapturerate" value="0"/>-->
|
||||
|
||||
<!-- Enable automatic bitrate variation during the call based on RTCP feedback -->
|
||||
<!--<param name="adjust-bitrate" value="1"/>-->
|
||||
</settings>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue