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

Added warning to ensure queue-size >> burst-size.

svn path=/icecast/trunk/icecast/; revision=19091
This commit is contained in:
Thomas B. "dm8tbr" Ruecker 2014-02-16 10:14:28 +00:00
parent e89f71e7d8
commit 140778e387

View File

@ -100,6 +100,7 @@ The burst size is the amount of data (in bytes) to burst to a client at connecti
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 />