change the icecast burst size
one of the accepted remediations for 'stuck stuttering stream' is to change the burst size for the icecast server. Changing this value as a test to see if it helps the problem.
This commit is contained in:
parent
edb17a71c4
commit
8b0f7e7705
|
|
@ -10,7 +10,7 @@
|
|||
<header-timeout>15</header-timeout>
|
||||
<source-timeout>10</source-timeout>
|
||||
<burst-on-connect>1</burst-on-connect>
|
||||
<burst-size>65535</burst-size>
|
||||
<burst-size>500000</burst-size>
|
||||
</limits>
|
||||
|
||||
<authentication>
|
||||
|
|
|
|||
Loading…
Reference in New Issue