]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Lower default buffer size to 50ms
authorMathieu Rene <mrene@avgs.ca>
Mon, 13 Jun 2011 22:27:28 +0000 (18:27 -0400)
committerMathieu Rene <mrene@avgs.ca>
Mon, 13 Jun 2011 22:27:28 +0000 (18:27 -0400)
conf/autoload_configs/rtmp.conf.xml

index 92afbc60b30a4a03e6e60fb7c996051be9d95167..d5d278810e999b8b2e8f226352627d8784c4094e 100644 (file)
@@ -8,7 +8,7 @@
                        <!-- If this is set to true, no unauthenticated inbound calls will be allowed -->
                        <param name="auth-calls" value="true" />
                        <!-- How much time should the clients buffer the media stream (miliseconds) -->
-                       <param name="buffer-len" value="500" />
+                       <param name="buffer-len" value="50" />
                        <!-- Sets the maximum size of outbound RTMP chunks -->
                        <param name="chunksize" value="512" />
                </settings>