]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak testing config #ignoreme
authorBrian West <brian@freeswitch.org>
Sat, 10 Oct 2015 20:54:33 +0000 (15:54 -0500)
committerBrian West <brian@freeswitch.org>
Sat, 10 Oct 2015 20:54:33 +0000 (15:54 -0500)
conf/testing/autoload_configs/opus.conf.xml

index 022cc159129c5c42e71581a6847b8d69aecd5606..72ea62029e23af2dfcdbe5de5cd267850a2d1068 100644 (file)
@@ -1,28 +1,10 @@
 <configuration name="opus.conf">
-    <settings>
-        <param name="use-vbr" value="1"/>
-        <!--<param name="use-dtx" value="1"/>-->
-        <param name="complexity" value="10"/>
-       <!-- Set the initial packet loss percentage 0-100 -->
-        <!--<param name="packet-loss-percent" value="10"/>-->
-       <!-- Support asymmetric sample rates -->
-        <!--<param name="asymmetric-sample-rates" value="1"/>-->
-       <!-- Keep FEC Enabled -->
-        <param name="keep-fec-enabled" value="1"/>
-
-        <!--
-           maxaveragebitrate: the maximum average codec bitrate (values: 6000 to 510000 in bps) 0 is not considered
-           maxplaybackrate: the maximum codec internal frequency (values: 8000, 12000, 16000, 24000, 48000 in Hz) 0 is not considered
-           This will set the local encoder and instruct the remote encoder trough specific "fmtp" attibute in the SDP.
-
-           Example: if you receive "maxaveragebitrate=20000" from SDP and you have set "maxaveragebitrate=24000" in this configuration
-                    the lowest will prevail in this case "20000" is set on the encoder and the corresponding fmtp attribute will be set
-                    to instruct the remote encoder to do the same.
-        -->
-        <param name="maxaveragebitrate" value="0"/>
-        <param name="maxplaybackrate" value="0"/>
-       <!-- Max capture rate, 8000, 12000, 16000, 24000 and 48000 are valid options -->
-        <!--<param name="sprop-maxcapturerate" value="0"/>-->
-
-    </settings>
+  <settings>
+    <param name="use-vbr" value="0"/>
+    <param name="use-dtx" value="1"/>
+    <param name="useinbandfec" value="1"/>
+    <param name="complexity" value="10"/>
+    <param name="use-jb-lookahead" value="true"/>
+    <param name="keep-fec-enabled" value="true"/>
+  </settings>
 </configuration>