Fyi Iv been able to replicate this...sometimes: I have 2 servers (a master and a relay) I have a connection to the relay (relay is ondemand/master setup) in winamp The source is connected to the master (both on same machine so connects to /mp3 from 127.0.0.1) If the source drops, the master drops, the relay then drops, when winamp tries to connect to the relay it gets a 404 a couple of times After a few connects the relay server will just dissapear with any errors in the log! I also had this error on a linux trial relay (it came up a segmentation fault?) Fred how is your icecast setup? Its it like mines? Do you use ondemeand relay? Does it die when your trying to connect to your relay and there isnt a source? regards -----Original Message----- From: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org] On Behalf Of Karl Heyes Sent: 27 July 2005 4:12 PM To: Fred Black Cc: 'icecast' Subject: Re: [Icecast] Icecast dies On Wed, 2005-07-27 at 13:51, Fred Black wrote:> The other 2 servers in the cluster do not have this problem - Icecast > keeps running as it should.That makes me suspicious to start with, the same app with the same config and the same server keeps failing. Obviously there are other factors that can get involved like the directory server and of course listeners but make sure there is nothing weird hardware-wise, eg run a hard memory test.> Any ideas why this is happening????the generated fault report is about as clear as mud so it needs more investigation, whether the fault address will indicate the real fault is to be checked. karl. _______________________________________________ Icecast mailing list Icecast@xiph.org http://lists.xiph.org/mailman/listinfo/icecast Ricardo Meechan IT Administrator Mobile: +44 (0) 7966 484 371 Wilson & Garden LTD t: +44 (0) 1236 823291 f: +44 (0) 1236 825683 Company registered in Scotland SC267457 NOTE: All emails to and from Wilson & Garden are protected by Antivirus and spam filters. We use Trend Scanmail for AV and spamhaus.org & spamcop.net for spam filtering. This message (and any associated files) is intended only for the use of the individual or entity to which it is addressed and may contain information that is confidential, subject to copyright or constitutes a trade secret. If you are not the intended recipient you are hereby notified that any dissemination, copying or distribution of this message, or files associated with this message, is strictly prohibited. If you have received this message in error, please notify us immediately by replying to the message and deleting it from your computer. Messages sent to and from us may be monitored. Internet communications cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. Therefore, we do not accept responsibility for any errors or omissions that are present in this message, or any attachment, that have arisen as a result of e-mail transmission. If verification is required, please request a hard-copy version. Any views or opinions presented are solely those of the author and do not necessarily represent those of the company.
My relay has ondemand set to 0 so it's not on demand. The source stays up and is still good and sounds good on the other 2 servers. There are listeners connected. It just dies. Fred -----Original Message----- From: Ricardo Meechan [mailto:r.meechan@wgltd.com] Sent: Wednesday, July 27, 2005 6:22 PM To: karl@xiph.org; Fred Black Cc: icecast Subject: RE: [Icecast] Icecast dies Fyi Iv been able to replicate this...sometimes: I have 2 servers (a master and a relay) I have a connection to the relay (relay is ondemand/master setup) in winamp The source is connected to the master (both on same machine so connects to /mp3 from 127.0.0.1) If the source drops, the master drops, the relay then drops, when winamp tries to connect to the relay it gets a 404 a couple of times After a few connects the relay server will just dissapear with any errors in the log! I also had this error on a linux trial relay (it came up a segmentation fault?) Fred how is your icecast setup? Its it like mines? Do you use ondemeand relay? Does it die when your trying to connect to your relay and there isnt a source? regards -----Original Message----- From: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org] On Behalf Of Karl Heyes Sent: 27 July 2005 4:12 PM To: Fred Black Cc: 'icecast' Subject: Re: [Icecast] Icecast dies On Wed, 2005-07-27 at 13:51, Fred Black wrote:> The other 2 servers in the cluster do not have this problem - Icecast > keeps running as it should.That makes me suspicious to start with, the same app with the same config and the same server keeps failing. Obviously there are other factors that can get involved like the directory server and of course listeners but make sure there is nothing weird hardware-wise, eg run a hard memory test.> Any ideas why this is happening????the generated fault report is about as clear as mud so it needs more investigation, whether the fault address will indicate the real fault is to be checked. karl. _______________________________________________ Icecast mailing list Icecast@xiph.org http://lists.xiph.org/mailman/listinfo/icecast Ricardo Meechan IT Administrator Mobile: +44 (0) 7966 484 371 Wilson & Garden LTD t: +44 (0) 1236 823291 f: +44 (0) 1236 825683 Company registered in Scotland SC267457 NOTE: All emails to and from Wilson & Garden are protected by Antivirus and spam filters. We use Trend Scanmail for AV and spamhaus.org & spamcop.net for spam filtering. This message (and any associated files) is intended only for the use of the individual or entity to which it is addressed and may contain information that is confidential, subject to copyright or constitutes a trade secret. If you are not the intended recipient you are hereby notified that any dissemination, copying or distribution of this message, or files associated with this message, is strictly prohibited. If you have received this message in error, please notify us immediately by replying to the message and deleting it from your computer. Messages sent to and from us may be monitored. Internet communications cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. Therefore, we do not accept responsibility for any errors or omissions that are present in this message, or any attachment, that have arisen as a result of e-mail transmission. If verification is required, please request a hard-copy version. Any views or opinions presented are solely those of the author and do not necessarily represent those of the company.
On Wed, 2005-07-27 at 23:22, Ricardo Meechan wrote:> I also had this error on a linux trial relay (it came up a segmentation > fault?)can you re-produce this with a 'make debug' version of icecast so that you can get a core file with a backtrace ? karl.
Hi Karl, I've tried to build the projects including icecast, libshout and easystream under Windows Visual C/C++ 6, but didn't have the luck. For Icecast: - it cannot find <implement.h>, and I have no idea where to locate it; - link error with theora: theora_static_d.lib(toplevel.obj) : error LNK2019: unresolved external symbol _theora_encoder_clear referenced in function _theora_clear For libshout: - cannot find <implement.h> - C compiler doesn't recognize keywork "inline" - warning on 'va_copy' undefined, though it should be C's runtime library For easystream: - link error with 'va_copy', 'vsnprintf' and etc, due to the warning in libshout. I guess some problems may relate to the external libraries, although I tried my best to download them and build them. Do you have any already compiled package, which also includes the must-have libraries, so that I can just repeat the building process and make the Win32 build smoothly? Thanks a lot. Yi