[Icecast] Client has fallen behind
Jesper Weiland
jep at servicez.org
Wed Mar 16 21:58:08 UTC 2005
Hi Guys,
I have a lot of streaming running with Icecast (Icecast 2.1-kh5) and
they work fine on (for example) winamp. The fact is that we have many
listeners tuning in with mp3-web-radio's on slow connections. Some of
the streams connect only once in a few time. They connect and disconnect
after sending 8k.
The error is:
[2005-03-16 11:20:07] DBUG source/send_to_listener Client has fallen
too far behind, removing
I don't think it has fallen behind, because it didn't really send data
yet. What can be wrong? I use the KH5 version because of the Intro feature.
Thanks,
Jesper
My Config:
<icecast>
<limits>
<clients>1000000</clients>
<sources>1000000</sources>
<threadpool>5</threadpool>
<queue-size>102400</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>30</header-timeout>
<source-timeout>40</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>
<authentication>
<source-password>neasafat</source-password>
<relay-password>asfa</relay-password>
<admin-user>sdfdsdf</admin-user>
<admin-password>sdfsdf</admin-password>
</authentication>
<hostname>213.193.238.96</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<basedir>/usr/share/icecast2</basedir>
<logdir>/var/log/icecast2</logdir>
<webroot>/usr/share/icecast2/web</webroot>
<adminroot>/usr/share/icecast2/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
<security>
<chroot>0</chroot>
<changeowner>
<user>icecast2</user>
<group>nogroup</group>
</changeowner>
</security>
</icecast>
More information about the Icecast
mailing list