1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

enable burst on connect by default per jack.

svn path=/icecast/trunk/icecast/; revision=7256
This commit is contained in:
oddsock 2004-07-22 13:38:20 +00:00
parent 84f20a04ac
commit ed9f174544

View File

@ -10,9 +10,10 @@
<!-- If enabled, this will provide a burst of data when a client <!-- If enabled, this will provide a burst of data when a client
first connects, thereby significantly reducing the startup first connects, thereby significantly reducing the startup
time for listeners that do substantial buffering. However, time for listeners that do substantial buffering. However,
it also significantly increases latency, so it's disabled it also significantly increases latency between the source
by default --> client and listening client. For low-latency setups, you
<burst-on-connect>0</burst-on-connect> might want to disable this. -->
<burst-on-connect>1</burst-on-connect>
</limits> </limits>
<authentication> <authentication>