From 140778e3877206d08f21274e3e2c711c54309b77 Mon Sep 17 00:00:00 2001 From: "Thomas B. \"dm8tbr\" Ruecker" Date: Sun, 16 Feb 2014 10:14:28 +0000 Subject: [PATCH] Added warning to ensure queue-size >> burst-size. svn path=/icecast/trunk/icecast/; revision=19091 --- doc/icecast2_config_file.html | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/icecast2_config_file.html b/doc/icecast2_config_file.html index 7a982cfb..e353a117 100644 --- a/doc/icecast2_config_file.html +++ b/doc/icecast2_config_file.html @@ -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.