mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-16 11:52:01 +00:00
Lower default buffer size to 50ms
This commit is contained in:
parent
692a5967d1
commit
d52a254d91
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user