Hi Stream-Freaks, I have an online radio, and very often the stream is broken, in the logfile is the error message [17/Jan/2003:16:10:59] [2877:Source Thread] Kicking client 2877 [195.145.211.50] [Too many errors (client not receiving data fast enough)] [listener], connected for 13 minutes and 55 seconds, 5196648 bytes transfered. 0 clients connected I don't know how. The Client has a 2Mbit network Connection, the Server (SunUltra60, SunOS 5.9) is in a Housing Center and has enough bandwidth!!!!! I use icecast1 with shout (compiled under Solaris/SunOS). whats wrong ? is it shout ? or icecast? can any programer from icecast fix this problem!!!! greets Daniel nightline radio http://www.nightline-radio.de --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Fri, 17 Jan 2003, Daniel Knoll wrote:> whats wrong ? is it shout ? or icecast?It could well be shout. I'm no expert on this, but I'd think that the rate which needs to be accepted is governed by the source (i.e. the server only cares that the clients keep up with the source). I know shout has issues in this area so it could be to blame ... but I'm only speculating. Geoff. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Fri, 2003-01-17 at 15:15, Daniel Knoll wrote:> [17/Jan/2003:16:10:59] [2877:Source Thread] Kicking client 2877 > [195.145.211.50] [Too many errors (client not receiving data fast enough)] > [listener], connected for 13 minutes and 55 seconds, 5196648 bytes > transfered. 0 clients connected > > I don't know how. The Client has a 2Mbit network Connection, the Server > (SunUltra60, SunOS 5.9) is in a Housing Center and has enough > bandwidth!!!!! I use icecast1 with shout (compiled under Solaris/SunOS). > whats wrong ? is it shout ? or icecast? can any programer from icecast fix > this problem!!!!If the physical bandwidth is there then check to see if TCP flow control is kicking in. Use something like ethereal/tcpdump/snoop to monitor the packets, check the TCP window size against the ping time. Email the info if you don't know how to work it out. If it is that then either the solaris send window or the client receive window is too small. karl. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Saturday 18 January 2003 03:39, Karl Heyes wrote:> On Fri, 2003-01-17 at 15:15, Daniel Knoll wrote: > > [17/Jan/2003:16:10:59] [2877:Source Thread] Kicking client 2877 > > [195.145.211.50] [Too many errors (client not receiving data fast > > enough)] [listener], connected for 13 minutes and 55 seconds, 5196648 > > bytes transfered. 0 clients connected > > > > I don't know how. The Client has a 2Mbit network Connection, the Server > > (SunUltra60, SunOS 5.9) is in a Housing Center and has enough > > bandwidth!!!!! I use icecast1 with shout (compiled under Solaris/SunOS). > > whats wrong ? is it shout ? or icecast? can any programer from icecast > > fix this problem!!!! > > If the physical bandwidth is there then check to see if TCP flow control > is kicking in. Use something like ethereal/tcpdump/snoop to monitor > the packets, check the TCP window size against the ping time. Email the > info if you don't know how to work it out. > > If it is that then either the solaris send window or the client receive > window is too small. >Or, we could go for a vastly less complex explanation - shout is known to not send at the correct rate. Don't use it. Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.