提交 d52a254d authored 作者: Mathieu Rene's avatar Mathieu Rene

Lower default buffer size to 50ms

上级 692a5967
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<!-- If this is set to true, no unauthenticated inbound calls will be allowed --> <!-- If this is set to true, no unauthenticated inbound calls will be allowed -->
<param name="auth-calls" value="true" /> <param name="auth-calls" value="true" />
<!-- How much time should the clients buffer the media stream (miliseconds) --> <!-- 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 --> <!-- Sets the maximum size of outbound RTMP chunks -->
<param name="chunksize" value="512" /> <param name="chunksize" value="512" />
</settings> </settings>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论