[xiph-commits] r19091 - icecast/trunk/icecast/doc
dm8tbr at svn.xiph.org
dm8tbr at svn.xiph.org
Sun Feb 16 02:14:28 PST 2014
Author: dm8tbr
Date: 2014-02-16 02:14:28 -0800 (Sun, 16 Feb 2014)
New Revision: 19091
Modified:
icecast/trunk/icecast/doc/icecast2_config_file.html
Log:
Added warning to ensure queue-size >> burst-size.
Modified: icecast/trunk/icecast/doc/icecast2_config_file.html
===================================================================
--- icecast/trunk/icecast/doc/icecast2_config_file.html 2014-02-14 21:14:10 UTC (rev 19090)
+++ icecast/trunk/icecast/doc/icecast2_config_file.html 2014-02-16 10:14:28 UTC (rev 19091)
@@ -100,6 +100,7 @@
burst-on-connect, this is to quickly fill the pre-buffer used by media players. The default
is 64 kbytes which is a typical size used by most clients so changing it is not usually required.
This setting applies to all mountpoints unless overridden in the mount settings.
+Ensure that this value is smaller than queue-size, if necessary increase queue-size to be larger than your desired burst-size. Failure to do so might result in aborted listener client connection attempts, due to initial burst leading to the connection already exceeding the queue-size limit.
</div>
<p>
<br />
More information about the commits
mailing list