[xiph-commits] r7256 - icecast/trunk/icecast/conf

oddsock at dactyl.lonelymoon.com oddsock
Thu Jul 22 06:38:21 PDT 2004


Author: oddsock
Date: Thu Jul 22 06:38:21 2004
New Revision: 7256

Modified:
icecast/trunk/icecast/conf/icecast.xml.in
Log:
enable burst on connect by default per jack.


Modified: icecast/trunk/icecast/conf/icecast.xml.in
===================================================================
--- icecast/trunk/icecast/conf/icecast.xml.in	2004-07-22 08:06:34 UTC (rev 7255)
+++ icecast/trunk/icecast/conf/icecast.xml.in	2004-07-22 13:38:20 UTC (rev 7256)
@@ -10,9 +10,10 @@
<!-- If enabled, this will provide a burst of data when a client
first connects, thereby significantly reducing the startup
time for listeners that do substantial buffering. However,
-             it also significantly increases latency, so it's disabled
-             by default -->
-        <burst-on-connect>0</burst-on-connect>
+             it also significantly increases latency between the source
+             client and listening client.  For low-latency setups, you
+             might want to disable this. -->
+        <burst-on-connect>1</burst-on-connect>
</limits>

<authentication>



More information about the commits mailing list