]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9770: xml config: add new config setting 'adjust-bitrate' for mod_opus
authorDragos Oancea <droancea@yahoo.com>
Thu, 24 Nov 2016 21:35:28 +0000 (16:35 -0500)
committerDragos Oancea <droancea@yahoo.com>
Thu, 24 Nov 2016 21:37:11 +0000 (16:37 -0500)
conf/testing/autoload_configs/opus.conf.xml
conf/vanilla/autoload_configs/opus.conf.xml

index 72ea62029e23af2dfcdbe5de5cd267850a2d1068..e187a0a6c5545b0f3acbc17846c5c35174d838a8 100644 (file)
@@ -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>
index 2e05ff6f841dcfe9b841ffcd80d0d89670c6373a..94aaede4718bf71468f77993233e6fd6a82e2234 100644 (file)
@@ -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>