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

Brendan Cully brendan
Thu Jul 22 06:43:03 PDT 2004


On Thursday, 22 July 2004 at 09:38, oddsock at dactyl.lonelymoon.com wrote:
> Author: oddsock
> Date: 2004-07-22 09:38:20 -0400 (Thu, 22 Jul 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 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>

Shouldn't this also be set in the code, in case this parameter is
simply missing from the config file?


More information about the commits mailing list