Ricardo Meechan
2005-Jul-14 05:19 UTC
[Icecast] IceCast 2.2 MP3 stream and Real Player noise
Excellent, all is up and running, Relay on demand is what its all about, my fav feature nodoubt! I now have one more (hopefully simple) question and that is clustering... I have 2 servers running and they seem to be listing 4 different streams (not grouped nor clustered) How do I get them clustered? After this I wont annoy you guys (hopefully ;-) ) anymore so thanks for your help! -----Original Message----- From: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org] On Behalf Of oddsock Sent: 14 July 2005 3:28 AM To: icecast@xiph.org Subject: RE: [Icecast] IceCast 2.2 MP3 stream and Real Player noise the crashes were caused by libxml2. Apparently, in their infinite wisdom, the libxml2 team decided to stop distributing VC project files, so actually building a somewhat recent libxml2 has become an artform...My error was in using some pre-built binaries... Anyone whose done VC development can probably vouch for me, using prebuilt binary forms of libraries, is well...tricky...to say the least.. Anyway, I've gone back to using the older versions of libxml2 that the main trunk of icecast uses, and all is now better. Sorry about the trouble.. The new icecast-kh binary can be found here : http://www.oddsock.org/icecast/icecast2_win32_kh_trunk_07132005_setup.ex e oddsock At 08:21 PM 7/13/2005, you wrote:>Thanks for the reply Karl, >Both /admin/ and /admin/stats.xsl cause it to crash, I tried the alias >aswel, always a crash >Both the boxes have different icecast configs, one is custom and the >other is the default. > > >I have kh12d running on a fedora box and has been up since Thu, 07 Jul >2005 23:55:05 +0100 >Its just a pity that my colocated box is a windows box :( > > >Regards. >rico > > >-----Original Message----- >From: Karl Heyes [mailto:karl@xiph.org] >Sent: 14 July 2005 2:15 AM >To: Ricardo Meechan >Cc: icecast >Subject: RE: [Icecast] IceCast 2.2 MP3 stream and Real Player noise > >On Wed, 2005-07-13 at 23:54, Ricardo Meechan wrote: > > Hi, > > Many thanks for the build, > > I gave up trying to compile using vs.net! ;-) > >it will be possible, but I don't know what vs.net needs > > > However, > > When trying to access the admin page it the server will crash... Ive > > tried this on 2 machines and both crash when trying to access/admin/> > > > Is anyone else getting this? > >There is a quirk that came about due to some changes to the admin >interface, the /admin/ link ended up returning the xml stats instead of >the stats.xsl, but a crash is not something that occurs here on linux, >so I'll need to look at a win32 build. > >in the meantime use /admin/stats.xsl or create an alias for it in the >xml, either of those should work. > >karl. > > > >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 thismessage,>or files associated with this message, is strictly prohibited. If youhave>received this message in error, please notify us immediately byreplying>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-freeas>information could be intercepted, corrupted, lost, destroyed, arrivelate>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. > > > > > >_______________________________________________ >Icecast mailing list >Icecast@xiph.org >http://lists.xiph.org/mailman/listinfo/icecast_______________________________________________ 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 Thu, 2005-07-14 at 13:19, Ricardo Meechan wrote:> Excellent, all is up and running,Thanks to oddsock for sorting that out, I guess the pre-built libs were done on a different compiler.> Relay on demand is what its all about, my fav feature nodoubt!That has been merged into trunk as well now.> I now have one more (hopefully simple) question and that is > clustering... > I have 2 servers running and they seem to be listing 4 different streams > (not grouped nor clustered) > > How do I get them clustered? > After this I wont annoy you guys (hopefully ;-) ) anymore so thanks for > your help!If you mean clustering on the YP server then you need to state a cluster password in the <mount> section. karl.