Lower default buffer size to 50ms

This commit is contained in:
Mathieu Rene 2011-06-13 18:27:28 -04:00
parent 692a5967d1
commit d52a254d91
1 changed files with 1 additions and 1 deletions

View 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>