From smoerk at gmx.de Sun Dec 1 00:21:20 2002 From: smoerk at gmx.de (smoerk) Date: Sun, 01 Dec 2002 02:21:20 +0200 Subject: [icecast] libshout compile errors (os.h) In-Reply-To: <20021130234057.GG14673@bogus.hackers.club> Message-ID: <3DE95600.5080804@gmx.de> Karl Heyes wrote: >> In file included from sock.c:49: >> sock.h:32: os.h: No such file or directory >> make[2]: *** [sock.lo] Error 1 >> make[2]: Leaving directory `/opt/ices2/libshout/src/net' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/opt/ices2/libshout/src' >> make: *** [all-recursive] Error 1 > > > yes I've noticed this as well. not sure what platform it's used on > but just comment/delete out the #include line in libshout/net/sock.c > file. It's also in the ices and icecast tree as well. thanks, it compiled. little strange this error. I'm on debian (testing)... But now I have another problem when compiling ices make[2]: Entering directory `/opt/ices2/ices/src' gcc-3.2 -DPACKAGE=\"ices\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -I. -I. -Inet -Ithread -Iavl -Ilog -Itiming -DHAVE_OSS -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -I/include -I/include -c input.c In file included from input.c:29: input.h:34: parse error before "shout_t" input.h:34: warning: no semicolon at end of struct or union input.h:36: parse error before '}' token input.h:36: warning: data definition has no type or storage class input.c: In function `input_loop': input.c:269: `arg' undeclared (first use in this function) input.c:269: (Each undeclared identifier is reported only once input.c:269: for each function it appears in.) make[2]: *** [input.o] Error 1 make[2]: Leaving directory `/opt/ices2/ices/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/ices2/ices/src' make: *** [all-recursive] Error 1

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Sun Dec 1 00:44:17 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: Sun, 1 Dec 2002 00:44:17 +0000 Subject: [icecast] libshout compile errors (os.h) In-Reply-To: <3DE95600.5080804@gmx.de> Message-ID: <20021201004417.GI14673@bogus.hackers.club> On 2002.12.01 00:21 smoerk wrote: > thanks, it compiled. little strange this error. I'm on debian (testing)... probably a left over from some merge. > But now I have another problem when compiling ices > > make[2]: Entering directory `/opt/ices2/ices/src' > gcc-3.2 -DPACKAGE=\"ices\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 > -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -I. -I. -Inet -Ithread -Iavl -Ilog > -Itiming -DHAVE_OSS -O20 -ffast-math -fsigned-char -D_REENTRANT > -D_GNU_SOURCE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 > -I/include -I/include -I/include -c input.c > In file included from input.c:29: > input.h:34: parse error before "shout_t" > input.h:34: warning: no semicolon at end of struct or union > input.h:36: parse error before '}' token > input.h:36: warning: data definition has no type or storage class > input.c: In function `input_loop': > input.c:269: `arg' undeclared (first use in this function) > input.c:269: (Each undeclared identifier is reported only once > input.c:269: for each function it appears in.) > make[2]: *** [input.o] Error 1 > make[2]: Leaving directory `/opt/ices2/ices/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/opt/ices2/ices/src' > make: *** [all-recursive] Error 1 The parse error before shout_t is typical of a duff libshout install. Namely it didn't install the shout.h header. Make sure you did an install from the libshout directory not from the src directory. I get it building no problem here. karl. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at xiph.org Sun Dec 1 02:11:57 2002 From: msmith at xiph.org (Michael Smith) Date: Sun, 01 Dec 2002 13:11:57 +1100 Subject: [icecast] libshout compile errors (os.h) In-Reply-To: <3DE922D9.8090503@gmx.de> Message-ID: <3.0.6.32.20021201131157.45d41cf0@mail.labyrinth.net.au> At 10:43 PM 30/11/2002 +0200, you wrote: >I get an error when compiling libshout. it's the version from cvs, i >checked it out a few minutes ago... Fixed. The windows port broke stuff... Michael

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From swiftbiscuit at yahoo.co.uk Sun Dec 1 04:13:44 2002 From: swiftbiscuit at yahoo.co.uk (SwiftBiscuit) Date: Sat, 30 Nov 2002 20:13:44 -0800 (PST) Subject: [icecast] IceS 2.0a - Extended sleep requested In-Reply-To: <3.0.6.32.20021201131157.45d41cf0@mail.labyrinth.net.au> Message-ID: <20021201041344.96945.qmail@web12004.mail.yahoo.com> I've just set up a new collection of streams and one of them is having problems. The clients connecting to this one stream only last a few minutes before getting kicked off. I don't know where to start looking for the problem. I'm running Mandrake 8.1 with Libshout2.0, IceS 2.0a and Icecast2 downloaded from cvs only a few days ago (with the mentioned os.h error included ;-) I get the following in the log files when I start up access.log: ip.add.re.ss - - [01/Dec/2002:03:46:32 +0000] "SOURCE /dialup-low.ogg HTTP/1.0" 401 115 "-" "IceS 2.0beta2" 0 error.log: [2002-12-01 03:46:32] INFO connection/_handle_source_request Source logging in at mountpoint "/dialup-low.ogg" [2002-12-01 03:46:32] INFO connection/_handle_source_request Source (/dialup-low.ogg) attempted to login with invalid or missing password [2002-12-01 03:46:32] INFO connection/_handle_source_request Source logging in at mountpoint "/dialup-low.ogg" ices-025kbs.log: [2002-12-01 03:46:32] WARN input/_sleep Extended sleep requested (2059 ms), sleeping for one second [2002-12-01 03:46:33] WARN input/_sleep Extended sleep requested (2659 ms), sleeping for one second [2002-12-01 03:46:34] WARN input/_sleep Extended sleep requested (3218 ms), sleeping for one second [2002-12-01 03:46:35] WARN input/_sleep Extended sleep requested (3730 ms), sleeping for one second etc.... Then when a client connects... Access.log: ip.add.re.ss2 - - [01/Dec/2002:04:01:30 +0000] "GET /dialup-low.ogg HTTP/1.1" 200 625224 "-" "Winamp" 175 ...it only lasts just over three minutes before stopping. Maybe it's unrelated, but this is the only stream that drops clients and the only one filling its logs with "Extended sleep requests". I'm not deeply into the technical side of ogg streaming, what's going on? :-) Thanks, Mark

__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Sun Dec 1 14:18:25 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: Sun, 1 Dec 2002 14:18:25 +0000 Subject: [icecast] IceS 2.0a - Extended sleep requested In-Reply-To: <20021201041344.96945.qmail@web12004.mail.yahoo.com> Message-ID: <20021201141825.GA1063@bogus.hackers.club> On 2002.12.01 04:13 SwiftBiscuit wrote: > I've just set up a new collection of streams and one > of them is having problems. The clients connecting to > this one stream only last a few minutes before getting > kicked off. I don't know where to start looking for > the problem. > > I'm running Mandrake 8.1 with Libshout2.0, IceS 2.0a > and Icecast2 downloaded from cvs only a few days ago > (with the mentioned os.h error included ;-) > > I get the following in the log files when I start up ... > ices-025kbs.log: > [2002-12-01 03:46:32] WARN input/_sleep Extended > sleep requested (2059 ms), sleeping for one second > [2002-12-01 03:46:33] WARN input/_sleep Extended > sleep requested (2659 ms), sleeping for one second > [2002-12-01 03:46:34] WARN input/_sleep Extended > sleep requested (3218 ms), sleeping for one second > [2002-12-01 03:46:35] WARN input/_sleep Extended > sleep requested (3730 ms), sleeping for one second > etc.... .... Notice how the ms count increases. What's the config like and is you CPU swamped. use vmstat 1 to see CPU usage. karl. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From swiftbiscuit at yahoo.co.uk Mon Dec 2 12:09:05 2002 From: swiftbiscuit at yahoo.co.uk (SwiftBiscuit) Date: Mon, 2 Dec 2002 04:09:05 -0800 (PST) Subject: [icecast] IceS 2.0a - Extended sleep requested In-Reply-To: <20021201141825.GA1063@bogus.hackers.club> Message-ID: <20021202120905.50924.qmail@web12003.mail.yahoo.com> Thanks for offering to help, Karl. Config - I thought my email was long even without the config files so I didn't include them! They are normal random playlist configs. What aspects are you looking for? CPU - vmstat 1 gives consistant CPU readings of around 2,1,97 for us,sy,id respectively when no one is listening to the streams. There's hardly any change when a client starts listening. I've taken a quick look at the code and seen the point where the log entry is written, I was hoping that someone with better (ie some) knowledge of the code would point me to the problem area rather than me having to wade through it all myself. I have made unusual encode settings, but it still used a standard oggenc build. I've listened to the streams with both xmplay and winamp now to see if the stream dropping was a winamp only issue and found that xmplay also drops the 25kbs one, but not at the same point that winamp does. The server also doesn't warn it booted the client so I'm guessing buffer issues for the stream problem. What the "extended sleep" thing is beats me at the moment though. It's a 22050khz encode, but there is another one with out the sleep issues. I now have a log file of 11MB after a day and a bit, it's not useful. Thanks again for trying to help me out, Mark. --- Karl Heyes helpfully wrote: > Notice how the ms count increases. What's the config > like and is you CPU swamped. use vmstat 1 to see CPU > usage. > > karl. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at xiph.org Mon Dec 2 13:21:41 2002 From: msmith at xiph.org (Michael Smith) Date: Tue, 03 Dec 2002 00:21:41 +1100 Subject: [icecast] IceS 2.0a - Extended sleep requested In-Reply-To: <20021202120905.50924.qmail@web12003.mail.yahoo.com> Message-ID: <3.0.6.32.20021203002141.4577a870@mail.labyrinth.net.au> >What the "extended sleep" thing is beats me at the >moment though. It's a 22050khz encode, but there is >another one with out the sleep issues. I now have a >log file of 11MB after a day and a bit, it's not >useful.

This basically means "something really bad has gone wrong, we're trying to recover". Depending on the cause of the problem, the recovery may or may not be successful. That message appears when the timing code encounters a situation which it never should (but can if there are clock discontinuities or insufficient cpu). It might also be possible to trigger it with some (broken) input files - does this problem happen only with some files? Michael

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Mon Dec 2 14:45:55 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: Mon, 2 Dec 2002 14:45:55 +0000 Subject: [icecast] IceS 2.0a - Extended sleep requested In-Reply-To: <3.0.6.32.20021203002141.4577a870@mail.labyrinth.net.au> Message-ID: <20021202144555.GA864@bogus.hackers.club> On 2002.12.02 13:21 Michael Smith wrote: > This basically means "something really bad has gone wrong, > we're trying to recover". Depending on the cause of the > problem, the recovery may or may not be successful. This looks like it needs a bit more work wrt the playlist read code. The ogg_sync_pageout will be emitting pages containing around 22k samples, and there's only 22k samples in a second at that samplerate so that will trigger the 1 sec sleep check. I suspect we need to flush a page which has some basis on the samplerate or time, but I don't think there's a function for that. hmmmm....how big can an ogg page get? And what about even lower samplerates like 11025?

> That message appears when the timing code encounters > a situation which it never should (but can if there are > clock discontinuities or insufficient cpu). It might > also be possible to trigger it with some (broken) input > files - does this problem happen only with some files? I suspect it will only happen on 22ksamplerate or less files through the playlist as pcm only read 8192 samples. The quick hack is to increase the trigger in _sleep from 1000 to say something like 5000. karl. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Mon Dec 2 15:21:17 2002 From: gshang at uq.net.au (Geoff Shang) Date: Tue, 3 Dec 2002 01:21:17 +1000 (EST) Subject: [icecast] IceS 2.0a - Extended sleep requested In-Reply-To: <20021202120905.50924.qmail@web12003.mail.yahoo.com> Message-ID: On Mon, 2 Dec 2002, SwiftBiscuit wrote: > What the "extended sleep" thing is beats me at the > moment though. It's a 22050khz encode, but there is > another one with out the sleep issues. hmmmm. so is there a difference between the one that works and the one that doesn't? Bitrate, maybe? Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From swiftbiscuit at yahoo.co.uk Mon Dec 2 16:08:51 2002 From: swiftbiscuit at yahoo.co.uk (SwiftBiscuit) Date: Mon, 2 Dec 2002 08:08:51 -0800 (PST) Subject: [icecast] IceS 2.0a - Extended sleep requested In-Reply-To: Message-ID: <20021202160851.99725.qmail@web12002.mail.yahoo.com> I've just finished a little encoding set and the following happened: 22Khz resampled, q-0.4 encode = ~38kbs = one error at the beginning only. 22Khz resampled, q-0.5 encode = ~37kbs = 6 to 7 sleep errors in the first second or so, nothing after that. 22Khz resampled, q-0.6 encode = ~35kbs = 14 to 15 sleep errors then nothing. 22Khz resampled, q-0.8 encode = ~33kbs = Many sleep errors. --- Geoff Shang wrote: > hmmmm. so is there a difference between the one > that works and the one > that doesn't? Bitrate, maybe? > Geoff. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Mon Dec 2 17:02:50 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: Mon, 2 Dec 2002 17:02:50 +0000 Subject: [icecast] IceS 2.0a - Extended sleep requested In-Reply-To: <20021202160851.99725.qmail@web12002.mail.yahoo.com> Message-ID: <20021202170250.GE864@bogus.hackers.club> On 2002.12.02 16:08 SwiftBiscuit wrote: > I've just finished a little encoding set and the > following happened: > > 22Khz resampled, q-0.4 encode = ~38kbs = one error at > the beginning only. > > 22Khz resampled, q-0.5 encode = ~37kbs = 6 to 7 sleep > errors in the first second or so, nothing after that. > > 22Khz resampled, q-0.6 encode = ~35kbs = 14 to 15 > sleep errors then nothing. > > 22Khz resampled, q-0.8 encode = ~33kbs = Many sleep > errors. Will you try something to get you going. In the ices/src/input.c file goto line 92, you should see if(sleep > 1000) { LOG_WARN1("Extended sleep requested (%ld ms), sleeping for one second", sleep); timing_sleep(1000); } change to the following if(sleep > 5000) { LOG_WARN1("Extended sleep requested (%ld ms), sleeping for 5 seconds", sleep); timing_sleep(5000); }

This will give it a 5 sec tollerance instead of 1 second. I believe it's to do with the amount of data in an ogg page. Check the log file for more of the Extended sleep messages karl. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From swiftbiscuit at yahoo.co.uk Mon Dec 2 17:26:13 2002 From: swiftbiscuit at yahoo.co.uk (SwiftBiscuit) Date: Mon, 2 Dec 2002 09:26:13 -0800 (PST) Subject: [icecast] IceS 2.0a - Extended sleep requested In-Reply-To: <20021202170250.GE864@bogus.hackers.club> Message-ID: <20021202172613.51844.qmail@web12006.mail.yahoo.com> That seems to have done the trick, Karl. Thanks a lot. :-) M. --- Karl Heyes wrote: > Will you try something to get you going. In the > ices/src/input.c file > *snipped code fragments - SwiftBiscuit* > > This will give it a 5 sec tollerance instead of 1 > second. > I believe it's to do with the amount of data in an > ogg page. > > Check the log file for more of the Extended sleep > messages > > karl.

__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mrakotom at wanadoo.fr Mon Dec 2 18:08:46 2002 From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina) Date: 02 Dec 2002 19:08:46 +0100 Subject: [icecast] directory servers Message-ID: <1038852532.358.2.camel@rktmb> hi all, i noticed that the yp.icecast.org doesnt liste my server anymore though i touch every directory servers have a look at my icecast conf file ... [...] icydir yp.shoutcast.com icydir yp.breakfree.com icydir yp.musicseek.net icydir yp.van-pelt.com icydir yp.radiostation.de directory yp.icecast.org directory yp.mp3.de touch_freq 5 [...] what happens ? --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mrakotom at wanadoo.fr Mon Dec 2 18:14:55 2002 From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina) Date: 02 Dec 2002 19:14:55 +0100 Subject: [icecast] icecast2 ?? Message-ID: <1038852897.783.3.camel@rktmb> Hi all i'm using icecast 1.3.12 from www.icecast.org Your're all talking about icecast2 ... where is it's home page ?

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mrakotom at wanadoo.fr Mon Dec 2 18:17:27 2002 From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina) Date: 02 Dec 2002 19:17:27 +0100 Subject: [icecast] icecast2 ( I fonud ) Message-ID: <1038853048.781.5.camel@rktmb> well i found a page talking about icecast 2 ... but there's no linux version .... :(

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Mon Dec 2 18:32:08 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: Mon, 2 Dec 2002 18:32:08 +0000 Subject: [icecast] icecast2 ( I fonud ) In-Reply-To: <1038853048.781.5.camel@rktmb> Message-ID: <20021202183208.GG864@bogus.hackers.club> On 2002.12.02 18:17 Rakotomandimby Mihamina wrote: > well i found a page talking about icecast 2 ... but there's no linux > version .... :( well it builds on linux fine. You can get it from CVS on www.xiph.org or from mike's page (although that one is a bit older). karl. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Mon Dec 2 18:39:06 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Mon, 02 Dec 2002 19:39:06 +0100 Subject: [icecast] icecast2 ?? In-Reply-To: <1038852897.783.3.camel@rktmb> Message-ID: <3DEBA8CA.69D4FF0A@gmx.net> Rakotomandimby Mihamina wrote: > Your're all talking about icecast2 ... where is it's home page ? The current homepage is http://www.xiph.org/cvs.html ... this is supposed to change eventually, but there are some weird problems with icecast.org that i don't quite understand. :) Anyways, do NOT check out icecast2 from icecast.org CVS, it is very outdated. Instead, check out the 'icecast' module from anoncvs at xiph.org.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mr_radar at charter.net Mon Dec 2 21:46:22 2002 From: mr_radar at charter.net (Tyler Knott) Date: Mon, 02 Dec 2002 15:46:22 -0600 Subject: [icecast] Icecast with WinAmp as a stramer In-Reply-To: <001301c2b206$142656c0$e307070a@sapura.com.my> Message-ID: <3DEBD4AE.9060205@charter.net> If you are using Icecast2(I think this might apply to Icecast 1.x.x but not sure) then you need to specify a mount point for the stream. Example: if your mountpoint is /my_super_cool_great_stream.ogg then you would need to tell winamp to connect to icecast_server:8000/my_super_cool_stream.ogg If you are using the Oddcast DSP(version 1 for Winamp 2.x.x) as the source there is a text box in the server info area of the config dialog to set it. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From smoerk at gmx.de Mon Dec 2 21:46:29 2002 From: smoerk at gmx.de (smoerk) Date: Mon, 02 Dec 2002 23:46:29 +0200 Subject: [icecast] ices stdinpcm Message-ID: <3DEBD4B5.7070703@gmx.de> I have problems with the stdinpcm module in ices2. The player fills its buffer and doen't play anything and fill the buffer again and this repeats (with winamp). when I download the stream with wget I can play it from hard disk... is this a common problem with ices2 or do only I experience this behaviour? the oss module works. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Mon Dec 2 22:16:16 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: Mon, 2 Dec 2002 22:16:16 +0000 Subject: [icecast] ices stdinpcm In-Reply-To: <3DEBD4B5.7070703@gmx.de> Message-ID: <20021202221616.GK864@bogus.hackers.club> On 2002.12.02 21:46 smoerk wrote: > I have problems with the stdinpcm module in ices2. The player fills its > buffer and doen't play anything and fill the buffer again and this repeats > (with winamp). when I download the stream with wget I can play it from > hard disk... is this a common problem with ices2 or do only I experience > this behaviour? I've heard of problems with winamp3 but I don't know what effect it has. Last time I tried with stdinpcm it was just fine and I don't think there's been any changes to it. Lets us know the winamp version and if you can try another player/plugin. Also give us some idea on what your running number of instances, samplerates etc. I presume the CPU isn't max'd out (vmstat 1 on unix - us column) and you have a recent version from CVS. karl. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From smoerk at gmx.de Tue Dec 3 00:11:46 2002 From: smoerk at gmx.de (smoerk) Date: Tue, 03 Dec 2002 02:11:46 +0200 Subject: [icecast] ices stdinpcm In-Reply-To: <20021202221616.GK864@bogus.hackers.club> Message-ID: <3DEBF6C2.30807@gmx.de> I testetd it with winamp2 and ogg123, didn't work. cpu usage was around 30% or 35%. the version is from yesterday. this is my config file: ices ices.log 4 4 Example stream name Example genre A short description stdinpcm 48000 2 radiostudio.org 9000 xxxxx /test.ogg 2 5 48000 2 0

Karl Heyes wrote: > On 2002.12.02 21:46 smoerk wrote: > >> I have problems with the stdinpcm module in ices2. The player fills >> its buffer and doen't play anything and fill the buffer again and this >> repeats (with winamp). when I download the stream with wget I can play >> it from hard disk... is this a common problem with ices2 or do only I >> experience this behaviour? > > > I've heard of problems with winamp3 but I don't know what effect it has. > > Last time I tried with stdinpcm it was just fine and I don't think there's > been any changes to it. Lets us know the winamp version and if you can > try another player/plugin. Also give us some idea on what your running > number of instances, samplerates etc. > > I presume the CPU isn't max'd out (vmstat 1 on unix - us column) and you > have a recent version from CVS.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Tue Dec 3 00:43:17 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: Tue, 3 Dec 2002 00:43:17 +0000 Subject: [icecast] ices stdinpcm In-Reply-To: <3DEBF6C2.30807@gmx.de> Message-ID: <20021203004317.GO864@bogus.hackers.club> On 2002.12.03 00:11 smoerk wrote: > I testetd it with winamp2 and ogg123, didn't work. cpu usage was around > 30% or 35%. the version is from yesterday. > > stdinpcm > 48000 > 2 > Anything unusual in the ices.log. hmmm... Last time I used stdinpcm I had pretty much the same parameters as it was from a DAB receiver. wget -> madplay -> sox -> ices (pipe heaven). This effect you see, buffering, doesn't play then re-buffers. Does that appear with both players and what happens when it should be playing, looks to play but no sound or could it be a disconnection then re-connection. For the most part it's the same as OSS. The problem with with an external PCM source is that it can loose time sync if the stream stops for anything (like loss of signal). karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From Marco.Warga.ext_Zip at khe.siemens.de Wed Dec 4 10:03:46 2002 From: Marco.Warga.ext_Zip at khe.siemens.de (Warga ext_Zip Marco) Date: Wed, 4 Dec 2002 11:03:46 +0100 Subject: [icecast] Troubles setting up Shoutcast relay Message-ID: Hi ! Well what I basically want to do is set up a local relay in our company for some popular shoutcast radio streams available on the winamp.com main site. Right now like 10 or 20 ppl here are listening to basically the same two or three streams, so thats quite a waste of bandwith. So I thought there must be some kind of stream relay that would connect as client to the Shoutcast server and be a server for the local listeners in the LAN, just copying the stream. The whole thing had to run on win32 cause we don't have Linux boxes here. The stream I want to connect to would be i.e.: http://123.123.123.123:80/stream/9999

OK first I gave the Shoutcast software a try....I set it up as relay but I quickly figured that theres a relay ip and port option but no relay mount path option. So how should shoutcast know which mount path to send to the server ? Connecting with a client to the shoutcast server did prety much what I expected...my server connected to the server I specified with the "relay" options but it couldn't find the stream and got a 404 from the server. I didn't find solutions for that so I went on and tried Icecast. Icecast seemed to be just the right thing for me. Configurable aliases and automatic disconnect from the source stream if there are no clients connected at all. Sounded fine. After I set up everything (a prebuild icecast 1.3.12 win32 binary I found) I tried connected with Winamp to my server and the mount point I had defined for the relay. However the server tried to connect to the source stream and nothing happened. After a while it would time out. I actually checked the network traffic (with Ethereal) and figured out that the Icecast server did connect to the Shoutcast stream (tcp connection established) and sent a complete set of HTTP headers in "x-audiocast" format, but the Shoutcast server did not reply with any data. I compared that set of HTTP headers with the set of headers Winamp sends to the server when it connects and its _completely_ different. Winamp seems to use alot of "icy-" headers (I guess thats the problem?). I heard that Shoutcast servers do not support the x-audiocast format anyway. Yet Icecast is said to be 100% Shoutcast compatible. I also tried adding relays with the "relay pull" command directly in the console and used the -i option and the -m option to secify a local mountpoint. However when connecting with a client to that mountpoint Icecast didn't seem to find the mountpoint at all (according to the debug output), although my relay was indeed in the list you get via "relay list". Sometimes adding or just listing relays with the "relay" command in the console would even lock up the Icecast server. I must be doing something terribly wrong but I can't figure out what. The Icecast documentation seems to be out of date, and it was a major pain to even find prebuild win32 binaries of it (I did not even bother with messing around with the Icecast 1.3 source, it may actually be buildable on Cygwin or something but that takes *alot of time to set up for me now). I also found Icecast2 beta sources that seem to be buildable on win32 but there seems to be absolutely no documentation on how to configure it (i.e. the shoutcast.xml file). The documentation/faqs/readmes included in the Icecast2 package seems to be just the one in the old Icecast package.... Ok...does anyone of you perhaps know how to get the relaying I want to work with Shoutcast or Icecast or any other free software I don't know of yet? Any hint would be *very much appreciated :-)

Thanx alot !!!!

Watz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From telmnstr at 757.org Wed Dec 4 16:00:08 2002 From: telmnstr at 757.org (Ethan) Date: Wed, 4 Dec 2002 11:00:08 -0500 (EST) Subject: [icecast] the dummy playlist... chaining a clip to a stream. Message-ID: <20021204105951.U22107-100000@users.757.org> Hello. I have a question. We run a number of public service audio streams. They are picking up in popularity, and it would be nice to take some credit for the bandwidth we are supplying. Lots of people directly linking to us. So I would like to attempt to do something that I've seen done with WMA streams. I would like it so when a listener connects, it plays back a 20 second audio clip announcing who pays for it, then rolls into the real audio stream. Any suggestions? I checked to see if there really was a file for the dummy playlist that is referenced in links, hoping that I could shove a pointer to the static served audio announcement first. No go there. I realize it presents all sorts of wierd issues, and if people directly link to the audio stream then it wouldn't work... but is there any way to accomplish this task? It would rock if Icecast supported inserting the audio upon connection, but I realize there are all sorts of logistics that would be a nightmare (relay hosts). -- Ethan

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Wed Dec 4 17:40:59 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: Wed, 4 Dec 2002 17:40:59 +0000 Subject: [icecast] the dummy playlist... chaining a clip to a stream. In-Reply-To: <20021204105951.U22107-100000@users.757.org> Message-ID: <20021204174059.GA869@bogus.hackers.club> On 2002.12.04 16:00 Ethan wrote: > So I would like to attempt to do something that I've seen done with WMA > streams. I would like it so when a listener connects, it plays back a 20 > second audio clip announcing who pays for it, then rolls into the real > audio stream. > > Any suggestions? I checked to see if there really was a file for the > dummy playlist that is referenced in links, hoping that I could shove a > pointer to the static served audio announcement first. No go there. > > I realize it presents all sorts of wierd issues, and if people directly > link to the audio stream then it wouldn't work... but is there any way to > accomplish this task? conceptually possible with icecast, but you don't want to do any encoding there, just send out a preprocessed file. It's the only place that knows of client connects and that can kick off a sample before the main stream. It wouldn't work with relays unless the relays did that as well. I not aware of anything in place for this though. karl. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From szoth at ubertechnique.com Wed Dec 4 17:43:55 2002 From: szoth at ubertechnique.com (Seth de l'Isle) Date: Wed, 4 Dec 2002 11:43:55 -0600 Subject: [icecast] the dummy playlist... chaining a clip to a stream. In-Reply-To: <20021204105951.U22107-100000@users.757.org> Message-ID: <20021204114355.A28420@tharsis.ubertechnique.com> On Wed, Dec 04, 2002 at 11:00:08AM -0500, Ethan wrote: > Any suggestions? I checked to see if there really was a file for the > dummy playlist that is referenced in links, hoping that I could shove a > pointer to the static served audio announcement first. No go there. You can save the dummy play-list from off the web, edit it to your liking and serve it as a static page from a web server. As you expected you can just add a line to the top of the list specifying the url of an audio file containing the credits you want each listener to hear. If you serve the play-list from a web server make sure that the web server software knows about the mime type that goes with your play-list format. For m3u play-lists the server needs to be able to tell clients that the Mime type of files ending in .m3u is audio/x-mpegurl. It sounds like you would have administrative control of your web server, but if you don't you can generate your play-lists from a cgi script and set the HTTP header something equivalent to this: #!/bin/bash echo Content-Type: audio/x-mpegurl echo echo http://www.somedomain.net/credit.mp3 echo http://icecast.somedomain.net:8000/phatstream

Of course you still have to get all the linking sites to update their links. Hope this is some help. -- pgp public key http://ubertechnique.com/seth/pgp_key.txt ID: 0x60F9B67A --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From telmnstr at 757.org Wed Dec 4 17:49:53 2002 From: telmnstr at 757.org (Ethan) Date: Wed, 4 Dec 2002 12:49:53 -0500 (EST) Subject: [icecast] the dummy playlist... chaining a clip to a stream. In-Reply-To: <20021204114355.A28420@tharsis.ubertechnique.com> Message-ID: <20021204124911.A23033-100000@users.757.org> > It sounds like you would have administrative control of your web server, but > if you don't you can generate your play-lists from a cgi script and set the HTTP > header something equivalent to this: Yea I can add the mime type to the apache config. Thanks a ton! > Of course you still have to get all the linking sites to update their > links. > Hope this is some help. VERY much so! Thanks -- Ethan --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From service at RadioOnDemand.com Wed Dec 4 19:21:25 2002 From: service at RadioOnDemand.com (service) Date: 04 Dec 2002 11:21:25 -0800 Subject: [icecast] reliable mp3 NON X player for streams In-Reply-To: <20021202183208.GG864@bogus.hackers.club> Message-ID: <1039029686.1364.3.camel@alpha.dka.net> Hi there, I'm urgently searching for a bulletproof NON-X mp3 player for high bit rates that can be remotely controlled - if possible. (Server-Client?!) Right now I'm using mpg123 and this program not always starts flawlessly with streams. All ideas are appreciated. HERB RadioOnDemand.com --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From smoerk at gmx.de Thu Dec 5 05:08:48 2002 From: smoerk at gmx.de (smoerk) Date: Thu, 05 Dec 2002 07:08:48 +0200 Subject: [icecast] reliable mp3 NON X player for streams In-Reply-To: <1039029686.1364.3.camel@alpha.dka.net> Message-ID: <3DEEDF60.5020406@gmx.de> did you try alsaplayer? ervice wrote: > Hi there, > > I'm urgently searching for a bulletproof NON-X mp3 player for high bit > rates that can be remotely controlled - if possible. (Server-Client?!) > > Right now I'm using mpg123 and this program not always starts flawlessly > with streams. > > All ideas are appreciated.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From owner-icecast at xiph.org Thu Dec 5 07:16:47 2002 From: owner-icecast at xiph.org (Majordomo) Date: Wed, 4 Dec 2002 22:16:47 -0900 (AKST) Subject: [icecast] From: Message-ID: <1725.192.168.1.1.1039072607.squirrel@www.destar.net> auth 2f6d1fd6 subscribe icecast jonr at destar.net

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From dang.thai at wanadoo.fr Thu Dec 5 12:43:29 2002 From: dang.thai at wanadoo.fr (Thai DANG) Date: Thu, 05 Dec 2002 13:43:29 +0100 Subject: [icecast] can't be listed on yp.icecast.org Message-ID: <3DEF49F1.1020800@wanadoo.fr> Hi ! my source is behind a proxy (mon ip is private), I ve got the following message : [04/Feb/2003:13:06:00] Using xaudiocast directory server [yp.icecast.org:80/cgi-bin/touch]Icecast Version 1.3.12 Initializing... Icecast comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of Icecast under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Starting thread engine... [04/Feb/2003:13:06:00] Icecast Version 1.3.12 Starting.. [04/Feb/2003:13:06:00] Starting Admin Console Thread... -> [04/Feb/2003:13:06:00] Starting main connection handler... -> -> [04/Feb/2003:13:06:00] Listening on port 8000... -> [04/Feb/2003:13:06:00] Listening on port 8001... -> [04/Feb/2003:13:06:00] Using 'soundct.dyndns.org' as servername... -> [04/Feb/2003:13:06:00] Server limits: 10 clients, 10 clients per source, 5 sources, 5 admins -> [04/Feb/2003:13:06:00] Access to WWW Admin interface disabled -> [04/Feb/2003:13:06:00] Starting Calender Thread... -> [04/Feb/2003:13:06:00] Starting UDP handler thread... -> [04/Feb/2003:13:06:00] Starting relay connector thread... -> [04/Feb/2003:13:06:00] ERROR: Bind to udp interface failed, shutting down udp traffic -> [04/Feb/2003:13:06:01] directory_touch_xa([yp.icecast.org:80]) completed...server id = -1

do you have any idea ? Thanks a lot.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mrakotom at wanadoo.fr Thu Dec 5 16:28:31 2002 From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina) Date: 05 Dec 2002 17:28:31 +0100 Subject: [icecast] ??? Message-ID: <1039105712.356.9.camel@rktmb> i saw that mail from a mailing list. http://article.gmane.org/gmane.comp.audio.icecast.general/748 I have the same problem as that guy . everything seems OK but ODDCast2 cannot connect to Icecast2 via Winamp3 . but where do you put the . I guess i have to turn it to 0 cause i use icecast2 .

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Thu Dec 5 16:46:56 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Thu, 05 Dec 2002 17:46:56 +0100 Subject: [icecast] ??? In-Reply-To: <1039105712.356.9.camel@rktmb> Message-ID: <3DEF8300.77E06B37@gmx.net> Rakotomandimby Mihamina wrote: > I have the same problem as that guy . > everything seems OK but ODDCast2 cannot connect to Icecast2 via Winamp3 Oddcast2? Winamp3? If I remember correctly, there's no Oddcast2, and it's also a Winamp 2.xx plugin - no idea if it works with WA3. > but where do you put the . > I guess i have to turn it to 0 cause i use icecast2 . The correct option is , and its usage is not recommended and undocumented. The current version of Oddcast DSP lets you choose between Shoutcast/Icecast/Icecast2. If you leave out in your Icecast2 configuration (the default), you have to tell Oddcast DSP to connect to an Icecast2 server (that's how to do it right). If you put 1 into your icecast.xml, you need to pick "Icecast" as the server type in Oddcast DSP. Icecast2 uses http basic auth for authentication, while Icecast1 uses ICElogin. Icecast2 *does* support the old way with this undocumented directive, but I'd recommend not to use it.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From service at RadioOnDemand.com Thu Dec 5 18:18:29 2002 From: service at RadioOnDemand.com (service) Date: 05 Dec 2002 10:18:29 -0800 Subject: [icecast] reliable mp3 NON X player for streams In-Reply-To: <3DEEDF60.5020406@gmx.de> Message-ID: <1039112309.1364.7.camel@alpha.dka.net> I was thinking on doing that but now I've found a very smart little script that helps to control mpg123 remotely and it seems to be running just fine. --> irmp3 mpg123 just needs lot of control to assure it plays and/or stops. HERB RadioOnDemand.com

On Wed, 2002-12-04 at 21:08, smoerk wrote: > did you try alsaplayer? > > service wrote: > > Hi there, > > > > I'm urgently searching for a bulletproof NON-X mp3 player for high bit > > rates that can be remotely controlled - if possible. (Server-Client?!) > > > > Right now I'm using mpg123 and this program not always starts flawlessly > > with streams. > > > > All ideas are appreciated. > > > > > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mrakotom at wanadoo.fr Thu Dec 5 19:05:50 2002 From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina) Date: 05 Dec 2002 20:05:50 +0100 Subject: [icecast] ??? In-Reply-To: <3DEF8300.77E06B37@gmx.net> Message-ID: <1039115151.361.32.camel@rktmb> > Oddcast2? Winamp3? If I remember correctly, there's no Oddcast2, and > it's also a Winamp 2.xx plugin - no idea if it works with WA3. > http://www.oddsock.org/tools/oddcastv2/ --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Thu Dec 5 19:14:38 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Thu, 05 Dec 2002 20:14:38 +0100 Subject: [icecast] ??? In-Reply-To: <1039115151.361.32.camel@rktmb> Message-ID: <3DEFA59E.524D6FEA@gmx.net> Rakotomandimby Mihamina wrote: > http://www.oddsock.org/tools/oddcastv2/ Aaah, learned something today. Nice. Well, I still think that my reply is probably right, since I doubt that some things totally changed between the WA2/XMMS and the WA3 plugin. I can't test this since I don't use WA3.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From oddsock at oddsock.org Fri Dec 6 04:37:45 2002 From: oddsock at oddsock.org (oddsock) Date: Thu, 05 Dec 2002 22:37:45 -0600 Subject: [icecast] ??? In-Reply-To: <3DEF8300.77E06B37@gmx.net> Message-ID: <5.1.1.6.0.20021205223253.031438a0@oddsock.org> At 05:46 PM 12/5/2002 +0100, you wrote: >Rakotomandimby Mihamina wrote: > > I have the same problem as that guy . > > everything seems OK but ODDCast2 cannot connect to Icecast2 via Winamp3 > >Oddcast2? Winamp3? If I remember correctly, there's no Oddcast2, and >it's also a Winamp 2.xx plugin - no idea if it works with WA3. yes, indeed, it does exist, and has existed for a month or so now....although I think there are many people not willing to try wa3 for broadcasting...eh..well, it works fine for me :) > > but where do you put the . > > I guess i have to turn it to 0 cause i use icecast2 . > >The correct option is , and its usage is not recommended and >undocumented. > >The current version of Oddcast DSP lets you choose between >Shoutcast/Icecast/Icecast2. If you leave out in your Icecast2 >configuration (the default), you have to tell Oddcast DSP to connect to >an Icecast2 server (that's how to do it right). If you put >1 into your icecast.xml, you need to pick "Icecast" >as the server type in Oddcast DSP. > >Icecast2 uses http basic auth for authentication, while Icecast1 uses >ICElogin. Icecast2 *does* support the old way with this undocumented >directive, but I'd recommend not to use it. this is correct, and both the current version of oddcast, and oddcastv2 use HTTP basic authentication for icecast2. The trouble quite often is people might be running an older version of icecast2, which doesn't use HTTP auth for source login... basically, make sure you are using the latest (Alpha1) of icecast2, the win32 version of icecast2 alpha1 is available here -> http://www.oddsock.org/icecast2/Icecast2_win32_2.0_alpha1_setup.exe that should work for both the current oddcastDSP (http://www.oddsock.org/tools/dsp_oddcast/dsp_oddcast_10222002.exe) and the current oddcastV2 (http://www.oddsock.org/tools/oddcastv2/oddcast_dsp_v2.0.4.exe) oddsock

>Moritz >--- >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 at xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From anibal.coral at t-systems.com.br Fri Dec 6 18:55:39 2002 From: anibal.coral at t-systems.com.br (Anibal Ulisses Coral) Date: Fri, 6 Dec 2002 16:55:39 -0200 Subject: [icecast] Are someone using icecast on AIX Message-ID: <002c01c29d59$11be0070$b5baf835@dc.com.br> Hello for all, I'm looking for someone that are using icecast on AIX (my oslevel 4.3.3.0, and gcc 2.95.3.0), or someone could help me. I'm trying to compile icecast and get some error, see below... Thank's Anibal ------------------- # ./configure loading cache ./config.cache Building icecast-1.3.12... checking for a BSD compatible install... ./install-sh -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... missing checking whether to enable maintainer-specific portions of Makefiles... no checking for ranlib... (cached) ranlib checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for uname... (cached) uname checking for a BSD compatible install... ./install-sh -c checking how to run the C preprocessor... (cached) gcc -E checking for AIX... yes checking for POSIXized ISC... no checking for minix/config.h... (cached) no checking your OS... AIX checking for socket... (cached) yes checking for connect... (cached) yes checking for log... (cached) no checking for log in -lm... (cached) yes checking for gethostbyname... (cached) yes checking for nanosleep... (cached) yes checking whether to use libwrap... no checking whether to use crypted passwords... no checking for pthread functions in standard libraries... no checking for pthread_create in -lpthread... (cached) yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking for fcntl.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/soundcard.h... (cached) no checking for machine/soundcard.h... (cached) no checking for pthread.h... (cached) no checking for assert.h... (cached) yes checking for sys/resource.h... (cached) yes checking for math.h... (cached) yes checking for signal.h... (cached) yes checking for sys/signal.h... (cached) yes checking for mcheck.h... (cached) no checking for malloc.h... (cached) yes checking for history.h... (cached) no checking for Python.h... (cached) no checking for working const... (cached) yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking return type of signal handlers... (cached) void checking whether time.h and sys/time.h may both be included... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking return type of signal handlers... (cached) void checking for unix98 socklen_t... yeah checking for strftime... (cached) yes checking for vprintf... (cached) yes checking for gettimeofday... (cached) yes checking for strstr... (cached) yes checking for snprintf... (cached) yes checking for vsnprintf... (cached) yes checking for rename... (cached) yes checking for setpgid... (cached) yes checking for basename... (cached) yes checking for setsockopt... (cached) yes checking for gethostbyname_r... (cached) yes checking for gethostbyaddr_r... (cached) yes checking for getrlimit... (cached) yes checking for setrlimit... (cached) yes checking for umask... (cached) yes checking for inet_addr... (cached) yes checking for inet_aton... (cached) yes checking for localtime_r... (cached) yes checking for select... (cached) yes checking for pthread_attr_setstacksize... (cached) yes checking for inet_ntoa... (cached) yes checking for mcheck... (cached) no checking for mallinfo... (cached) yes checking for mtrace... (cached) no checking for sigaction... (cached) yes checking for pthread_sigmask... (cached) yes checking for lseek... (cached) yes checking if libm is bundled with some lib we're already linking... yes creating ./config.status creating Makefile creating src/Makefile creating src/authenticate/Makefile creating conf/Makefile creating templates/Makefile creating conf/icecast.conf.dist creating doc/Makefile creating config.h config.h is unchanged Ok, everything seems ok. Now do 'make'. You can then run make install to install as you specified # # make make all-recursive Making all in src Making all in authenticate Target "all" is up to date. gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c client.c In file included from client.c:79: static.h:23: conflicting types for `send_file' /usr/include/sys/socket.h:538: previous declaration of `send_file' client.c: In function `client_wants_icy_headers': client.c:498: warning: implicit declaration of function `strncasecmp' client.c: At top level: client.c:93: warning: `client_send_fake_file' declared `static' but never defined make: 1254-004 The error code from the last command is 1.

Stop. make: 1254-004 The error code from the last command is 1.

Stop. make: 1254-004 The error code from the last command is 1.

Stop. make: 1254-004 The error code from the last command is 2.

Stop. # --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From thomas at resonance.org Sun Dec 8 05:39:31 2002 From: thomas at resonance.org (Thomas Spellman) Date: Sat, 7 Dec 2002 21:39:31 -0800 Subject: [icecast] Live file mixing and mic DJ'ing In-Reply-To: <002c01c29d59$11be0070$b5baf835@dc.com.br> Message-ID: <000401c29e7c$300c9720$0100a8c0@thosmos> I'm planning to try to do a live internet radio broadcast using wav and mp3 files as well as live DJ'ing with a mic. What is the best app for doing this and sending the mix to icecast? I need to be able to decide when the files play and be able to mix the live mic over the playing wav and mp3 files. Thanks and please forgive me if this is a common question. Thomas --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From thai at goochi.net Sun Dec 8 13:12:42 2002 From: thai at goochi.net (Thai DANG) Date: Sun, 08 Dec 2002 14:12:42 +0100 Subject: [icecast] Live file mixing and mic DJ'ing In-Reply-To: <000401c29e7c$300c9720$0100a8c0@thosmos> Message-ID: <3DF3454A.5070906@goochi.net> I think MuSe can fit your needs. Thomas Spellman wrote: > I'm planning to try to do a live internet radio broadcast using wav and > mp3 files as well as live DJ'ing with a mic. What is the best app for > doing this and sending the mix to icecast? I need to be able to decide > when the files play and be able to mix the live mic over the playing wav > and mp3 files. > > Thanks and please forgive me if this is a common question. > > Thomas > > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >

-- Comme les maladies contagieuses, les ide'es neuves demandent une certaine pe'riode d'incubation avant que elles soient reconnus. Arthur Koestler, les somnambules --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From juanfer at juanfer.com.ar Sun Dec 8 18:52:50 2002 From: juanfer at juanfer.com.ar (Pardo Juan Fernando) Date: Sun, 8 Dec 2002 15:52:50 -0300 Subject: [icecast] Liveice or Muse In-Reply-To: <3DF3454A.5070906@goochi.net> Message-ID: <200212081552.51568.juanfer@juanfer.com.ar> Somebody can answer me wich stream is better...Liveice or Muse ? --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From thai at goochi.net Sun Dec 8 19:28:41 2002 From: thai at goochi.net (Thai DANG) Date: Sun, 08 Dec 2002 20:28:41 +0100 Subject: [icecast] Liveice or Muse In-Reply-To: <200212081552.51568.juanfer@juanfer.com.ar> Message-ID: <3DF39D69.7060108@goochi.net> Pardo Juan Fernando wrote: > Somebody can answer me wich stream is better...Liveice or Muse ? > > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. > I tried MuSe, it works well but : - the interface is a bit slow when it is streaming (especially for adding songs dynamically) - I didn't manage to use the command line feature (seg fault)

-- Le simple fait de pouvoir penser l'infini comme un tout indique qu'il existe une facult? de l'esprit d?passant tout mesure des sens. Kant --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From michael.renner at gmx.de Sun Dec 8 20:31:35 2002 From: michael.renner at gmx.de (Michael Renner) Date: Sun, 8 Dec 2002 21:31:35 +0100 Subject: [icecast] how to start liveice with screen? Message-ID: <200212082131.35306.michael.renner@gmx.de> Moin, I installed liceice as well as 'screen' at a debian maschine, both applications are running fine. But when I try to start liveice in a 'screen' environment then the liveice process ends without an error message: $ /usr/bin/screen -dmS liveice /usr/bin/liveice A prefixed 'strace -f' shows me: [pid 5614] old_mmap(NULL, 167936, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40187000 [pid 5614] write(2, "LAME version 3.92 (http://www.m"..., 45) = 45 [pid 5614] write(2, "usage: /usr/bin/lame [options] <"..., 542) = 542 [pid 5614] _exit(1) Why ist 'lame' started with wrong (in fact: with no) parameters? When liveice is startet direct it runs and feeds my icecast server. Does anybody start liveiceusing screen and can give me the command line? Thanks -- |Michael Renner E-mail: michael.renner at gmx.de | |D-72072 Tuebingen Germany | |Germany Don't drink as root! ESC:wq --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From winnett at ntl.sympatico.ca Tue Dec 10 01:45:35 2002 From: winnett at ntl.sympatico.ca (Stephen Winnett) Date: Mon, 9 Dec 2002 20:45:35 -0500 Subject: [icecast] ices file name problem Message-ID: I have a collection fo mp3s that I wish to stream. They came from a windows environment and when ripped they used spaces in the files names. When I prepare a file list with the spaces on the linux box it works fine with mpg123 and muse buts spits out error messages from ices and continues to cycle through the playlist until I break out of ices.

Error opening /music/d/m4/ANNOINTED - UNDER THE INFLUENCE NA.mp3 : Error opening: No such file or directory This is what I get for output. If I remove all the whitespaces it works just fine. This of course is a workaround. I would rather not have to rename the hundreds or files. I am using the ices 0.2.3 on RH 8.0 Any help would be appreciated greatly.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From leo.currie at strath.ac.uk Tue Dec 10 08:46:42 2002 From: leo.currie at strath.ac.uk (Leo Currie) Date: Tue, 10 Dec 2002 08:46:42 +0000 Subject: [icecast] ices file name problem In-Reply-To: Message-ID: <3DF5A9F2.9030902@strath.ac.uk> Put "quotes" around the filenames. Leo

Stephen Winnett wrote: >I have a collection fo mp3s that I wish to stream. >They came from a windows environment and when ripped >they used spaces in the files names. > >When I prepare a file list with the spaces on the linux box it works >fine with >mpg123 and muse buts spits out error messages from ices and continues >to cycle >through the playlist until I break out of ices. > > >Error opening /music/d/m4/ANNOINTED - UNDER THE INFLUENCE NA.mp3 : >Error opening: No such file or directory > >This is what I get for output. >If I remove all the whitespaces it works just fine. This of course is >a workaround. > >I would rather not have to rename the hundreds or files. > >I am using the ices 0.2.3 on RH 8.0 > >Any help would be appreciated greatly. > > >--- >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 at xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. > >

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From michael.renner at tuebingen.mpg.de Tue Dec 10 08:48:38 2002 From: michael.renner at tuebingen.mpg.de (Michael Renner) Date: Tue, 10 Dec 2002 09:48:38 +0100 Subject: [icecast] ices file name problem In-Reply-To: Message-ID: <200212100948.38877.michael.renner@tuebingen.mpg.de> On Tuesday 10 December 2002 02:45, Stephen Winnett wrote: > I have a collection fo mp3s that I wish to stream. > They came from a windows environment and when ripped > they used spaces in the files names. > > When I prepare a file list with the spaces on the linux box it works > fine with > mpg123 and muse buts spits out error messages from ices and continues > to cycle > through the playlist until I break out of ices. how have you made this playlist? I used a 'find' command and redirect the output into a file. > > Error opening /music/d/m4/ANNOINTED - UNDER THE INFLUENCE NA.mp3 : > Error opening: No such file or directory No wonder. Either you quote your filenames like "/music/d/m4/ANNOINTED - UNDER THE INFLUENCE NA.mp3" or you escape them: /music/d/m4/ANNOINTED\ \-\ UNDER\ THE\ INFLUENCE\ \ \ \ \ NA.mp3 In both cases 'sed' would help you to do this with a single command for the whole playlist file! CU -- +---------------------------------------------------------+ |Michael Renner | | |MPI fuer biologische Kybernetik |Phone: +49-7071-601-638| |Spemannstr.38, D-72076 Tuebingen |FAX: +49-7071-601-616| |michael.renner at tuebingen.mpg.de | | +----------------------------------------------------ESC:wq --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From winnett at ntl.sympatico.ca Wed Dec 11 01:51:50 2002 From: winnett at ntl.sympatico.ca (Stephen Winnett) Date: Tue, 10 Dec 2002 20:51:50 -0500 Subject: [icecast] ices file name problem In-Reply-To: <200212100948.38877.michael.renner@tuebingen.mpg.de> Message-ID: > how have you made this playlist? I used a 'find' command > and redirect the > output into a file. I used ls *.mp3 >start.pls this works for mpg123 but not ices. I followed your advice and used quotes around the file names still no good. I tried the \ delimiting earlier and it did not work either. /music/d/m5/SONIC\ FLOOD\ -\ R\ \ I\ HAVE\ COME\ TO\ WORSHIP\ \ \ \ JEFF\ SEARLES.mp3 Any other suggestions. Or perhaps there is a bug in the default file handler of ices.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From winnett at ntl.sympatico.ca Wed Dec 11 02:01:27 2002 From: winnett at ntl.sympatico.ca (Stephen Winnett) Date: Tue, 10 Dec 2002 21:01:27 -0500 Subject: [icecast] ices file name problem In-Reply-To: Message-ID: Mystery solved. The conversion script that I used appended a trailing whitespace character to the end of the file name. ices did not like this. That really is a bit of idosyncretism of the file handler.

> -----Original Message----- > From: owner-icecast at xiph.org > [mailto:owner-icecast at xiph.org]On Behalf Of > Stephen Winnett > Sent: Tuesday, December 10, 2002 8:52 PM > To: icecast at xiph.org > Subject: RE: [icecast] ices file name problem > > > > how have you made this playlist? I used a 'find' command > > and redirect the > > output into a file. > > I used ls *.mp3 >start.pls > this works for mpg123 but not ices. > > I followed your advice and used quotes around the file > names still no > good. > > I tried the \ delimiting earlier and it did not work either. > > /music/d/m5/SONIC\ FLOOD\ -\ R\ \ I\ HAVE\ COME\ TO\ WORSHIP\ \ \ \ > JEFF\ SEARLES.mp3 > > Any other suggestions. Or perhaps there is a bug in the > default file > handler of ices. > > > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No > subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. > >

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Wed Dec 11 13:48:15 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 11 Dec 2002 13:48:15 +0000 Subject: [icecast] ices file name problem In-Reply-To: Message-ID: <1039614501.1078.2.camel@bogus.hackers.club> On Wed, 2002-12-11 at 01:51, Stephen Winnett wrote: > I followed your advice and used quotes around the file names still no > good. > > I tried the \ delimiting earlier and it did not work either. > > /music/d/m5/SONIC\ FLOOD\ -\ R\ \ I\ HAVE\ COME\ TO\ WORSHIP\ \ \ \ > JEFF\ SEARLES.mp3 > > Any other suggestions. Or perhaps there is a bug in the default file > handler of ices. Most likely a bug in the reader but understandable as spaces in filenames are frowned upon. I'll have a look later today but I'm not sure whose maintaining that version of ices. karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From adon at YorkU.CA Wed Dec 11 19:50:00 2002 From: adon at YorkU.CA (Adon Irani) Date: Wed, 11 Dec 2002 14:50:00 -0500 (EST) Subject: [icecast] icecast2/ices2 , 7o minutes and crash Message-ID: hello ., i've got icecast2/ices2 (libshout/libao ) compiled/running from cvs . everything SEEMS fine . goes for 7o odd minutes , i can listen off my laptop , but then it'll disconnect . i'll check the server _ and it has crashed, or at least, my keyboard doesn't work but i can still change tty's ?? this happened after about 2o minutes (i think) when i had it set w/ 441oo/stereo input / downmix 22o50 reencode output . and the logs are untouched .. initialize just fine , but the server craps out before they can be updated w/ an error msg . i'm using ALSA 0.9 debian source-pkg, compiled by myself .. and libao was compiled w/ alsa09 and oss-broken-fix . (using 2.2 kernel ) . and my system load is below .1 ( VERY fast processor/ lots of memory , so this shouldn't be a problem ) _ and this is all local on my hub / no outside IP . any help would be appreciated .. i've been trying to get a live 2-stream /hi/lo feed for over a month now . ( liveice doesn't seem to work on my machine w/ more than 1 feed ! gh.. and now this ) . and i REALLY don't want to go back to winD0ze . thanks .. a:/,

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Wed Dec 11 20:42:17 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 11 Dec 2002 20:42:17 +0000 Subject: [icecast] icecast2/ices2 , 7o minutes and crash In-Reply-To: Message-ID: <1039639338.1678.21.camel@bogus.hackers.club> On Wed, 2002-12-11 at 19:50, Adon Irani wrote: > > hello ., > > i've got icecast2/ices2 (libshout/libao ) compiled/running from cvs . > everything SEEMS fine . goes for 7o odd minutes , i can listen off my > laptop , but then it'll disconnect . i'll check the server _ and it has > crashed, or at least, my keyboard doesn't work but i can still change > tty's ?? > this happened after about 2o minutes (i think) when i had it set w/ > 441oo/stereo input / downmix 22o50 reencode output . > > and the logs are untouched .. initialize just fine , but the server craps > out before they can be updated w/ an error msg . This sound like some instability of the kernel/X/hardware rather than ices/icecast. If by tty's you mean the console then they can switch even though processing has stopped as interrupt routines can get serviced. > i'm using ALSA 0.9 debian source-pkg, compiled by myself .. and libao was > compiled w/ alsa09 and oss-broken-fix . (using 2.2 kernel ) . and my > system load is below .1 ( VERY fast processor/ lots of memory , so this > shouldn't be a problem ) _ and this is all local on my hub / no outside IP > . > > any help would be appreciated .. i've been trying to get a live 2-stream > /hi/lo feed for over a month now . ( liveice doesn't seem to work on my > machine w/ more than 1 feed ! gh.. and now this ) . and i REALLY don't > want to go back to winD0ze . I would check the system logs (/var/log/messages) first for panic messages, make sure you have decent cooling for fast processors. Running something like ices (or any streamer) involves constant CPU use so heat could be a factor. Make sure you have a recent kernel for recent hardware, there are always some subtle bugs that need to be sorted. The newer athlons for instance need some tweaks for reliability as some BIOSes don't program them correctly (the usual problem). Other things to check could be the alsa drivers, check against OSS and any other recent alsa driver package (www.alsa-project.org). The X server can be eliminated by stopping the server (init 3) and just run ices off the console. If it still happens then just check what happens to the processes over that period of time. vmstat 1 is usually good. karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From adon at YorkU.CA Wed Dec 11 21:04:35 2002 From: adon at YorkU.CA (Adon Irani) Date: Wed, 11 Dec 2002 16:04:35 -0500 (EST) Subject: [icecast] icecast2/ices2 , 7o minutes and crash In-Reply-To: <1039639338.1678.21.camel@bogus.hackers.club> Message-ID: > On Wed, 2002-12-11 at 19:50, Adon Irani wrote: > > > > hello ., > > > > i've got icecast2/ices2 (libshout/libao ) compiled/running from cvs . > This sound like some instability of the kernel/X/hardware rather than > ices/icecast. If by tty's you mean the console then they can switch > > I would check the system logs (/var/log/messages) first for panic > messages, make sure you have decent cooling for fast processors. i still have to check my cooling , but the /var/log/messages is clear/no panics . > Running something like ices (or any streamer) involves constant CPU use > so heat could be a factor. according to the WHOWATCH util my cpu load was marginal (<.1 ) , i wonder if this is only for those connected users . ( i'll look into this ) . > > Make sure you have a recent kernel for recent hardware, there are always > some subtle bugs that need to be sorted. The newer athlons for instance > need some tweaks for reliability as some BIOSes don't program them > correctly (the usual problem). originally i had 2.4 , but i was having many problems and had read a few reports of icecast breaking w/ the upgrade . so on this attempt , i went w/ 2.2 .. but i'll go back to 2.4 now . > > Other things to check could be the alsa drivers, check against OSS and > any other recent alsa driver package (www.alsa-project.org). The X > server can be eliminated by stopping the server (init 3) and just run > ices off the console. X is not installed .. and for the alsa, i've used the debian packages . but i'll find the most recent and try those for tests sakes . > > If it still happens then just check what happens to the processes over > that period of time. vmstat 1 is usually good. i expected it would, and i got your msg just in time . about 75 mins in (almost exactly the length of the last run ) it crashed . but the vmstat 1 output is uneventful .. final entry > 1 0 0 0 321884 154192 22228 0 0 0 0 130 92 5 0 95 oldest, n-22 er so > 0 0 0 0 304608 154192 22228 0 0 0 0 124 81 19 0 81 (i'll have to look into what the us register is , this is the only variable in flux 19,20,32,5,5,23,22,3,5...5 . and the jump in free memory , only the last 3 lines are 321884 , the rest are +/- 4k off 304608 ).

thanks for the quick response ! i've got lots to keep me from pulling my hair out (just yet .. er, again !:) a:/, --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Thu Dec 12 00:57:58 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 12 Dec 2002 00:57:58 +0000 Subject: [icecast] icecast2/ices2 , 7o minutes and crash In-Reply-To: Message-ID: <1039654682.1678.45.camel@bogus.hackers.club> On Wed, 2002-12-11 at 21:04, Adon Irani wrote: > > I would check the system logs (/var/log/messages) first for panic > > messages, make sure you have decent cooling for fast processors. > > i still have to check my cooling , but the /var/log/messages is clear/no > panics . panics are rare but good to check for. > > Running something like ices (or any streamer) involves constant CPU use > > so heat could be a factor. > > according to the WHOWATCH util my cpu load was marginal (<.1 ) , i wonder > if this is only for those connected users . ( i'll look into this ) . If it's the figure thats reported from uptime then it doesn't mean much, just on average the number of runnable jobs. This will mainly depend on what's running but with ices configured with 2 streams you'll have one input and 2 instance threads running but not all the time. > > Make sure you have a recent kernel for recent hardware, there are always > > some subtle bugs that need to be sorted. The newer athlons for instance > > need some tweaks for reliability as some BIOSes don't program them > > correctly (the usual problem). > > originally i had 2.4 , but i was having many problems and had read a few > reports of icecast breaking w/ the upgrade . so on this attempt , i went > w/ 2.2 .. but i'll go back to 2.4 now . 2.4 is fine, I'm running on the RH8 kernel here, which is 2.4.18 plus bits but I've run other versions without issue. > > Other things to check could be the alsa drivers, check against OSS and > > any other recent alsa driver package (www.alsa-project.org). The X > > server can be eliminated by stopping the server (init 3) and just run > > ices off the console. > > X is not installed .. and for the alsa, i've used the debian packages . > but i'll find the most recent and try those for tests sakes . Not running X means that the graphics side won't be the cause (can be awkward). I would suspect heating for the moment, I had similar problems some time ago and problems such as not burning CDs correctly until a put a fan in. Another key thing to check is memory, there's a util memcheck86 (IIRC) to do this, but building a large optimised program like the kernel with -j N can be quite good as well (make N something like 4). > > If it still happens then just check what happens to the processes over > > that period of time. vmstat 1 is usually good. > > i expected it would, and i got your msg just in time . about 75 mins in > (almost exactly the length of the last run ) it crashed . but the vmstat 1 > output is uneventful .. > > final entry > 1 0 0 0 321884 154192 22228 0 0 0 0 130 92 5 0 95 > > oldest, > n-22 er so > 0 0 0 0 304608 154192 22228 0 0 0 0 124 81 19 0 81 > > (i'll have to look into what the us register is , this is the only > variable in flux 19,20,32,5,5,23,22,3,5...5 . and the jump in free > memory , only the last 3 lines are 321884 , the rest are +/- 4k off 304608 > ). us is userspace (time spent in actual programs). If the last figure is hovering around 80-90 mark then your machine is mainly idle. It looks fine from here though. karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From adon at YorkU.CA Thu Dec 12 20:57:19 2002 From: adon at YorkU.CA (Adon Irani) Date: Thu, 12 Dec 2002 15:57:19 -0500 (EST) Subject: [icecast] icecast2/ices2 , 7o minutes and crash In-Reply-To: <1039654682.1678.45.camel@bogus.hackers.club> Message-ID: > > > > w/ 2.2 .. but i'll go back to 2.4 now . > > 2.4 is fine, I'm running on the RH8 kernel here, which is 2.4.18 plus running 2.4.20 now /. new alsa drivers installed ( using the debian unstable , i figured this was recent enough ..instead of breaking dpkg ). > Not running X means that the graphics side won't be the cause (can be > awkward). I would suspect heating for the moment, I had similar problems > some time ago and problems such as not burning CDs correctly until a put > a fan in. Another key thing to check is memory, there's a util > memcheck86 (IIRC) to do this, but building a large optimised program > like the kernel with -j N can be quite good as well (make N something > like 4). wow . you were right on .. i installed a new fan last night . i've been running icecast2/ices2 for half-a-day already _ more than 10x longer than my 7o min runs . and i think my er .. m, right .. my memory is fine / -j4 worked and was speEdy .. but i was unable to track down memcheck86 ; best tip i have is to look at the linux distributions ,but i haven't yet .

many thanks Karl . a:/, --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Thu Dec 12 21:32:33 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 12 Dec 2002 21:32:33 +0000 Subject: [icecast] icecast2/ices2 , 7o minutes and crash In-Reply-To: Message-ID: <1039728755.1076.53.camel@bogus.hackers.club> On Thu, 2002-12-12 at 20:57, Adon Irani wrote: > wow . you were right on .. i installed a new fan last night . i've been > running icecast2/ices2 for half-a-day already _ more than 10x longer than > my 7o min runs . excellent, it was unlikely that ices/icecast themselves were causing the issue. But ices is usually very CPU bound (encoding) so it was a good possibility. > and i think my er .. m, right .. my memory is fine / -j4 worked and was > speEdy .. but i was unable to track down memcheck86 ; best tip i have is > to look at the linux distributions ,but i haven't yet . Had a quick look and the util is located below. Never used it myself but I believe one of the distros uses it at install. Norton had a similar util but that never found anything when I last had a memory problem but was easily reproduced with a straight forward ls -lR /usr - seg vault. http://www.memtest86.com/ It sounds like your running ok though. karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From adon at YorkU.CA Thu Dec 12 21:38:49 2002 From: adon at YorkU.CA (Adon Irani) Date: Thu, 12 Dec 2002 16:38:49 -0500 (EST) Subject: [icecast] ogg and mp3 Message-ID: i'm running a community-radio/ new-media project out of Barrie, Ontario/Canada . http://theDV8network.com ; free radio and fertile resistances, fresh from the Canadian underground . our listeners are not necessarily very technical . . but i've read Cathedral and the Bazaar , and of course i want to support ogg ( as an alternative media ). but i don't want to force my listeners into 'installing an ogg player' , i want to offer one mp3 stream for comforts sake . -// my question -- using icecast2/ices2 as the main server , what is the best way to offer an mp3 relay . ie. can i rename icecast2's 'icecast' to 'icecast2' , install icecast/liveice to run concurrently .. or , anyone have luck w/ streamTranscoder ? looks promising , but it won't connect to the output stream's server correctly .

thanks .. a:/, --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From list_usr at spacebox.net Thu Dec 12 22:39:52 2002 From: list_usr at spacebox.net (Duke) Date: Thu, 12 Dec 2002 17:39:52 -0500 Subject: [icecast] ices can't logon to server Message-ID: <200212121739.52171.list_usr@spacebox.net> I'm certain I've got everything configured correctly, however, I keep getting the following message when trying to run ices: Error during send: Mount failed on http://24.85.153.176:8000/house, error: Could not login on server. Server message: There is no "server message" btw, that's the whole error right there. In the console I'm running icecast2 from, I get the following: connection added.... DEBUG: parsing failed Both errors continue until I kill the ices process. Any ideas? btw - do I have to have a mountpoint? If I'm running only one server, can I just leave the mountpoint blank? Thanks! --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Thu Dec 12 23:34:49 2002 From: msmith at labyrinth.net.au (msmith at labyrinth.net.au) Date: Thu, 12 Dec 2002 23:34:49 -0000 Subject: [icecast] ices can't logon to server In-Reply-To: <200212121739.52171.list_usr@spacebox.net> Message-ID: <200212122334.gBCNYn479528@minotaur.labyrinth.net.au> Duke said: > I'm certain I've got everything configured correctly, however, I keep getting > the following message when trying to run ices: ices 0.x doesn't use the same protocol as icecast2. Don't use it. Use ices2 instead. 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From list_usr at spacebox.net Fri Dec 13 01:04:43 2002 From: list_usr at spacebox.net (Duke) Date: Thu, 12 Dec 2002 20:04:43 -0500 Subject: [icecast] ices can't logon to server In-Reply-To: <200212122334.gBCNYn479528@minotaur.labyrinth.net.au> Message-ID: <200212122004.43579.list_usr@spacebox.net> Do you mean ices 0.2.3? If so, I'm still getting the same error.

On December 12, 2002 18:34, msmith at labyrinth.net.au wrote: > Duke said: > > I'm certain I've got everything configured correctly, however, I keep > > getting the following message when trying to run ices: > > ices 0.x doesn't use the same protocol as icecast2. Don't use it. > Use ices2 instead. > > 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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From chrisg1 at umbc.edu Fri Dec 13 02:22:18 2002 From: chrisg1 at umbc.edu (Chris G Moguta) Date: Thu, 12 Dec 2002 21:22:18 -0500 Subject: [icecast] ogg and mp3 In-Reply-To: <[icecast] ogg and mp3> Message-ID: <3DFA7523@webmail> For your "non-technical" listeners, both WinAmp 2 and 3 support OGG. And it's free, as I'm sure you know. Challenge them to listen to the difference too. Once they hear how much better OGG sounds at the lower bitrates, I'm sure they won't mind switching over. And you might as well try to force their hands away from Micro$oft's Windows Media Player, if that's what they're trying to use. =p Just my 0.02 dollars advice. >===== Original Message From Adon Irani ===== > i'm running a community-radio/ new-media project out of Barrie, >Ontario/Canada . http://theDV8network.com ; free radio and fertile >resistances, fresh from the Canadian underground . > >our listeners are not necessarily very technical . . but i've read >Cathedral and the Bazaar , and of course i want to support ogg ( as an >alternative media ). but i don't want to force my listeners into >'installing an ogg player' , i want to offer one mp3 stream for comforts >sake . > >-// > >my question -- using icecast2/ices2 as the main server , what is the best >way to offer an mp3 relay . > >ie. can i rename icecast2's 'icecast' to 'icecast2' , install >icecast/liveice to run concurrently .. > >or , anyone have luck w/ streamTranscoder ? looks promising , but it >won't connect to the output stream's server correctly . > > >thanks .. > > a:/, >--- >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 at xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Fri Dec 13 03:05:08 2002 From: msmith at labyrinth.net.au (msmith at labyrinth.net.au) Date: Fri, 13 Dec 2002 03:05:08 -0000 Subject: [icecast] ices can't logon to server In-Reply-To: <200212122004.43579.list_usr@spacebox.net> Message-ID: <200212130305.gBD358481426@minotaur.labyrinth.net.au> Duke said: > Do you mean ices 0.2.3? If so, I'm still getting the same error. No, I don't. I mean ices2, as I said. Michael --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From oddsock at oddsock.org Fri Dec 13 03:19:15 2002 From: oddsock at oddsock.org (oddsock) Date: Thu, 12 Dec 2002 21:19:15 -0600 Subject: [icecast] ogg and mp3 In-Reply-To: Message-ID: <5.1.1.6.0.20021212211735.034eee10@oddsock.org> At 04:38 PM 12/12/2002 -0500, you wrote:

>or , anyone have luck w/ streamTranscoder ? looks promising , but it >won't connect to the output stream's server correctly . I've had very good luck with streamTranscoder...and not just because I wrote it....oh wait...maybe it IS because I wrote it....but seriously, what the problem ? feel free to send me info off list if you'd like... oddsock at oddsock.org

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From list_usr at spacebox.net Fri Dec 13 07:55:32 2002 From: list_usr at spacebox.net (Duke) Date: Fri, 13 Dec 2002 02:55:32 -0500 Subject: [icecast] ices can't logon to server In-Reply-To: <200212130305.gBD358481426@minotaur.labyrinth.net.au> Message-ID: <200212130255.32683.list_usr@spacebox.net> Where can I get ice2? (Seems ices2 doesn't actually exist.) is it useable? >Fromwhat I found on google, the cvs web listing says the code hasn't been touched in 22 months, and that it's mostly incomplete. Should I just use icescast and ices?

On December 12, 2002 22:05, msmith at labyrinth.net.au wrote: > Duke said: > > Do you mean ices 0.2.3? If so, I'm still getting the same error. > > No, I don't. I mean ices2, as I said. > > Michael > > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From adon at YorkU.CA Fri Dec 13 08:06:49 2002 From: adon at YorkU.CA (Adon Irani) Date: Fri, 13 Dec 2002 03:06:49 -0500 (EST) Subject: [icecast] ices can't logon to server In-Reply-To: <200212130255.32683.list_usr@spacebox.net> Message-ID: > Where can I get ice2? (Seems ices2 doesn't actually exist.) is it useable? > >From what I found on google, the cvs web listing says the code hasn't been > touched in 22 months, and that it's mostly incomplete. > > Should I just use icescast and ices? it's all up to you/ your needs . ice/icecast will give you solid .mp3 playlist streaming .. ices2/icecast2 (from xiph.org / cvs_ ices/icecast/et al. .) .. this will give you ogg vorbis live streaming as well as mp3/ogg static playback . and i'm sure it'll support playlists .. :: this one will definately give you better performance/ quality , but its somewhat more involved to setup .. a:/, --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Fri Dec 13 14:01:24 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 13 Dec 2002 14:01:24 +0000 Subject: [icecast] ices can't logon to server In-Reply-To: Message-ID: <1039788084.1108.3.camel@bogus.hackers.club> On Fri, 2002-12-13 at 08:06, Adon Irani wrote: > ices2/icecast2 (from xiph.org / cvs_ ices/icecast/et al. .) .. this will > give you ogg vorbis live streaming as well as mp3/ogg static playback . > and i'm sure it'll support playlists .. > :: this one will definately give you better performance/ quality , but its > somewhat more involved to setup .. not really that difficult. CVS instructions are on the web page and or look at mike's URL http://www.xiph.org/~msmith/ for a starting point karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From djdij at handbags.freeserve.co.uk Fri Dec 13 20:06:46 2002 From: djdij at handbags.freeserve.co.uk (Martin Blackwell) Date: Fri, 13 Dec 2002 20:06:46 -0000 Subject: [icecast] ogg and mp3 In-Reply-To: <3DFA7523@webmail> Message-ID: <003701c2a2e3$33e33780$18894c51@p1r8t3> > And you might as well try to force their hands away from Micro$oft's Windows > Media Player, if that's what they're trying to use. =p Ogg DS lets you play ogg vorbis streams in a "certain media player" http://tobias.everwicked.com/oggds.htm Although why you'd wanna do that i don't know, except when ur downloading ogg vorbis files with kazaalite (and presumably) kazaa, you'll be able to play them in the theatre. Besides, wmplayer doesnt have winamps cool AVS =D

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From matthijs at netintegrator.nl Fri Dec 13 15:18:44 2002 From: matthijs at netintegrator.nl (M.C. van Dorp) Date: 13 Dec 2002 16:18:44 +0100 Subject: [icecast] Performance icecast In-Reply-To: <1039788084.1108.3.camel@bogus.hackers.club> Message-ID: <1039792723.24194.5.camel@rohan> Hi thanx for even reading this I really like icecast and i use it very happily. Now i'm planning to co-locate a server to play my music but i'm kinda wondering what kind of specs(processor, memory etc) i need for let's say 3000 listeners(32kbit, stereo) at the same time. I see the program is not that cpu intensive but can't figure it out myself. Thanx in advance M.C. van dorp -- M.C. van Dorp --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From jaromil at dyne.org Fri Dec 13 15:09:33 2002 From: jaromil at dyne.org (jaromil) Date: Fri, 13 Dec 2002 16:09:33 +0100 Subject: [icecast] Liveice or Muse In-Reply-To: <3DF39D69.7060108@goochi.net> Message-ID: <20021213150933.GA25918@dyne.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1

On Sun, Dec 08, 2002 at 08:28:41PM +0100, Thai DANG wrote: > Pardo Juan Fernando wrote: > >Somebody can answer me wich stream is better...Liveice or Muse ? > > I tried MuSe, it works well but : > - the interface is a bit slow when it is streaming (especially for > adding songs dynamically) > - I didn't manage to use the command line feature (seg fault) version 0.8 is on the run, i'm taking particular care to commandline and oggvorbis streaming will be supported; GTK GUI is being revamped as well. there is allready something you can test in cvs on savannah.gnu.org/projects/muse, but has still bugs in. happy new year

- -- jaromil - http://korova.dyne.org - GnuPG key ID: 5B6E6D97 dyne.org resident hacker, hermetic codepoet and bitnik [dyne:bolic] http://dynebolic.org | dyne.org productions FARAH http://farah.dyne.org | fugbachgasse 12 / 18 FreeJ v0.4 http://freej.dyne.org | 1020 Vienna, AUSTRIA TUBOCATODICO http://tubo.dyne.org | tel: +43 1 92 56 318

-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9+fgtWLCC1ltubZcRAmzKAKCP4EkAi6jGTjrk8i1mEmBeah48KgCgxh3W bkr5G3hvlhqd1xa+ibEgI+Q= =2/q2 -----END PGP SIGNATURE----- --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Fri Dec 13 23:31:56 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Sat, 14 Dec 2002 00:31:56 +0100 Subject: [icecast] Performance icecast In-Reply-To: <1039792723.24194.5.camel@rohan> Message-ID: <3DFA6DEC.B9C96F38@gmx.net> "M.C. van Dorp" wrote: > Now i'm planning to co-locate a server to play my music but i'm kinda > wondering what kind of specs(processor, memory etc) i need for let's say > 3000 listeners(32kbit, stereo) at the same time. > I see the program is not that cpu intensive but can't figure it out > myself. If you're lucky and get 100MBit guaranteed, then you might actually be able to serve that many listeners at 32kbps. In any case, I doubt this will be very problematic for any fairly recent computer with a good PCI network card. You're likely to run out of bandwidth prior to cpu cycles. If you don't re-encode on the server itself, some K6-3/400 with 128MB RAM or so might provide enough overhead.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From djsnm at djsnm.com Fri Dec 13 23:40:25 2002 From: djsnm at djsnm.com (Scott Manley) Date: Fri, 13 Dec 2002 15:40:25 -0800 Subject: [icecast] Performance icecast In-Reply-To: <1039792723.24194.5.camel@rohan> Message-ID: <3DFA6FE9.80509@djsnm.com> M.C. van Dorp wrote: >Hi >thanx for even reading this > >I really like icecast and i use it very happily. >Now i'm planning to co-locate a server to play my music but i'm kinda >wondering what kind of specs(processor, memory etc) i need for let's say >3000 listeners(32kbit, stereo) at the same time. >I see the program is not that cpu intensive but can't figure it out >myself. > >Thanx in advance >M.C. van dorp > > > you may have problems with OS limits when you get to that number of open file descriptors, it may be in your best interest to use multiple servers limited to <1000 users - just to stay inside library limits. As for power - any decently specced PC should be able to manage this load these days. Scott

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Sat Dec 14 02:05:47 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Sat, 14 Dec 2002 03:05:47 +0100 Subject: [icecast] Liveice or Muse In-Reply-To: <20021213150933.GA25918@dyne.org> Message-ID: <3DFA91FB.6030907@tyrell.hu> jaromil wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > On Sun, Dec 08, 2002 at 08:28:41PM +0100, Thai DANG wrote: > >>Pardo Juan Fernando wrote: >> >>>Somebody can answer me wich stream is better...Liveice or Muse ? >> >>I tried MuSe, it works well but : >>- the interface is a bit slow when it is streaming (especially for >>adding songs dynamically) >>- I didn't manage to use the command line feature (seg fault) > > > version 0.8 is on the run, i'm taking particular care to commandline and > oggvorbis streaming will be supported; GTK GUI is being revamped as > well. you can also try darkice, which is a command line live encoder --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Sat Dec 14 02:44:53 2002 From: msmith at labyrinth.net.au (msmith at labyrinth.net.au) Date: Sat, 14 Dec 2002 02:44:53 -0000 Subject: [icecast] Performance icecast In-Reply-To: <1039792723.24194.5.camel@rohan> Message-ID: <200212140244.gBE2ir429824@minotaur.labyrinth.net.au> "M.C. van Dorp" said: > Hi > thanx for even reading this > > I really like icecast and i use it very happily. > Now i'm planning to co-locate a server to play my music but i'm kinda > wondering what kind of specs(processor, memory etc) i need for let's say > 3000 listeners(32kbit, stereo) at the same time. > I see the program is not that cpu intensive but can't figure it out > myself. I'm not sure about icecast 1.x, but icecast2 happily serves over 3000 users (at higher bitrates than that, too) on my old celeron 450. Ram requirements are fairly low too (I wouldn't worry about that, basically). Michael --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From strivedi at diversept.com Sat Dec 14 04:42:36 2002 From: strivedi at diversept.com (Snehal Trivedi) Date: Fri, 13 Dec 2002 23:42:36 -0500 Subject: [icecast] Otto Web Streaming Message-ID: <000f01c2a32b$3ee87c60$0200a8c0@socoesco.prvt> Has anyone used Otto web streaming with Icecast and Shout? --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From matthijs at netintegrator.nl Fri Dec 13 23:16:10 2002 From: matthijs at netintegrator.nl (M.C. van Dorp) Date: 14 Dec 2002 00:16:10 +0100 Subject: [icecast] Performance icecast In-Reply-To: <200212140244.gBE2ir429824@minotaur.labyrinth.net.au> Message-ID: <1039821370.6791.1.camel@rohan> hi michael, What OS are you running on that? and everyone, thanx for your quick replies!! On Sat, 2002-12-14 at 03:44, msmith at labyrinth.net.au wrote: > "M.C. van Dorp" said: > > > Hi > > thanx for even reading this > > > > I really like icecast and i use it very happily. > > Now i'm planning to co-locate a server to play my music but i'm kinda > > wondering what kind of specs(processor, memory etc) i need for let's say > > 3000 listeners(32kbit, stereo) at the same time. > > I see the program is not that cpu intensive but can't figure it out > > myself. > > I'm not sure about icecast 1.x, but icecast2 happily serves over 3000 users > (at higher bitrates than that, too) on my old celeron 450. Ram requirements > are fairly low too (I wouldn't worry about that, basically). > > Michael > > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. -- M.C. van Dorp --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Sat Dec 14 07:49:01 2002 From: gshang at uq.net.au (Geoff Shang) Date: Sat, 14 Dec 2002 17:49:01 +1000 (EST) Subject: [icecast] ogg and mp3 In-Reply-To: <5.1.1.6.0.20021212211735.034eee10@oddsock.org> Message-ID: On Thu, 12 Dec 2002, oddsock wrote: > At 04:38 PM 12/12/2002 -0500, you wrote: > > > >or , anyone have luck w/ streamTranscoder ? looks promising , but it > >won't connect to the output stream's server correctly . > > I've had very good luck with streamTranscoder...and not just because I > wrote it....oh wait...maybe it IS because I wrote it.... Does vorbis input work yet? I'm really keen to know. We're currently using streamTranscoder to provide modem rate versions of a 56kbps stream, but I'd really like us to source with a 64kbps ogg stream and transcode that instead. The news section on the website says that it doesn't work (or didn't on October 16) and I've seen no mention either way since. Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Sat Dec 14 15:21:54 2002 From: msmith at labyrinth.net.au (msmith at labyrinth.net.au) Date: Sat, 14 Dec 2002 15:21:54 -0000 Subject: [icecast] Performance icecast In-Reply-To: <1039821370.6791.1.camel@rohan> Message-ID: <200212141521.gBEFLs483724@minotaur.labyrinth.net.au> "M.C. van Dorp" said: > hi michael, > > What OS are you running on that? > linux (debian/testing, usually). The win32 port currently has some limitations (more than 1000 clients will probably cause problems). It should be fine on any modern unix, though. Michael --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From list_usr at spacebox.net Sat Dec 14 17:27:04 2002 From: list_usr at spacebox.net (Duke) Date: Sat, 14 Dec 2002 12:27:04 -0500 Subject: [icecast] track title Message-ID: <200212141227.04075.list_usr@spacebox.net> I finally got icecast working, though I had to downgrade from icecast2 and ice2 to the old ones. But I'm wondering, how can I get all the "meta" information to display when tuning into the stream with my mp3 player? Do I have to use the perl or python scripting for my playlists in order to do this? Is it not possible to do with the basic playlist? Thanks. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From oddsock at oddsock.org Sat Dec 14 19:16:38 2002 From: oddsock at oddsock.org (oddsock) Date: Sat, 14 Dec 2002 13:16:38 -0600 Subject: [icecast] ogg and mp3 In-Reply-To: Message-ID: <5.1.1.6.0.20021214130523.029020c8@oddsock.org> At 05:49 PM 12/14/2002 +1000, you wrote: >Does vorbis input work yet? I'm really keen to know. We're currently >using streamTranscoder to provide modem rate versions of a 56kbps stream, >but I'd really like us to source with a 64kbps ogg stream and transcode >that instead. The news section on the website says that it doesn't work >(or didn't on October 16) and I've seen no mention either way since. unfortunately, vorbis input is still eluding me. it's working to a degree, but falls apart any time a new ogg stream is started (this is done at song changes)...I've based the logic off the decoder example, however, the decoder example reads from files, and I am reading via libcurl and using a circular buffer, and so I did my best to covert the logic, but still have not done so successfully. I'd LOVE to see a simpler interface to vorbis decoding, something that takes in vorbis data and spits out PCM data would be most excellent, and takes care of dealing with new ogg streams and possibly with callbacks for any new vorbis comments inserted into the stream... Anyway, I haven't given up, but this is just one of many projects that I am supporting...any help is always appreciated....source code is available in CVS from sourceforge at http://sourceforge.net/projects/transcoder... oddsock

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Sun Dec 15 01:32:27 2002 From: msmith at labyrinth.net.au (msmith at labyrinth.net.au) Date: Sun, 15 Dec 2002 01:32:27 -0000 Subject: [icecast] ogg and mp3 In-Reply-To: <5.1.1.6.0.20021214130523.029020c8@oddsock.org> Message-ID: <200212150132.gBF1WR479732@minotaur.labyrinth.net.au> > unfortunately, vorbis input is still eluding me. it's working to a degree, > but falls apart any time a new ogg stream is started (this is done at song > changes)...I've based the logic off the decoder example, however, the > decoder example reads from files, and I am reading via libcurl and using a > circular buffer, and so I did my best to covert the logic, but still have > not done so successfully. I'd LOVE to see a simpler interface to vorbis > decoding, something that takes in vorbis data and spits out PCM data would > be most excellent, and takes care of dealing with new ogg streams and > possibly with callbacks for any new vorbis comments inserted into the stream... > Err.. libvorbisfile. That's a _very_ simple interface, and it's been there since well before beta1. You don't have callbacks on new streams, but you do get notified of them so you can take whatever action you need from your main read loop. There are callbacks for providing data (so you can pull data off the network instead of reading from files). Michael --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From list_usr at spacebox.net Sun Dec 15 01:54:15 2002 From: list_usr at spacebox.net (Duke) Date: Sat, 14 Dec 2002 20:54:15 -0500 Subject: [icecast] reencoding at different bit rates Message-ID: <200212142054.15783.list_usr@spacebox.net> I'm trying to setup a couple streams, each at a different bit rate. I was going for 128 and 64 kbit streams, but for some reason, when I tried 64, the stream wasn't reencoded at that bit rate - it was just left to whatever bit rate the mp3 was. So I tried a few others, and found that 112, 96, and 56 all worked. Is there any reason for this? Is it possibly a bug? I'm using icecast 1.3.12, and ices 0.2.3. Thanks. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From oddsock at oddsock.org Sun Dec 15 03:47:15 2002 From: oddsock at oddsock.org (oddsock) Date: Sat, 14 Dec 2002 21:47:15 -0600 Subject: [icecast] ogg and mp3 In-Reply-To: <200212150132.gBF1WR479732@minotaur.labyrinth.net.au> Message-ID: <5.1.1.6.0.20021214214531.03434830@oddsock.org> At 01:32 AM 12/15/2002 +0000, you wrote: > > unfortunately, vorbis input is still eluding me. it's working to a > degree, > > but falls apart any time a new ogg stream is started (this is done at song > > changes)...I've based the logic off the decoder example, however, the > > decoder example reads from files, and I am reading via libcurl and using a > > circular buffer, and so I did my best to covert the logic, but still have > > not done so successfully. I'd LOVE to see a simpler interface to vorbis > > decoding, something that takes in vorbis data and spits out PCM data would > > be most excellent, and takes care of dealing with new ogg streams and > > possibly with callbacks for any new vorbis comments inserted into the > stream... > > > >Err.. libvorbisfile. That's a _very_ simple interface, and it's been there >since well before beta1. You don't have callbacks on new streams, but you do >get notified of them so you can take whatever action you need from your main >read loop. There are callbacks for providing data (so you can pull data off >the network instead of reading from files). > >Michael ah...right...guess I must have missed that part about the callbacks for providing data when looking at that lib....ah well...can't see the forest thru the trees I guess.... thanks Mike for the pointer.. oddsock >--- >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 at xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From boink at tetter.xs4all.nl Sun Dec 15 16:12:32 2002 From: boink at tetter.xs4all.nl (boink) Date: Sun, 15 Dec 2002 17:12:32 +0100 Subject: [icecast] ices2/icecast2 on a pen 100 Message-ID: <20021215171231.A16606@tetter.xs4all.nl> hello, I got icecast2 and ices2 going on an old Pen 100 box. It's streaming a lecture given by Richard Stallman at the University of Aberystwyth in June 2002. The files are found on http://www.6809.org.uk/audio/ I had put the sample rate down to 24000, as the Pen 100 seem not to be able to handle anything about that. According ps aux, ices is taking 91 percent cpu. The box is working just fine otherwise. The url for listening is: http://tetter.xs4all.nl:8000/rms-aber.ogg What is recommened for ogg streams at higher sample rates? Pen 200? b. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mrakotom at wanadoo.fr Sun Dec 15 19:10:43 2002 From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina) Date: 15 Dec 2002 20:10:43 +0100 Subject: [icecast] Icecast2/Ices2 for Linux Message-ID: <1039979458.349.23.camel@rktmb> Hi all i'm still running Icecast1.3.12/IceS0.2.3 on my linux box . I would like to upgrade . www.oddstock.org just give win32 realeses of icecast2 . where could i find icecast2/ices2 for linux please ?

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From rado at linuxmg.org Sun Dec 15 22:32:39 2002 From: rado at linuxmg.org (Rado Ramarotafika) Date: Sun, 15 Dec 2002 23:32:39 +0100 Subject: [icecast] Icecast2/Ices2 for Linux In-Reply-To: <1039979458.349.23.camel@rktmb> Message-ID: <200212152332.54187.rado@linuxmg.org> Le Dimanche 15 D?cembre 2002 20:10, Rakotomandimby Mihamina a ?crit : > Hi all i'm still running Icecast1.3.12/IceS0.2.3 on my linux box . > I would like to upgrade . > www.oddstock.org just give win32 realeses of icecast2 . where could i > find icecast2/ices2 for linux please ? > From cvs Instructions are available at http://www.xiph.org/cvs.html I have icecast2/ices2 runnig at http://gazetyety.org:8000/linuxmg.ogg -- Logiciel Libre: La libert? n'a pas de prix rado at linuxmg.org http://linuxmg.org --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From michael.renner at tuebingen.mpg.de Mon Dec 16 14:50:46 2002 From: michael.renner at tuebingen.mpg.de (Michael Renner) Date: Mon, 16 Dec 2002 15:50:46 +0100 Subject: [icecast] how to start liveice with screen? Message-ID: <200212161550.46800.michael.renner@tuebingen.mpg.de> Moin, I installed liveice as well as 'screen' at a debian maschine, both applications are running fine. But when I try to start liveice in a 'screen' environment then the liveice process ends without an error message: $ /usr/bin/screen -dmS liveice /usr/bin/liveice A prefixed 'strace -f' shows me: [pid 5614] old_mmap(NULL, 167936, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40187000 [pid 5614] write(2, "LAME version 3.92 (http://www.m"..., 45) = 45 [pid 5614] write(2, "usage: /usr/bin/lame [options] <"..., 542) = 542 [pid 5614] _exit(1) Why is 'lame' started with wrong (in fact: with no) parameters? When liveice is startet direct it runs and feeds my icecast server. Does anybody start liveiceusing screen and can give me the command line? Thanks -- +---------------------------------------------------------+ |Michael Renner | | |MPI fuer biologische Kybernetik |Phone: +49-7071-601-638| |Spemannstr.38, D-72076 Tuebingen |FAX: +49-7071-601-616| |michael.renner at tuebingen.mpg.de | | +----------------------------------------------------ESC:wq --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Mon Dec 16 15:50:10 2002 From: gshang at uq.net.au (Geoff Shang) Date: Tue, 17 Dec 2002 01:50:10 +1000 (EST) Subject: [icecast] ices2/icecast2 on a pen 100 In-Reply-To: <20021215171231.A16606@tetter.xs4all.nl> Message-ID: On Sun, 15 Dec 2002, boink wrote: > What is recommened for ogg streams at higher sample rates? Pen 200? Well, obviously, it's the re-encoding that chews up all the CPU, so if you want to just stream oggs as they are, it shouldn't require much at all. I have a P2/266 and 22khz mono/quality -1 (aprox 24kbps) takes up about 22% CPU and 44.1khz stereo/quality 0 (aprox 64kbps) takes about 77%. These were measured when doing a live broadcast with ices taking input from the soundcard, so there'd be decoder overhead that would need to be factored in here too. Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From vmortellaro at hotmail.com Tue Dec 17 04:51:18 2002 From: vmortellaro at hotmail.com (Vince Mortellaro) Date: Mon, 16 Dec 2002 23:51:18 -0500 Subject: [icecast] N00b: Dazed and Confuzed. Message-ID: Basically I'm trying to learn how to use Linux and Icecast/Icesource simultaniously. I got everything complied and installed. (Going to recompile Icesource now that I know what LAME is.) However I tried running the Icecast server I have installed just to see it would work. Using the default complied prefs, it loads me to the admin console. Cool. But when I try to make it load the pref file, its just hangs on the Setting up Relay step. (and I'm not even trying to be a relay -or so i think.) Would anyone mind mentoring, a very green n00b ? Vince

_________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From ajb at jireh.co.uk Tue Dec 17 09:33:55 2002 From: ajb at jireh.co.uk (ajb) Date: Tue, 17 Dec 2002 09:33:55 -0000 Subject: [icecast] Can anyone help setting up ?? In-Reply-To: Message-ID: Hi, what I am trying to do is set-up a server that will live broadcast - what I need is some help setting up the server etc and am willing to pay Can anyone help on this please

All the Best Andrew --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From lukas.oesterreicher at inode.at Tue Dec 17 10:29:03 2002 From: lukas.oesterreicher at inode.at (Lukas Österreicher) Date: Tue, 17 Dec 2002 11:29:03 +0100 Subject: [icecast] Can anyone help setting up ?? In-Reply-To: <[icecast] Can anyone help setting up ??> Message-ID: I'd advise to search for previous messages on this mailing list, such as http://www.xiph.org/archives/icecast/2870.html where you can see how to compile it. But before you go ahead ask yourself ir you really want icecast (2). If you just want some server and mp3 only is ok then go for shoutcast, as it's easyier to set up, and there are binarys of that around, also for windows. If you go for icecast I guess its better to go for a unix system. What is this sever you want to set up intended for? What resources do you have? Note that there are also commercial streaming servers out there to wich you can sent your stream to as to make it public. I guess you're asking at the wrong place if you want to pay someone to set it up for you. (Umm, am I right with this, fellow readers?) Lukas >Hi, > >what I am trying to do is set-up a server that will live broadcast - what I need is some help setting up the server etc and am >willing to pay > >Can anyone help on this please > > >All the Best > >Andrew > >--- >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 at xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. > >

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Tue Dec 17 11:04:05 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Tue, 17 Dec 2002 12:04:05 +0100 Subject: [icecast] Can anyone help setting up ?? In-Reply-To: Message-ID: <3DFF04A5.5B2069DE@gmx.net> ajb wrote: > what I am trying to do is set-up a server that will live broadcast - what I need is some help setting up the server etc and am > willing to pay If you ask more specific questions, chances are good that you get enough help here for free so you can do this yourself. This is not rocket science, you know .. :)

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From peter.steen at ing-steen.se Tue Dec 17 11:18:01 2002 From: peter.steen at ing-steen.se (Peter Steen) Date: Tue, 17 Dec 2002 12:18:01 +0100 Subject: SV: [icecast] Can anyone help setting up ?? In-Reply-To: Message-ID: Hi Andrew! I am willy to help you, we have been running live broadcast for about nine months now. Best Regards // // Peter -----Ursprungligt meddelande----- Fr?n: owner-icecast at xiph.org [mailto:owner-icecast at xiph.org]F?r ajb Skickat: den 17 december 2002 10:34 Till: icecast at xiph.org ?mne: [icecast] Can anyone help setting up ??

Hi, what I am trying to do is set-up a server that will live broadcast - what I need is some help setting up the server etc and am willing to pay Can anyone help on this please

All the Best Andrew --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From styx31 at free.fr Tue Dec 17 21:34:20 2002 From: styx31 at free.fr (Styx31) Date: Tue, 17 Dec 2002 22:34:20 +0100 Subject: [icecast] Hi there. having a problem and asking for your help. Message-ID: <002501c2a614$129c38e0$2701a8c0@coldwire.local> First, I would like to precise you that I'm a poor french, and that I'm not lucky with english... So, my question is about IceCast (naturally) and moreover about southcasting and master/slave configuration. In fact, I'm totally new in configuration of IceCast, and the problem is : - Next Sunday, we have a big national war against 2 clans on Tribes2 game - For this occasion, we'll need to shoutcast spectators commentaries. - We have a friend who've got a server under linux with icecast installed (I could give you more information if you want). The bandwidth is correct (about 4Mb), si we can hope connection will not be a problem. - We (a friend and me) are the two commentators (excuse me for my sad english, really), and we "simply" want : - To stay at home (in fact, we don't have any physical access to the computer hosting icecast) - To connect to the icecast server - And diffuse our voice on the southcast. The idea (for me) is to configure icecast as slave, and so it can connect itself to a server who will send him our voice (by using a classical winamp+shoutcast method perhaps ?). So, icecast will just broadcast what it receives. I really dunno if you could help us, but if I've made a great mistake by asking you, you could perhaps redirect me to the right persons... PS : We have time, and we can upgrade/install differents softwares... If you have questions, I'll try for sure to anwser them. Thank you. Thomas

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From djdij at handbags.freeserve.co.uk Tue Dec 17 22:24:19 2002 From: djdij at handbags.freeserve.co.uk (Martin Blackwell) Date: Tue, 17 Dec 2002 22:24:19 -0000 Subject: [icecast] someone asking about hiding the mountpoint Message-ID: <003201c2a61b$0d2d5e00$c2834c51@p1r8t3> Just on Oddsocks' Forum, and caught this post: http://www.oddsock.org/OpenBB/read.php?TID=922 first line quote: I'd like to make sure that the only program knowing the mount-point name as declared in the oddcastV2 plugin is the recipient client to the streaming icecast server.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From lukas.oesterreicher at inode.at Wed Dec 18 07:18:37 2002 From: lukas.oesterreicher at inode.at (Lukas Österreicher) Date: Wed, 18 Dec 2002 08:18:37 +0100 Subject: [icecast] icecast with WinAmp as the streamer In-Reply-To: <[icecast] icecast with WinAmp as the streamer> Message-ID: I am running a similar configuration. I also have the oddcastDSP plugin to connect to the icecast. It's version 2 alpha 1 though. The normal icecast (version 1) can't stream ogg, if you want to to this, you need icecast 2 (which has just the name icecast on the xiph cvs server. Be sure to select the right server to stream to in the oddcastDSP plugin and see that you have properly edited the xml config file that icecast 2 loads at startup. Hope this helps, Lukas > > > > Icecast Heads > > I have tried all sorts of recomendation from the group and still can't > even connect my streamer to the icecast server. I keep on receiving Bad > > Password. I down to the compatibility issue here. I run Icecast version > 1.3.11 on the OpenBsd 3.0 and WinAmp 2.81 Streamer with oddcastDSP > plug-ins. Anybody have tried these please SOUT !. > > > saiful at sapura.com.my > Engineer at work. > > > --- > CONFIDENTIALITY NOTICE & DISCLAIMER > > This message and any attachments are solely intended for the addressee(s). It

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mascdman at shaw.ca Thu Dec 19 08:16:57 2002 From: mascdman at shaw.ca (Alan Silvester) Date: Thu, 19 Dec 2002 00:16:57 -0800 Subject: [icecast] Placing Icecast in a chroot jail Message-ID: <1040285817.5411.83.camel@omega.local> Hi, (Sorry for the long email) As a bit of a learning exercise, I'm trying to place the icecast daemon in a chroot jail. I've been mostly sucessful: I can get icecast to serve the default stream from its jail, however I can't get multiple streams to work. I think the problem is that icecast can't resolve addresses in the jail, however I do have an etc/hosts file and resolv.conf inside the jail. When I start icecast outside of the jail the following is dumped to the log file: ---------- [18/Dec/2002:23:37:18] [0:Main Thread] Icecast Version 1.3.12 Starting.. [18/Dec/2002:23:37:18] [0:Main Thread] Trying to fork [18/Dec/2002:23:37:18] [0:Main Thread] Detached (pid: 10749) [18/Dec/2002:23:37:18] [0:Main Thread] Starting main connection handler... [18/Dec/2002:23:37:18] [0:Main Thread] Listening on host 192.168.1.40... [18/Dec/2002:23:37:18] [0:Main Thread] Listening on port 8000... [18/Dec/2002:23:37:18] [0:Main Thread] Using 'phi.local' as servername... [18/Dec/2002:23:37:18] [0:Main Thread] Server limits: 900 clients, 900 clients per source, 10 sources, 5 admins [18/Dec/2002:23:37:18] [0:Main Thread] WWW Admin interface accessible at http://phi.local:8000/admin ---------- Inside the jail, I get this: ---------- [18/Dec/2002:23:50:41] [0:Main Thread] Icecast Version 1.3.12 Starting.. [18/Dec/2002:23:50:41] [0:Main Thread] Trying to fork [18/Dec/2002:23:50:41] [0:Main Thread] Starting main connection handler... [18/Dec/2002:23:50:41] [0:Main Thread] WARNING: Resolving the server name [phi.local] does not work! [18/Dec/2002:23:50:41] [0:Main Thread] Listening on host 192.168.1.40... [18/Dec/2002:23:50:41] [0:Main Thread] Listening on port 8000... [18/Dec/2002:23:50:41] [0:Main Thread] Using 'phi.local' as servername... [18/Dec/2002:23:50:41] [0:Main Thread] Server limits: 900 clients, 900 clients per source, 10 sources, 5 admins [18/Dec/2002:23:50:41] [0:Main Thread] WWW Admin interface accessible at http://phi.local:8000/admin ---------- etc/hosts ---------- 127.0.0.1 localhost.local local 192.168.1.40 phi.local phi ---------- etc/resolv.conf ---------- nameserver 192.168.1.254 search local ---------- icecast.conf ---------- location Canada rp_email icecast at phi.local server_url http://phi.local/ max_clients 900 max_clients_per_source 900 max_sources 10 max_admins 5 throttle 10.0 use_meta_data 0 streamurllock 0 streamtitletemplate %s streamurl http://phi.local/ nametemplate %s desctemplate %s mount_fallback 0 encoder_password xxx admin_password xxx oper_password xxx touch_freq 5 hostname 192.168.1.40 port 8000 server_name phi.local force_servername 0 logfile icecast.log accessfile access.log usagefile usage.log logfiledebuglevel 0 consoledebuglevel 0 reverse_lookups 1 console_mode 3 client_timeout 30 kick_clients 0 taticdir /usr/share/icecast/static templatedir /usr/share/icecast/templates logdir /var/log/icecast stats_log stats.log statshtml_log stats.html stats_time 10 alias radiofri http://195.7.65.207:6903 kick_relays 10 transparent_proxy 0 acl_policy 0 allow all 127.0.0.1 allow all 192.168.1.* ---------- Is there some file I'm missing that icecast needs? Is there something wrong with my configuration? Any help would be appreciated. Thanks, Alan Silvester --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Thu Dec 19 09:30:22 2002 From: msmith at labyrinth.net.au (msmith at labyrinth.net.au) Date: Thu, 19 Dec 2002 09:30:22 -0000 Subject: [icecast] Placing Icecast in a chroot jail In-Reply-To: <1040285817.5411.83.camel@omega.local> Message-ID: <200212190930.gBJ9UM404318@minotaur.labyrinth.net.au> Alan Silvester said: > Hi, > > (Sorry for the long email) > > As a bit of a learning exercise, I'm trying to place the icecast daemon > in a chroot jail. I've been mostly sucessful: I can get icecast to > serve the default stream from its jail, however I can't get multiple > streams to work. Not sure about icecast 1.3.x (it's no longer being actively developed), but icecast2 has built-in (and tested!) support for chroot()ing itself (and then dropping root privs). 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mascdman at shaw.ca Thu Dec 19 11:09:14 2002 From: mascdman at shaw.ca (Alan Silvester) Date: Thu, 19 Dec 2002 03:09:14 -0800 Subject: [icecast] Placing Icecast in a chroot jail In-Reply-To: <200212190930.gBJ9UM404318@minotaur.labyrinth.net.au> Message-ID: <1040296155.5975.3.camel@omega.local> On Thu, 2002-12-19 at 01:30, msmith at labyrinth.net.au wrote: > Alan Silvester said: > > > Hi, > > > > (Sorry for the long email) > > > > As a bit of a learning exercise, I'm trying to place the icecast daemon > > in a chroot jail. I've been mostly sucessful: I can get icecast to > > serve the default stream from its jail, however I can't get multiple > > streams to work. > > Not sure about icecast 1.3.x (it's no longer being actively developed), but > icecast2 has built-in (and tested!) support for chroot()ing itself (and then > dropping root privs). > > 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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. I'm still wondering why my multiple streams aren't working but I will take a look at icecast2. Thanks Mike. Alan Silvester --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From bryan at woxy.com Thu Dec 19 13:29:19 2002 From: bryan at woxy.com (Bryan Jay Miller) Date: 19 Dec 2002 08:29:19 -0500 Subject: [icecast] Placing Icecast in a chroot jail In-Reply-To: <1040296155.5975.3.camel@omega.local> Message-ID: <1040304563.1614.4.camel@localhost.localdomain> On Thu, 2002-12-19 at 06:09, Alan Silvester wrote: > As a bit of a learning exercise, I'm trying to place the icecast daemon > in a chroot jail. I've been mostly sucessful: I can get icecast to > serve the default stream from its jail, however I can't get multiple > streams to work. Alan, I was looking into this a few months ago and found a good article on chroot() jailing and it detailed how to chroot() icecast 1.3.x. http://rr.sans.org/linux/daemons.php But Icecast2's facilities for chroot()ing and changing user IDs after startup are definitely superior. -bryan miller --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Thu Dec 19 17:05:09 2002 From: drewlane at qwest.net (Drew Lane) Date: Thu, 19 Dec 2002 10:05:09 -0700 Subject: [icecast] Liveice on Linux PPC Message-ID: <3E01FC45.5060606@qwest.net> Can anyone help me to get LiveIce working with Yellow Dog Linux (PPC)? I've got Icecast working fine, but if I try to use Liveice I just get static. I've looked through the archive and found some reference to big/little endian problems, but none of the solutions work. Thanks! Drew

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Thu Dec 19 20:07:03 2002 From: drewlane at qwest.net (Drew Lane) Date: Thu, 19 Dec 2002 13:07:03 -0700 Subject: [icecast] Liveice on Linux PPC || use ices In-Reply-To: <20021219190945.A19172@tetter.xs4all.nl> Message-ID: <3E0226E7.1080603@qwest.net> Will ices allow me to do live broadcasts? Drew boink wrote: >don't use liveice -- hopefully you don't have to use it. > >use ices, it works very stable. > >m. > >On Thu, Dec 19, 2002 at 10:05:09AM -0700, Drew Lane wrote: > > >>Can anyone help me to get LiveIce working with Yellow Dog Linux (PPC)? >> >>I've got Icecast working fine, but if I try to use Liveice I just get >>static. I've looked through the archive and found some reference >>to big/little endian problems, but none of the solutions work. >> >>Thanks! >> >>Drew >> >> >> >>--- >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 at xiph.org' >>containing only the word 'unsubscribe' in the body. No subject is needed. >>Unsubscribe messages sent to the list will be ignored/filtered. >> >> > > > >

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Thu Dec 19 21:52:50 2002 From: drewlane at qwest.net (Drew Lane) Date: Thu, 19 Dec 2002 14:52:50 -0700 Subject: [icecast] Liveice on Linux PPC || use ices => use darkice In-Reply-To: <20021219222853.A20035@tetter.xs4all.nl> Message-ID: <3E023FB2.3090508@qwest.net> I need a live streamer that will work on Linux PPC (Yellow Dog Linux). I can't get darkice to compile (error in 'MultiThreadedConnector.cpp') and there is no darkice RPM for PPC. Drew --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From ajb at jireh.co.uk Thu Dec 19 21:56:04 2002 From: ajb at jireh.co.uk (ajb) Date: Thu, 19 Dec 2002 21:56:04 -0000 Subject: [icecast] iicecast or shoutcast In-Reply-To: <3E0226E7.1080603@qwest.net> Message-ID: Hi, could someone tell me the difference and which is the best for live broadcasting ?

Thanks --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Thu Dec 19 22:02:58 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 19 Dec 2002 22:02:58 +0000 Subject: [icecast] Liveice on Linux PPC || use ices => use darkice In-Reply-To: <3E023FB2.3090508@qwest.net> Message-ID: <1040335378.1101.29.camel@bogus.hackers.club> On Thu, 2002-12-19 at 21:52, Drew Lane wrote: > I need a live streamer that will work on Linux PPC (Yellow Dog Linux). > > I can't get darkice to compile (error in 'MultiThreadedConnector.cpp') > and there is no darkice RPM for PPC. Well try ices, I'm guessing the OSS input will read from the sound card on PPC but check and let us know so we can fix it if not. Check the CVS page on www.xiph.org and get hold of libshout and ices. karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mascdman at shaw.ca Thu Dec 19 21:52:26 2002 From: mascdman at shaw.ca (Alan Silvester) Date: Thu, 19 Dec 2002 13:52:26 -0800 Subject: [icecast] Placing Icecast in a chroot jail In-Reply-To: <1040304563.1614.4.camel@localhost.localdomain> Message-ID: <3E023F9A.4020605@shaw.ca> Bryan Jay Miller wrote: >On Thu, 2002-12-19 at 06:09, Alan Silvester wrote: > > > >>As a bit of a learning exercise, I'm trying to place the icecast daemon >>in a chroot jail. I've been mostly sucessful: I can get icecast to >>serve the default stream from its jail, however I can't get multiple >>streams to work. >> >> > >Alan, I was looking into this a few months ago and found a good article >on chroot() jailing and it detailed how to chroot() icecast 1.3.x. > >http://rr.sans.org/linux/daemons.php > >But Icecast2's facilities for chroot()ing and changing user IDs after >startup are definitely superior. > >-bryan miller > >--- >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 at xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. > > > Thanks for the link, Bryan. I'm not too sure what I did (other than rebooting) but the multiple streams now seem to work... weird. Oh well, thanks again everyone :) Alan Silvester --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Thu Dec 19 22:37:40 2002 From: drewlane at qwest.net (Drew Lane) Date: Thu, 19 Dec 2002 15:37:40 -0700 Subject: [icecast] Liveice on Linux PPC || use ices => use darkice In-Reply-To: <1040335378.1101.29.camel@bogus.hackers.club> Message-ID: <3E024A34.9020502@qwest.net> > > >Well try ices, I'm guessing the OSS input will read from the sound card >on PPC but check and let us know so we can fix it if not. > > I downloaded the source for ices. When I run ./configure, it it says LAME is not added, so that can't be good. I tried adding the path to lame with '--with-lame[/usr/bin/lame]' but that didn't work either. I'm not really sure how to configure OSS with ices, either. Can you explain? Drew

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Thu Dec 19 23:17:07 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 19 Dec 2002 23:17:07 +0000 Subject: [icecast] Liveice on Linux PPC || use ices => use darkice In-Reply-To: <3E024A34.9020502@qwest.net> Message-ID: <1040339829.1100.104.camel@bogus.hackers.club> On Thu, 2002-12-19 at 22:37, Drew Lane wrote: > I downloaded the source for ices. > > When I run ./configure, it it says LAME is not added, so that can't be good. > > I tried adding the path to lame with '--with-lame[/usr/bin/lame]' > but that didn't work either. > > I'm not really sure how to configure OSS with ices, either. > > Can you explain? I'm guessing you downloaded the old ices 0.2.3 release not the one from CVS on xiph.org. Check the CVS instructions on the web site. There is no reference to lame in the configure script. Then look at the conf/ices-live.xml file karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Fri Dec 20 00:38:44 2002 From: drewlane at qwest.net (Drew Lane) Date: Thu, 19 Dec 2002 17:38:44 -0700 Subject: [icecast] Liveice on Linux PPC In-Reply-To: <1040339829.1100.104.camel@bogus.hackers.club> Message-ID: <3E026694.5000903@qwest.net> > > >I'm guessing you downloaded the old ices 0.2.3 release not the one from >CVS on xiph.org. Check the CVS instructions on the web site. There is >no reference to lame in the configure script. > > Ok, I just downloaded the tar balls from CVS. I guess I'm gonna need some help getting this compiled. The readme says to run ./configure, which doesn't exist. So, I try to run ./configure.in but this gives syntax errors: unexpected token 'AC_INIT(src/ices.c) I get similar syntax errors when I try to run ./configure in libshout: unexpected token 'AC_INIT(src/shout.c) >Then look at the conf/ices-live.xml file > > > I have this file now, but I gotta get the thing compiled before I can even try to play with this. Drew --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Fri Dec 20 10:40:47 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Fri, 20 Dec 2002 11:40:47 +0100 Subject: [icecast] Liveice on Linux PPC || use ices => use darkice In-Reply-To: <3E023FB2.3090508@qwest.net> Message-ID: <3E02F3AF.7010108@tyrell.hu> Drew Lane wrote: > I need a live streamer that will work on Linux PPC (Yellow Dog Linux). > > I can't get darkice to compile (error in 'MultiThreadedConnector.cpp') > and there is no darkice RPM for PPC. Please use the CVS version of darkice, which includes a fix for the problem you mentioned. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mrakotom at wanadoo.fr Fri Dec 20 12:45:56 2002 From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina) Date: 20 Dec 2002 13:45:56 +0100 Subject: [icecast] iicecast or shoutcast In-Reply-To: Message-ID: <1040388365.368.75.camel@mihamina> icecast = free software shoutcast = NOT free make your choice > > could someone tell me the difference and which is the best for live broadcasting ?

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mrakotom at wanadoo.fr Fri Dec 20 12:56:44 2002 From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina) Date: 20 Dec 2002 13:56:44 +0100 Subject: [icecast] streaming both mp3 and ogg Message-ID: <1040389012.368.87.camel@mihamina> hi all I use ices0.2.3/icecast1.3.12 on a linux box. I stream mp3 . I would like to make my listeners to discover ogg . My tracks are all in mp3 format. i reencode from 128/96 kbs and 44100Hz => 16kbs and 11kHz ( mp3 ) Is it possible , ( if yes tell me how ) to feed icecast with both mp3 and ogg stream , at different mount points . how to configure ices to play ogg ? i know i'll have to run 2 different ices so how to manage ? by indicating in the command line the conf_file to read for each launched ices ? As well as my tracks are mp3 , is it necesary to have the same track both in mp3 AND ogg ???? or is it possible to encode to ogg on the fly and feed icecast ?

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Fri Dec 20 13:51:26 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 20 Dec 2002 13:51:26 +0000 Subject: [icecast] Liveice on Linux PPC In-Reply-To: <3E026694.5000903@qwest.net> Message-ID: <1040392291.1073.3.camel@bogus.hackers.club> On Fri, 2002-12-20 at 00:38, Drew Lane wrote: > I guess I'm gonna need some help getting this compiled. > > The readme says to run ./configure, which doesn't exist. This is part of the configure system, the configure file is generated from other files. > So, I try to run ./configure.in but this gives syntax errors: > unexpected token 'AC_INIT(src/ices.c) This is the template file used to generate the configure script, so the process you need to do is ./autogen.sh ./configure > I get similar syntax errors when I try to run ./configure in libshout: > unexpected token 'AC_INIT(src/shout.c) build libshout first, as ices uses libshout karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Fri Dec 20 14:05:00 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 20 Dec 2002 14:05:00 +0000 Subject: [icecast] streaming both mp3 and ogg In-Reply-To: <1040389012.368.87.camel@mihamina> Message-ID: <1040393100.1073.17.camel@bogus.hackers.club> On Fri, 2002-12-20 at 12:56, Rakotomandimby Mihamina wrote: > hi all I use ices0.2.3/icecast1.3.12 on a linux box. > I stream mp3 . > I would like to make my listeners to discover ogg . > My tracks are all in mp3 format. > i reencode from 128/96 kbs and 44100Hz => 16kbs and 11kHz ( mp3 ) > Is it possible , ( if yes tell me how ) to feed icecast with both mp3 > and ogg stream , at different mount points . I doubt icecast 1.3.12 will relay vorbis. icecast2 will do vorbis and mp3 (IIRC). > how to configure ices to play ogg ? i know i'll have to run 2 different > ices so how to manage ? by indicating in the command line the conf_file > to read for each launched ices ? well ices2 doesn't do mp3 at the moment, but it's good enough to do vorbis well, and using multiple settings. So you can run that along side any other source for mp3. > As well as my tracks are mp3 , is it necesary to have the same track > both in mp3 AND ogg ???? or is it possible to encode to ogg on the fly > and feed icecast ? no it isn't, however there are a few issues to be careful of. You will be transcoding from one lossy format to another so be wary of the quality. The other is that because ices doesn't do mp3 currently you need to have something external doing file selection and decoding then feed the output (PCM) into the stdinpcm module. A shell script should suffice here. karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Fri Dec 20 14:21:05 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Fri, 20 Dec 2002 15:21:05 +0100 Subject: [icecast] iicecast or shoutcast In-Reply-To: Message-ID: <3E032751.ED3195D4@gmx.net> ajb wrote: > could someone tell me the difference and which is the best for live broadcasting ? I didn't do live broadcasting, yet, however since that's the problem of the source client, I guess it doesn't matter here. Icecast v1.x has more features than Shoutcast and is a bit harder to set up. Icecast v2.0alpha supports Ogg Vorbis streaming, which has much better audio quality even at very low bitrates and works very well and reliable, despite being alpha. Both Ices1 and Ices2 (those are source clients) support live broadcasting, and there are 3rd party utilities that also support streaming to both Icecast1 and -2. Of course, only the Icecasts come with source code and allow you to review, modify etc it to suit your needs even better. Shoutcast doesn't, and you're stuck with the binaries they provide. I also don't know about their licensing policies towards commercial users, additional caveats could be found there.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Fri Dec 20 14:36:28 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Fri, 20 Dec 2002 15:36:28 +0100 Subject: [icecast] streaming both mp3 and ogg In-Reply-To: <1040389012.368.87.camel@mihamina> Message-ID: <3E032AEC.DE1DBA74@gmx.net> Rakotomandimby Mihamina wrote: > hi all I use ices0.2.3/icecast1.3.12 on a linux box. > I stream mp3 . > I would like to make my listeners to discover ogg . > My tracks are all in mp3 format. > i reencode from 128/96 kbs and 44100Hz => 16kbs and 11kHz ( mp3 ) > Is it possible , ( if yes tell me how ) to feed icecast with both mp3 > and ogg stream , at different mount points . You need to use Icecast2 for that. I forgot where Mike's distribution tarballs et al for 2.0alpha are, but the CVS checkout procedure on http://www.xiph.org/cvs.html isn't hard either. You'd want to checkout the 'icecast' module. Don't use the icecast.org CVS repository, it's way outdated. > how to configure ices to play ogg ? i know i'll have to run 2 different > ices so how to manage ? by indicating in the command line the conf_file > to read for each launched ices ? You need Ices2 for that. Same game like for Icecast2, except that the modules you should check out and install are 'libshout' and 'ices' (in that order), both from Xiph.org CVS. Like this: $ cvs -d :pserver:anoncvs at xiph.org:/usr/local/cvsroot login Logging in to :pserver:anoncvs at xiph.org:2401/usr/local/cvsroot CVS password: $ cvs -d :pserver:anoncvs at xiph.org:/usr/local/cvsroot co libshout ices [...] The password is "anoncvs", without the quotes. You can add "icecast" (also w/o quotes) to the line with the 'co' to get everything with one command - I just didn't put it in because of the 72 chars linewrapping in the mail. > As well as my tracks are mp3 , is it necesary to have the same track > both in mp3 AND ogg ???? or is it possible to encode to ogg on the fly > and feed icecast ? The re-encoding stuff is possible, but note that this takes a lot of CPU power. Your box might not be fast enough to do both at the same time. You might have to do the encoding stuff on a separate, fast computer. You don't have to mind Icecast2 itself, it takes only very little for what it does.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Fri Dec 20 16:05:32 2002 From: drewlane at qwest.net (Drew Lane) Date: Fri, 20 Dec 2002 09:05:32 -0700 Subject: [icecast] Liveice on Linux PPC || use ices => use darkice In-Reply-To: <3E02F3AF.7010108@tyrell.hu> Message-ID: <3E033FCC.8050204@qwest.net> > > >> >> >> I can't get darkice to compile (error in 'MultiThreadedConnector.cpp') >> and there is no darkice RPM for PPC. > > > Please use the CVS version of darkice, which includes a fix for the > problem you mentioned.

OK, I got the CVS version of darkice. Now when I run 'make' I get the following error(s): VorbisLibEncoder.cpp: In method 'bool VorbisLibEncoder::open()': Plus about 10 more lines of errors. I probably don't have a Vorbis Encoder installed, if that's what the problem is However, I wasn't really planning on using Vorbis right now; I just want to do a live MP3 stream. Drew

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Fri Dec 20 16:48:11 2002 From: gshang at uq.net.au (Geoff Shang) Date: Sat, 21 Dec 2002 02:48:11 +1000 (EST) Subject: [icecast] streaming both mp3 and ogg In-Reply-To: <1040389012.368.87.camel@mihamina> Message-ID: Hi: As for streaming MP3 and OGG, one thing you might want to do is have everything in OGG. Ices2 of course will read it just fine and ices 0.2.3 can take ogg files as input. So this might well be a good way to go. Geoff.

-- Geoff Shang ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Fri Dec 20 16:49:31 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Fri, 20 Dec 2002 17:49:31 +0100 Subject: [icecast] Liveice on Linux PPC || use ices => use darkice In-Reply-To: <3E033FCC.8050204@qwest.net> Message-ID: <3E034A1B.4010508@tyrell.hu> Drew Lane wrote: > OK, I got the CVS version of darkice. > > Now when I run 'make' I get the following error(s): > > VorbisLibEncoder.cpp: In method 'bool VorbisLibEncoder::open()': > > Plus about 10 more lines of errors. well, what do these lines say? :) > > I probably don't have a Vorbis Encoder installed, if that's what the > problem is > However, I wasn't really planning on using Vorbis right now; I just want > to do > a live MP3 stream. you can configure it not to use vorbis libs. try ./configure --without-vorbis make make install

Akos --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Fri Dec 20 16:59:26 2002 From: drewlane at qwest.net (Drew Lane) Date: Fri, 20 Dec 2002 09:59:26 -0700 Subject: [icecast] Liveice on Linux PPC In-Reply-To: <1040392291.1073.3.camel@bogus.hackers.club> Message-ID: <3E034C6E.8000807@qwest.net> > > >build libshout first, as ices uses libshout > >karl. > > OK, I built libshout from CVS and it seems to be installed OK under /usr/local/lib Now, with respect to ices, I've got as far as ./autogen.sh ./configure BUT, when I run 'make' I get an error: encode.c: In function 'encode_initialise': encode.c:91 storage size of 'ai' isn't known There are several other lines, which I can probably dump to a file, if necessary. Drew

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Fri Dec 20 17:19:23 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 20 Dec 2002 17:19:23 +0000 Subject: [icecast] Liveice on Linux PPC In-Reply-To: <3E034C6E.8000807@qwest.net> Message-ID: <1040404763.1073.43.camel@bogus.hackers.club> On Fri, 2002-12-20 at 16:59, Drew Lane wrote: > Now, with respect to ices, I've got as far as > > ./autogen.sh > ./configure > > BUT, when I run 'make' I get an error: > > encode.c: In function 'encode_initialise': > encode.c:91 storage size of 'ai' isn't known > > There are several other lines, which I can probably dump to a file, if > necessary. That line relates to this struct ovectl_ratemanage_arg ai; which is defined in vorbis/vorbisenc.h. Is one of those other lines stating that certain headers files could not be found? If so then make sure that your system has the ogg and vorbis packages installed. You may have to build libogg and libvorbis from source if you don't have the binaries for PPC. karl. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Fri Dec 20 17:50:56 2002 From: drewlane at qwest.net (Drew Lane) Date: Fri, 20 Dec 2002 10:50:56 -0700 Subject: [icecast] Liveice on Linux PPC In-Reply-To: <1040404763.1073.43.camel@bogus.hackers.club> Message-ID: <3E035880.90206@qwest.net> > > >> >> > >That line relates to this >struct ovectl_ratemanage_arg ai; > >which is defined in vorbis/vorbisenc.h. Is one of those other lines >stating that certain headers files could not be found? If so then make >sure that your system has the ogg and vorbis packages installed. You may >have to build libogg and libvorbis from source if you don't have the >binaries for PPC. > > Turns out I do have vorbis installed. I can use ogg123 and oggenc from the command line as well as lame and mpg123, mpg321 The file you mentioned is located in /usr/include/vorbis/vorbisenc.h The other lines indicate that 'OV_ECTL_RATEMANAGE_XXX' is undeclared. Where XXX is GET, SET, AVG How do I redirect the output from 'make' to a file so that I can post the rest of the error? Drew

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Fri Dec 20 18:08:50 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 20 Dec 2002 18:08:50 +0000 Subject: [icecast] Liveice on Linux PPC In-Reply-To: <3E035880.90206@qwest.net> Message-ID: <1040407731.1074.47.camel@bogus.hackers.club> On Fri, 2002-12-20 at 17:50, Drew Lane wrote: > >That line relates to this > >struct ovectl_ratemanage_arg ai; > > > >which is defined in vorbis/vorbisenc.h. Is one of those other lines > >stating that certain headers files could not be found? If so then make > >sure that your system has the ogg and vorbis packages installed. You may > >have to build libogg and libvorbis from source if you don't have the > >binaries for PPC. > > > > > Turns out I do have vorbis installed. > > I can use ogg123 and oggenc from the command line as well as lame and > mpg123, mpg321 > > The file you mentioned is located in /usr/include/vorbis/vorbisenc.h hmmm... looks in the right place. > The other lines indicate that 'OV_ECTL_RATEMANAGE_XXX' is undeclared. > Where XXX is GET, SET, AVG > > How do I redirect the output from 'make' to a file so that I can post > the rest of the error? eems odd.. with sh use make 2>&1 1> output or with csh make >& output karl

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From bryan.brown at kcsb.org Fri Dec 20 18:46:10 2002 From: bryan.brown at kcsb.org (Bryan D. Brown) Date: Fri, 20 Dec 2002 10:46:10 -0800 Subject: [icecast] LiveIce/IceCast Error In-Reply-To: <3E035880.90206@qwest.net> Message-ID: Greetings everyone.... When I run liveice, I get an "Error:sending data to remote server message" from liveice, and then it hangs (I actually have to open another console window to kill the process). The IceCast server respond with the following: Kicking source 1 [127.0.0.1] [Access Denied (tcp wrappers (source connection))] [encoder], connected for 1 seconds, 0 bytes transfered. -1 sources connected I am pretty sure this has to do with the permissions settings in both the hosts.allow file and the icecast.conf file, but I am not sure what to change (I can access the IceCast admin window without a problem). I have included what happens when I run IceCast and LiveIce below.... Any help would be greatly appreciated... Best regards, Bryan

[root at live liveice]# ./liveice playlist playlist 0 Initialising Soundcard 16Bit 22050Hz Stereo opening connection to localhost 80 Attempting to Contact Server connection successful: forking process opening pipe!... writing password Setting up Interface Soundcard Reopened For Encoding Input Format: 16Bit 22050Hz Stereo Output Format: 32000 Bps Mpeg Audio IceCast Server: localhost:80 Mountpoint: live Name: LiveMusic Genre: experimental Url: http://server.com:80 Description: Live and on the air Press '+' to Finish Lvl: L: 70 R: 61 1279:Error: sending data to remote server Lvl: L: 68 R: 70 [root at live icecast-1.3.12]# icecast Icecast Version 1.3.12 Initializing... Icecast comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of Icecast under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Starting thread engine... [20/Dec/2002:10:35:45] Icecast Version 1.3.12 Starting.. [20/Dec/2002:10:35:45] Starting Admin Console Thread... -> [20/Dec/2002:10:35:45] Starting main connection handler... -> [20/Dec/2002:10:35:45] Listening on port 80... -> [20/Dec/2002:10:35:45] Using 'server.com' as servername... -> [20/Dec/2002:10:35:45] Server limits: 900 clients, 900 clients per source, 10 sources, 5 admins -> [20/Dec/2002:10:35:45] WWW Admin interface accessible at http://server.com:80/admin -> [20/Dec/2002:10:35:45] Starting Calender Thread... -> [20/Dec/2002:10:35:45] Starting UDP handler thread... -> [20/Dec/2002:10:35:45] Starting relay connector thread... -> -> [20/Dec/2002:10:35:45] [Bandwidth: 0.000000MB/s] [Sources: 0] [Clients: 0] [Admins: 1] [Uptime: 0 seconds] -> [20/Dec/2002:10:36:07] Kicking source 1 [127.0.0.1] [Access Denied (tcp wrappers (source connection))] [encoder], connected for 1 seconds, 0 bytes transfered. -1 sources connected -> [20/Dec/2002:10:36:07] Kicking all 0 clients for source 1 -> --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From kerry.cox at ksl.com Fri Dec 20 19:29:04 2002 From: kerry.cox at ksl.com (Kerry Cox) Date: 20 Dec 2002 12:29:04 -0700 Subject: [icecast] streaming both mp3 and ogg In-Reply-To: Message-ID: <1040412546.30130.254.camel@quasi.ksl.com> That's fine and all for people who run the latest WinAmp or XMMS that do support Ogg Vorbis (aside from the vanilla Red Hat 8.0 users), but some of us must stream in .mp3 format. That is what the users expect. I am guessing, however, and look to have some time today to try and implement this, that I can dual stream on my Icecast box while running icecast 1.3.12 on port 8000 and then set up a separate directory with the latest CVS releases installed in other bin/ directories and then stream on port 8001 in .ogg format. I have been successful in getting both to work individually on separate boxes, but don't know about streaming off the same box. FYI, I also created a document detailing our installation woes with instructions for anyone interested. If anyone wants to contribute back to this, have at it. It's just in Star Office 6.0 (Open Office 1.0.1) format and converted to Word 2000 as well. http://quasi.ksl.com/icecast/ I haven't had time to migrate it into HTML (Star Office's rendition was hideous). This is just a precursor to a more detailed explanation I hope to create soon, though I hope this early version helps someone. KJ On Fri, 2002-12-20 at 09:48, Geoff Shang wrote: > Hi: > > As for streaming MP3 and OGG, one thing you might want to do is have > everything in OGG. Ices2 of course will read it just fine and ices 0.2.3 > can take ogg files as input. So this might well be a good way to go. > > Geoff. > > > -- > Geoff Shang > ICQ number 43634701 > > Make sure your E-mail can be read by everyone! > http://www.betips.net/etc/evilmail.html > > Please avoid sending me Word or PowerPoint attachments. > See http://www.fsf.org/philosophy/no-word-attachments.html > > > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 233 bytes Desc: This is a digitally signed message part URL: From drewlane at qwest.net Fri Dec 20 19:52:34 2002 From: drewlane at qwest.net (Drew Lane) Date: Fri, 20 Dec 2002 12:52:34 -0700 Subject: [icecast] Ices on Linux PPC In-Reply-To: <1040407731.1074.47.camel@bogus.hackers.club> Message-ID: <3E037502.6040200@qwest.net> > > >seems odd.. > >with sh use >make 2>&1 1> output > >or with csh > >make >& output > >karl > I ran make again. Here is the output: Making all in src make[1]: Entering directory `/usr/ices/src' Making all in avl make[2]: Entering directory `/usr/ices/src/avl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/avl' Making all in thread make[2]: Entering directory `/usr/ices/src/thread' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/thread' Making all in net make[2]: Entering directory `/usr/ices/src/net' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/net' Making all in log make[2]: Entering directory `/usr/ices/src/log' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/log' Making all in timing make[2]: Entering directory `/usr/ices/src/timing' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/timing' make[2]: Entering directory `/usr/ices/src' gcc -DPACKAGE=\"ices\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -I. -I. -Inet -Ithread -Iavl -Ilog -Itiming -DHAVE_OSS -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -I/include -I/include -I/include -c encode.c encode.c: In function `encode_initialise': encode.c:91: storage size of `ai' isn't known encode.c:92: `OV_ECTL_RATEMANAGE_GET' undeclared (first use in this function) encode.c:92: (Each undeclared identifier is reported only once encode.c:92: for each function it appears in.) encode.c:96: `OV_ECTL_RATEMANAGE_SET' undeclared (first use in this function) encode.c:101: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in this function) make[2]: *** [encode.o] Error 1 make[2]: Leaving directory `/usr/ices/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/ices/src' make: *** [all-recursive] Error 1

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Fri Dec 20 20:02:03 2002 From: drewlane at qwest.net (Drew Lane) Date: Fri, 20 Dec 2002 13:02:03 -0700 Subject: [icecast] Darkice on Linux PPC In-Reply-To: <3E034A1B.4010508@tyrell.hu> Message-ID: <3E03773B.8020402@qwest.net> > > >> >> >> Plus about 10 more lines of errors. > > > well, what do these lines say? :)

make all-recursive make[1]: Entering directory `/usr/darkice/darkice' Making all in src make[2]: Entering directory `/usr/darkice/darkice/src' c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pedantic -Wall -c VorbisLibEncoder.cpp VorbisLibEncoder.cpp: In method `bool VorbisLibEncoder::open()': VorbisLibEncoder.cpp:157: `vorbis_encode_setup_managed' undeclared (first use this function) VorbisLibEncoder.cpp:157: (Each undeclared identifier is reported only once VorbisLibEncoder.cpp:157: for each function it appears in.) VorbisLibEncoder.cpp:158: `OV_ECTL_RATEMANAGE_SET' undeclared (first use this function) VorbisLibEncoder.cpp:159: `vorbis_encode_setup_init' undeclared (first use this function) VorbisLibEncoder.cpp:118: warning: `int ret' might be used uninitialized in this function VorbisLibEncoder.cpp: In method `void VorbisLibEncoder::vorbisBlocksOut()': VorbisLibEncoder.cpp:319: `vorbis_bitrate_addblock' undeclared (first use this function) VorbisLibEncoder.cpp:321: `vorbis_bitrate_flushpacket' undeclared (first use this function) make[2]: *** [VorbisLibEncoder.o] Error 1 make[2]: Leaving directory `/usr/darkice/darkice/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/darkice/darkice' make: *** [all-recursive-am] Error 2 > > you can configure it not to use vorbis libs. try > > ./configure --without-vorbis > make > make install I do have vorbis installed, but I got the same result either way. Drew

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From adon at YorkU.CA Fri Dec 20 20:16:56 2002 From: adon at YorkU.CA (Adon Irani) Date: Fri, 20 Dec 2002 15:16:56 -0500 (EST) Subject: [icecast] Liveice on Linux PPC In-Reply-To: <1040407731.1074.47.camel@bogus.hackers.club> Message-ID: > > > The other lines indicate that 'OV_ECTL_RATEMANAGE_XXX' is undeclared. > > Where XXX is GET, SET, AVG > > > > How do I redirect the output from 'make' to a file so that I can post > > the rest of the error? > > seems odd..

.. just caught this msg ,. i had the same problem . it has to do w/ OGGVORBiS . . using debian , i THiNK i had to install the unstable package of OGG/VORBiS libs . this made the difference . . ( and be sure the clear out the old libs correctly if you are not using a package maintainer .) a:/, --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Fri Dec 20 21:50:10 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 20 Dec 2002 21:50:10 +0000 Subject: [icecast] Ices on Linux PPC In-Reply-To: <3E037502.6040200@qwest.net> Message-ID: <1040421010.1474.78.camel@bogus.hackers.club> On Fri, 2002-12-20 at 19:52, Drew Lane wrote: ... > make[2]: Entering directory `/usr/ices/src' > gcc -DPACKAGE=\"ices\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -I. -I. -Inet -Ithread -Iavl -Ilog -Itiming -DHAVE_OSS -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -I/include -I/include -I/include -c encode.c > encode.c: In function `encode_initialise': > encode.c:91: storage size of `ai' isn't known > encode.c:92: `OV_ECTL_RATEMANAGE_GET' undeclared (first use in this function) > encode.c:92: (Each undeclared identifier is reported only once > encode.c:92: for each function it appears in.) > encode.c:96: `OV_ECTL_RATEMANAGE_SET' undeclared (first use in this function) > encode.c:101: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in this function) All this should be in the vorbisenc.h file, can you check that file, do things like grep OV_ECTL_RATEMANAGE_GET /usr/include/vorbis/vorbisenc.h it should show #define OV_ECTL_RATEMANAGE_GET 0x10 if not, check the vorbis and ogg installations (best go for v1.0), if it does, check that there is a #include in the encode.c file (~line 20). It's either not including the file or the file does not have them. karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Fri Dec 20 23:23:27 2002 From: drewlane at qwest.net (Drew Lane) Date: Fri, 20 Dec 2002 16:23:27 -0700 Subject: [icecast] Ices on Linux PPC In-Reply-To: <1040421010.1474.78.camel@bogus.hackers.club> Message-ID: <3E03A66F.3000103@qwest.net> > > >if not, check the vorbis and ogg installations (best go for v1.0), if it >does, check that there is a #include in the >encode.c file (~line 20). > >It's either not including the file or the file does not have them. > > The file does not have them. I need to upgrade? What's the quickest way to tell my version number, BTW? It would be nice if there was a README file that says this is what you need and this is how you do it. :^) I'll keep trying. Hopefully this will help someone else using a PPC someday... Drew

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Fri Dec 20 23:49:13 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 20 Dec 2002 23:49:13 +0000 Subject: [icecast] Ices on Linux PPC In-Reply-To: <3E03A66F.3000103@qwest.net> Message-ID: <1040428154.1189.9.camel@bogus.hackers.club> On Fri, 2002-12-20 at 23:23, Drew Lane wrote: > The file does not have them. you probably have an old release, maybe we should put some checks in to make sure. > I need to upgrade? What's the quickest way to tell my version number, BTW? > > It would be nice if there was a README file that says this is what you need > and this is how you do it. :^) The build process is the same as all other GNU autoconf setups. But there could be better docs for sure. > I'll keep trying. Hopefully this will help someone else using a PPC > someday... It's not a platform that has been hit hard wrt ogg vorbis, so its not surprising. If there isn't any updated packages from the distribution (v1.0 was release July) then download the source from http://www.vorbis.com/download.psp karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Sat Dec 21 00:20:31 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Sat, 21 Dec 2002 01:20:31 +0100 Subject: [icecast] Darkice on Linux PPC In-Reply-To: <3E03773B.8020402@qwest.net> Message-ID: <3E03B3CF.70200@tyrell.hu> Drew Lane wrote: > make all-recursive > make[1]: Entering directory `/usr/darkice/darkice' > Making all in src > make[2]: Entering directory `/usr/darkice/darkice/src' > c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pedantic -Wall -c > VorbisLibEncoder.cpp > VorbisLibEncoder.cpp: In method `bool VorbisLibEncoder::open()': > VorbisLibEncoder.cpp:157: `vorbis_encode_setup_managed' undeclared > (first use this function) > VorbisLibEncoder.cpp:157: (Each undeclared identifier is reported only once > VorbisLibEncoder.cpp:157: for each function it appears in.) > VorbisLibEncoder.cpp:158: `OV_ECTL_RATEMANAGE_SET' undeclared (first use > this function) > VorbisLibEncoder.cpp:159: `vorbis_encode_setup_init' undeclared (first > use this function) > VorbisLibEncoder.cpp:118: warning: `int ret' might be used uninitialized > in this function > VorbisLibEncoder.cpp: In method `void VorbisLibEncoder::vorbisBlocksOut()': > VorbisLibEncoder.cpp:319: `vorbis_bitrate_addblock' undeclared (first > use this function) > VorbisLibEncoder.cpp:321: `vorbis_bitrate_flushpacket' undeclared (first > use this function) > make[2]: *** [VorbisLibEncoder.o] Error 1 > make[2]: Leaving directory `/usr/darkice/darkice/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/darkice/darkice' > make: *** [all-recursive-am] Error 2 obviously you have some wierd version of vorbis on your machine. what version do you have? I persume it's not 1.0 final... >> ./configure --without-vorbis >> make >> make install > > > I do have vorbis installed, but I got the same result either way. this sounds _very_ strange. what is the output of the above configure command? --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From oddsock at oddsock.org Sat Dec 21 02:33:23 2002 From: oddsock at oddsock.org (oddsock) Date: Fri, 20 Dec 2002 20:33:23 -0600 Subject: [icecast] ogg and mp3 In-Reply-To: Message-ID: <5.1.1.6.0.20021220203159.02a92bc0@oddsock.org> At 05:49 PM 12/14/2002 +1000, you wrote: >On Thu, 12 Dec 2002, oddsock wrote: > > > At 04:38 PM 12/12/2002 -0500, you wrote: > > > > > > >or , anyone have luck w/ streamTranscoder ? looks promising , but it > > >won't connect to the output stream's server correctly . > > > > I've had very good luck with streamTranscoder...and not just because I > > wrote it....oh wait...maybe it IS because I wrote it.... > >Does vorbis input work yet? I'm really keen to know. We're currently >using streamTranscoder to provide modem rate versions of a 56kbps stream, >but I'd really like us to source with a 64kbps ogg stream and transcode >that instead. The news section on the website says that it doesn't work >(or didn't on October 16) and I've seen no mention either way since. > >Geoff. for anyone still interested in this, I now have vorbis input working...download at http://transcoder.sourceforge.net oddsock

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Sat Dec 21 06:29:09 2002 From: gshang at uq.net.au (Geoff Shang) Date: Sat, 21 Dec 2002 16:29:09 +1000 (EST) Subject: [icecast] streaming both mp3 and ogg In-Reply-To: <1040412546.30130.254.camel@quasi.ksl.com> Message-ID: On 20 Dec 2002, Kerry Cox wrote: > That's fine and all for people who run the latest WinAmp or XMMS that do > support Ogg Vorbis (aside from the vanilla Red Hat 8.0 users), but some > of us must stream in .mp3 format. That is what the users expect. I think it's worth pointing out that the Winamp vorbis input plugin will work with ancient versions of winamp - I have it with winamp 2.64. The easiest way to provide both, assuming you have the clock cycles, is to use Oddsock's Stream Transcoder (http://transcoder.sourceforge.net). It will tune into one of your streams and transcode it and send it to your other server. Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Sat Dec 21 14:22:17 2002 From: drewlane at qwest.net (Drew Lane) Date: Sat, 21 Dec 2002 07:22:17 -0700 Subject: [icecast] Ices on Linux PPC In-Reply-To: <1040428154.1189.9.camel@bogus.hackers.club> Message-ID: <3E047919.4020009@qwest.net> > > >you probably have an old release, maybe we should put some checks in to >make sure. > It appears that I have version 1.0 rc2-1 I found the following RPM's with ogg or vorbis in the name: libogg-devel-1.0rc2-1 libogg-1.0rc2-1 libvorbis-devel-1.0rc2-2 libvorbis-1.0rc2-2 vorbis-1.0rc2-1 I figured I better try to remove these before installing a new version from source. I was able to remove several with the 'rpm -e' command, but when I try to remove vorbis-1.0rc2-1 it says that other programs (grip, xmms, kde, etc.) depend on this and I'm a little concerned that these programs won't work if I force the removal. Any suggestions? It would be sweet if there were updated RPM's for PPC somewhere... Drew

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Sat Dec 21 14:50:17 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 21 Dec 2002 14:50:17 +0000 Subject: [icecast] Ices on Linux PPC In-Reply-To: <3E047919.4020009@qwest.net> Message-ID: <1040482228.1074.14.camel@bogus.hackers.club> On Sat, 2002-12-21 at 14:22, Drew Lane wrote: > > > > > >you probably have an old release, maybe we should put some checks in to > >make sure. > > > It appears that I have version 1.0 rc2-1 > > I found the following RPM's with ogg or vorbis in the name: > > libogg-devel-1.0rc2-1 > libogg-1.0rc2-1 > libvorbis-devel-1.0rc2-2 > libvorbis-1.0rc2-2 > vorbis-1.0rc2-1 It looks to be the latest version from yellow dog. It looks like you'll have to build it yourself. The process is pretty much the same ./autogen.sh ./configure. make > I figured I better try to remove these before installing a new version > from source. > > I was able to remove several with the 'rpm -e' command, but when I try > to remove > vorbis-1.0rc2-1 it says that other programs (grip, xmms, kde, etc.) > depend on this > and I'm a little concerned that these programs won't work if I force the > removal. That can be bypassed with rpm --nodeps -e ... xmms and grip will try to load the libs and if not available then that part will fail (just the vorbis plugin for xmms, or oggenc for grip), but that only applies to when the libs are not available. ie before the make install part. The rpm dependency tree is another check for cross package checking, separate from the shared library linker. If you have trouble then you can always reinstall the older vorbis libs back onto the system with rpm -i ....rpm karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Sat Dec 21 15:49:59 2002 From: drewlane at qwest.net (Drew Lane) Date: Sat, 21 Dec 2002 08:49:59 -0700 Subject: [icecast] Ices on Linux PPC In-Reply-To: <1040482228.1074.14.camel@bogus.hackers.club> Message-ID: <3E048DA7.6040609@qwest.net> > > >It looks to be the latest version from yellow dog. It looks like you'll >have to build it yourself. The process is pretty much the same >./autogen.sh >./configure. >make > OK, I think I'm making some progress. Got the ogg libraries compiled and installed Got Ices compiled and installed (no more error - yay!) Now, I'm trying to get Ices running in live mode, but I'm having problem connecting to the Icecast server. I'm using the command 'ices conf/ices-live.xml' and I put my server info in the xml, but I'm not sure what to use for The icecast server is actually on a different box, but it's the old version (1.3, I think). Are these compatible? Also, will this live stream be Ogg or MP3? I need MP3. Drew --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Sat Dec 21 16:18:17 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 21 Dec 2002 16:18:17 +0000 Subject: [icecast] Ices on Linux PPC In-Reply-To: <3E048DA7.6040609@qwest.net> Message-ID: <1040487507.2022.19.camel@bogus.hackers.club> On Sat, 2002-12-21 at 15:49, Drew Lane wrote: > Got the ogg libraries compiled and installed > Got Ices compiled and installed (no more error - yay!) > > Now, I'm trying to get Ices running in live mode, but I'm > having problem connecting to the Icecast server. I'm using > the command 'ices conf/ices-live.xml' and I put my server > info in the xml, but I'm not sure what to use for anything you want really, it's the external reference for the stream. > The icecast server is actually on a different box, but it's > the old version (1.3, I think). Are these compatible? Not sure of it's support for ogg, thats why it's recommended that icecast2 is used. > Also, will this live stream be Ogg or MP3? I need MP3. as mentioned before, ices2 will deal with ogg, mp3 can be dealt with by ices 0.2.3 or some other source tool. karl

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Sat Dec 21 17:01:32 2002 From: drewlane at qwest.net (Drew Lane) Date: Sat, 21 Dec 2002 10:01:32 -0700 Subject: [icecast] Darkice on Linux PPC In-Reply-To: <3E03B3CF.70200@tyrell.hu> Message-ID: <3E049E6C.5070106@qwest.net> > > obviously you have some wierd version of vorbis on your machine. what > version do you have? I persume it's not 1.0 final...

Yeah, I think installing the final verison of vorbis solved a lot of problems. However, here's a new error I'm getting when trying to 'make' darkice: make all-recursive make[1]: Entering directory `/usr/darkice/darkice' Making all in src make[2]: Entering directory `/usr/darkice/darkice/src' c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pedantic -Wall -c Util.cpp Util.cpp: In function `static char * Util::fileAddDate(const char *)': Util.cpp:282: `time' undeclared (first use this function) Util.cpp:282: (Each undeclared identifier is reported only once Util.cpp:282: for each function it appears in.) Util.cpp:283: `localtime' undeclared (first use this function) Util.cpp:283: `strftime' undeclared (first use this function) make[2]: *** [Util.o] Error 1 make[2]: Leaving directory `/usr/darkice/darkice/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/darkice/darkice' make: *** [all-recursive-am] Error 2

Any idea what's wrong? Thanks, Drew --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Sun Dec 22 01:20:37 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Sun, 22 Dec 2002 02:20:37 +0100 Subject: [icecast] Darkice on Linux PPC In-Reply-To: <3E049E6C.5070106@qwest.net> Message-ID: <3E051365.3060503@tyrell.hu> Drew Lane wrote: > make all-recursive > make[1]: Entering directory `/usr/darkice/darkice' > Making all in src > make[2]: Entering directory `/usr/darkice/darkice/src' > c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pedantic -Wall -c Util.cpp > Util.cpp: In function `static char * Util::fileAddDate(const char *)': > Util.cpp:282: `time' undeclared (first use this function) > Util.cpp:282: (Each undeclared identifier is reported only once > Util.cpp:282: for each function it appears in.) > Util.cpp:283: `localtime' undeclared (first use this function) > Util.cpp:283: `strftime' undeclared (first use this function) > make[2]: *** [Util.o] Error 1 > make[2]: Leaving directory `/usr/darkice/darkice/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/darkice/darkice' > make: *** [all-recursive-am] Error 2 Can you refresh your sources from the CVS, and try again? Thanks,

Akos

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Sun Dec 22 22:06:42 2002 From: drewlane at qwest.net (Drew Lane) Date: Sun, 22 Dec 2002 15:06:42 -0700 Subject: [icecast] Darkice on Linux PPC In-Reply-To: <3E051365.3060503@tyrell.hu> Message-ID: <3E063772.7090804@qwest.net> > > Can you refresh your sources from the CVS, and try again?

OK, I got it to compile this time using the new sources from CVS. I am able to run the program and I heard myself talking through a microphone, but the client keeps rebuffering every 10 seconds or so. Not sure if this is because of some settings I need to adjust or if it's because the computer is too slow (200 Mhz 604e). Also, I can only run the program once without rebooting. If it try to run it again I get the error message: DarkIce: OssDspSource.cpp:184: can't set format [32] It seems like the sound server is frozen up at this point, because I get a sound server initalization eror if I try to start KDE after this. Drew

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Sun Dec 22 22:16:06 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Sun, 22 Dec 2002 23:16:06 +0100 Subject: [icecast] Darkice on Linux PPC In-Reply-To: <3E063772.7090804@qwest.net> Message-ID: <3E0639A6.4060909@tyrell.hu> Drew Lane wrote: > OK, I got it to compile this time using the new sources from CVS. good to hear > I am able to run the program and I heard myself talking through > a microphone, but the client keeps rebuffering every 10 seconds > or so. Not sure if this is because of some settings I need to adjust > or if it's because the computer is too slow (200 Mhz 604e). this may be the case. what is your system load when you run darkice? can your system encode to mp3 real time? > Also, I can only run the program once without rebooting. > If it try to run it again I get the error message: > > DarkIce: OssDspSource.cpp:184: can't set format [32] hm... most probably /dev/dsp is not released... try fuser /dev/dsp to figure out which process in using it...

Akos --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Sun Dec 22 22:31:01 2002 From: drewlane at qwest.net (Drew Lane) Date: Sun, 22 Dec 2002 15:31:01 -0700 Subject: [icecast] Ices on Linux PPC In-Reply-To: <1040487507.2022.19.camel@bogus.hackers.club> Message-ID: <3E063D25.8030409@qwest.net> > > > > >>Also, will this live stream be Ogg or MP3? I need MP3. >> >> > >as mentioned before, ices2 will deal with ogg, mp3 can be dealt with by >ices 0.2.3 or some other source tool. > >karl > > Well, is ices 0.2.3 still being supported? Because I still can't get it to compile on the PPC even with new version of LAME and ogg installed. Here's the output from make: make all-recursive make[1]: Entering directory `/usr/ices-0.2.3' Making all in libshout make[2]: Entering directory `/usr/ices-0.2.3/libshout' make all-recursive make[3]: Entering directory `/usr/ices-0.2.3/libshout' Making all in doc make[4]: Entering directory `/usr/ices-0.2.3/libshout/doc' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/usr/ices-0.2.3/libshout/doc' make[4]: Entering directory `/usr/ices-0.2.3/libshout' make[4]: Leaving directory `/usr/ices-0.2.3/libshout' make[3]: Leaving directory `/usr/ices-0.2.3/libshout' make[2]: Leaving directory `/usr/ices-0.2.3/libshout' Making all in src make[2]: Entering directory `/usr/ices-0.2.3/src' Making all in playlist make[3]: Entering directory `/usr/ices-0.2.3/src/playlist' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../../src -I../../libshout -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/ppc-linux/CORE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -g -O2 -Wall -c playlist.c In file included from ../../src/definitions.h:107, from playlist.c:22: ../../src/icestypes.h:34: parse error before `shout_conn_t' ../../src/icestypes.h:34: warning: no semicolon at end of struct or union ../../src/icestypes.h:60: parse error before `}' ../../src/icestypes.h:60: warning: type defaults to `int' in declaration of `ices_stream_t' ../../src/icestypes.h:60: warning: data definition has no type or storage class ../../src/icestypes.h:83: parse error before `ices_stream_t' ../../src/icestypes.h:83: warning: no semicolon at end of struct or union ../../src/icestypes.h:85: parse error before `}' ../../src/icestypes.h:85: warning: type defaults to `int' in declaration of `ices_config_t' ../../src/icestypes.h:85: warning: data definition has no type or storage class In file included from ../../src/definitions.h:109, from playlist.c:22: ../../src/setup.h:26: parse error before `*' In file included from ../../src/definitions.h:117, from playlist.c:22: ../../src/reencode.h:27: parse error before `*' ../../src/reencode.h:29: parse error before `*' In file included from ../../src/definitions.h:118, from playlist.c:22: ../../src/ices_config.h:22: parse error before `*' playlist.c:25: parse error before `ices_config' playlist.c:25: warning: type defaults to `int' in declaration of `ices_config' playlist.c:25: warning: data definition has no type or storage class playlist.c: In function `ices_playlist_get_current_lineno': playlist.c:36: request for member `pm' in something not a structure or union playlist.c:37: request for member `pm' in something not a structure or union playlist.c: In function `ices_playlist_get_next': playlist.c:48: request for member `pm' in something not a structure or union playlist.c:49: warning: control reaches end of non-void function playlist.c: In function `ices_playlist_get_metadata': playlist.c:56: request for member `pm' in something not a structure or union playlist.c:57: request for member `pm' in something not a structure or union playlist.c: In function `ices_playlist_initialize': playlist.c:70: request for member `pm' in something not a structure or union playlist.c:72: request for member `pm' in something not a structure or union playlist.c:74: request for member `pm' in something not a structure or union playlist.c:85: request for member `pm' in something not a structure or union playlist.c:74: warning: unreachable code at beginning of switch statement playlist.c: In function `ices_playlist_reload': playlist.c:108: request for member `pm' in something not a structure or union playlist.c:109: request for member `pm' in something not a structure or union playlist.c: In function `ices_playlist_shutdown': playlist.c:119: request for member `pm' in something not a structure or union make[3]: *** [playlist.o] Error 1 make[3]: Leaving directory `/usr/ices-0.2.3/src/playlist' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/ices-0.2.3/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/ices-0.2.3' make: *** [all-recursive-am] Error 2

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Sun Dec 22 23:23:14 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 22 Dec 2002 23:23:14 +0000 Subject: [icecast] Ices on Linux PPC In-Reply-To: <3E063D25.8030409@qwest.net> Message-ID: <1040599395.1046.14.camel@bogus.hackers.club> On Sun, 2002-12-22 at 22:31, Drew Lane wrote: > Well, is ices 0.2.3 still being supported? not that I'm aware of. > Because I still can't get it to compile on the PPC > even with new version of LAME and ogg installed. Thats because your mixing shout versions, your using libshout from CVS and ices 0.2.3. There are some gaffs really, that what's causing this. Someone has tried to be smart by checking if another shout exists and using that instead of using the one in the tree, presumably for the idea of an updated libshout. > Here's the output from make: > make[3]: Entering directory `/usr/ices-0.2.3/src/playlist' > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../../src -I../../libshout -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/ppc-linux/CORE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -g -O2 -Wall -c playlist.c > In file included from ../../src/definitions.h:107, > from playlist.c:22: > ../../src/icestypes.h:34: parse error before `shout_conn_t' > ../../src/icestypes.h:34: warning: no semicolon at end of struct or union > ../../src/icestypes.h:60: parse error before `}' > ../../src/icestypes.h:60: warning: type defaults to `int' in declaration of `ices_stream_t' > ../../src/icestypes.h:60: warning: data definition has no type or storage class > ../../src/icestypes.h:83: parse error before `ices_stream_t' > ../../src/icestypes.h:83: warning: no semicolon at end of struct or union > ../../src/icestypes.h:85: parse error before `}' > ../../src/icestypes.h:85: warning: type defaults to `int' in declaration of `ices_config_t' > ../../src/icestypes.h:85: warning: data definition has no type or storage class Hmmmm.... I would suggest trying to change src/definitons.h, so that instead of (~line 77) #ifdef HAVE_SHOUT_SHOUT_H # include #else # include #endif use #include completely not tried out, but if it compiles then it will work as expected for ices 0.2.3 karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Mon Dec 23 00:02:58 2002 From: drewlane at qwest.net (Drew Lane) Date: Sun, 22 Dec 2002 17:02:58 -0700 Subject: [icecast] Ices on Linux PPC In-Reply-To: <1040599395.1046.14.camel@bogus.hackers.club> Message-ID: <3E0652B2.7050607@qwest.net> > > >use > >#include > >completely not tried out, but if it compiles then it will work as >expected for ices 0.2.3 > > > Yes, that seemed to work. Thanks. However, even though I did a 'make install' it's still launching ices 2.0 when I type 'ices' from the command line. So, how do I specify 0.2.3? Can I have both ices 2.0 and 0.2.3 on the same computer? Would it make sense to have one program called 'ices' and the other 'ices2' ? Drew

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Mon Dec 23 00:23:52 2002 From: drewlane at qwest.net (Drew Lane) Date: Sun, 22 Dec 2002 17:23:52 -0700 Subject: [icecast] Darkice on Linux PPC In-Reply-To: <3E0639A6.4060909@tyrell.hu> Message-ID: <3E065798.3070802@qwest.net> > > this may be the case. what is your system load when you run darkice? > can your system encode to mp3 real time?

Well, top is reporting that darkice is using between 11-13% I'm not sure if the system can encode mp3 in real time, but I do have a G3 processor upgrade coming in the next week or so which should eliminate that question. >> hm... most probably /dev/dsp is not released... try > > > fuser /dev/dsp This returns nothing. Is there any other way to release /dev/dsp? Also, I sometimes get a segmentation fault when running darkice. :^( Drew --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Mon Dec 23 00:32:39 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 23 Dec 2002 00:32:39 +0000 Subject: [icecast] Ices on Linux PPC In-Reply-To: <3E0652B2.7050607@qwest.net> Message-ID: <1040603576.1045.24.camel@bogus.hackers.club> On Mon, 2002-12-23 at 00:02, Drew Lane wrote: > However, even though I did a 'make install' it's still launching > ices 2.0 when I type 'ices' from the command line. check the install paths, one maybe /usr/bin and the other maybe /usr/local/bin. /usr/bin maybe first in your search path. > So, how do I specify 0.2.3? > > Can I have both ices 2.0 and 0.2.3 on the same computer? personally if it were me, I would place them in /usr/local/ices-0.2.3 and /use/local/ices2-. Then you can symlink from /usr/local/bin both ices and ices2. Use --prefix=/usr/...... > Would it make sense to have one program called 'ices' and the other > 'ices2' ? possibly, wouldn't be much of a change, it's just a matter of what peoples feelings on this are. Changing the name means you avoid a name clash but then again mp3 support maybe added which would make ices-0.2.3 a non-issue (ices 0.2.3 does have a couple of build issues to resolve). karl.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Mon Dec 23 00:28:11 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Mon, 23 Dec 2002 01:28:11 +0100 Subject: [icecast] Darkice on Linux PPC In-Reply-To: <3E065798.3070802@qwest.net> Message-ID: <3E06589B.1050604@tyrell.hu> Drew Lane wrote: > Well, top is reporting that darkice is using between 11-13% and what is the system load? are you running darkice as root? > I'm not sure if the system can encode mp3 in real time, but I do > have a G3 processor upgrade coming in the next week or so which > should eliminate that question. you can always check: encode (using command line lame) a 1 minute wav file to mp3. if it takes less than 1 minute, you did it below real time :) > This returns nothing. hm, strange > Is there any other way to release /dev/dsp? > > Also, I sometimes get a segmentation fault when running darkice. :^( bad news :( can you compile it in debug mode and send me the backtrace? for debug mode, change the line CXXFLAGS = -O2 -pedantic -Wall in src/Makefile.am to CXXFLAGS = -g -pedantic -Wall and run ./configure && make again.

Akos --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Mon Dec 23 02:11:24 2002 From: drewlane at qwest.net (Drew Lane) Date: Sun, 22 Dec 2002 19:11:24 -0700 Subject: [icecast] Ices on Linux PPC In-Reply-To: <1040603576.1045.24.camel@bogus.hackers.club> Message-ID: <3E0670CC.5080905@qwest.net> > > >check the install paths, one maybe /usr/bin and the other maybe >/usr/local/bin. /usr/bin maybe first in your search path. > It seems to be installed in /usr/local/icecast/bin, which wasn't in my path. However, I keep forgetting that ices 0.2.3 doesn't support live broadcasting so it's not really gonna do what I want anyway. :^(

>>possibly, wouldn't be much of a change, it's just a matter of what >>peoples feelings on this are. Changing the name means you avoid a name >>clash but then again mp3 support maybe added which would make ices-0.2.3 >>a non-issue (ices 0.2.3 does have a couple of build issues to resolve). >> >> I think mp3 support is important for the time being (until their is more support for ogg). Also, being able to read in mp3 files and broadcast out in ogg or mp3 would be cool. BTW, I assume that using mp3 files on the server and broadcasting in ogg doesn't infringe on any patents... (seems like it would be pretty tough to figure out what the source format was anyway) Drew

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From drewlane at qwest.net Mon Dec 23 02:59:48 2002 From: drewlane at qwest.net (Drew Lane) Date: Sun, 22 Dec 2002 19:59:48 -0700 Subject: [icecast] Darkice on Linux PPC In-Reply-To: <3E06589B.1050604@tyrell.hu> Message-ID: <3E067C24.5020403@qwest.net> > > and what is the system load? are you running darkice as root?

Yes, running as root. Here is the loadavg while darkice is running: cat /proc/loadavg 0.29 0.13 0.06 1/56 979 > you can always check: encode (using command line lame) a 1 minute wav > file to mp3. if it takes less than 1 minute, you did it below real > time :) A one minute .wav file took 17 seconds to encode with the command 'lame myfile.wav' >> bad news :( can you compile it in debug mode and send me the >> backtrace? for debug mode, change the line > OK, i changed the flag and ran make again. Is there a log somewhere once the error occurs? The segmentation fault is somewhat unpredictable, and it doesn't always happen. BTW, I still need it to release /dev/dsp. Drew

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Mon Dec 23 08:12:23 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Mon, 23 Dec 2002 09:12:23 +0100 Subject: [icecast] Darkice on Linux PPC In-Reply-To: <3E067C24.5020403@qwest.net> Message-ID: <3E06C567.9040901@tyrell.hu> Drew Lane wrote: > A one minute .wav file took 17 seconds to encode with the command 'lame > myfile.wav' then you should be fast enough > OK, i changed the flag and ran make again. > > Is there a log somewhere once the error occurs? > The segmentation fault is somewhat unpredictable, and it doesn't always > happen. if there is a core file dumped, try: gdb path/to/darkice/executable core-file core bt if there is no core file, run darkice from within gdb: gdb path/to/darkice/executable set args -c darkice.cfg run (wait for it to crash...) bt > BTW, I still need it to release /dev/dsp. I have no idea with this. As fuser says that no processes are using it, I don't know what could be wrong.

Akos --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From ajb at jireh.co.uk Mon Dec 23 10:58:44 2002 From: ajb at jireh.co.uk (ajb) Date: Mon, 23 Dec 2002 10:58:44 -0000 Subject: [icecast] icecast.conf In-Reply-To: <3E06C567.9040901@tyrell.hu> Message-ID: Hi, Sorry I know this will not be an inept question but I am trying to get my head round icecast. I installed icecast and it seemed OK ./icecast all loaded in telnet OK so I conf the icecast.conf and went to http://ip:8000/admin and got a nice black screen etc - all seems OK but .... I had to re boot the box and now when I goto http://ip:8000/admin the admin pages comes up but takes two minutes I had to increases the time out - could it be I have messed up the conf file ? everything works a lot quicker other than this and I am not blocking port 8000 - I do a top and see that the CPU etc are OK. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From David.Campbell at granadamedia.com Mon Dec 23 14:21:32 2002 From: David.Campbell at granadamedia.com (Campbell, David) Date: Mon, 23 Dec 2002 14:21:32 -0000 Subject: [icecast] [newbie] couple of quick questions Message-ID: <39BB661ED585D511A15300B0D020828C02C6A181@SOUTHBANK8> Hi, newish to icecast - have downloaded and installed icecast on Redhat8 without a problem, my intention is to stream my entire MP3 collection - couple of quick questions: 1: Do I need 'shout' to be able to stream playlists? I know it's not supported anymore and it doesn't appear to be bundled with the latest dist? 2: Whats the best way of creating a random playlist from several hundred mp3's and streaming via icecast? Is there any way to just point icecast at a directory and say 'stream these files randomly for ever?' 3: Will I have problems with different Bitrate's on my playlists? TIA DC

********************************************************************** Please visit the official Granada website at www.granadamedia.com for the latest company news. This email and any files transmitted are confidential and intended solely for the use of the individual or entity to which they are addressed. If you have received this email in error, please notify postmaster at granadamedia.com Thank you. ********************************************************************** --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From michael.renner at gmx.de Mon Dec 23 14:53:34 2002 From: michael.renner at gmx.de (Michael Renner) Date: Mon, 23 Dec 2002 15:53:34 +0100 Subject: [icecast] [OT] how to stream movies? Message-ID: <200212231553.34826.michael.renner@gmx.de> Moin, after setting up a streaming server for some friends I wonder with wich software I can stream movies (mpeg, avi) for them? Plattform is Linux i386. Thanks for hints -- |Michael Renner E-mail: michael.renner at gmx.de | |D-72072 Tuebingen Germany ICQ: #112280325 | |Germany Don't drink as root! ESC:wq --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Mon Dec 23 17:01:36 2002 From: gshang at uq.net.au (Geoff Shang) Date: Tue, 24 Dec 2002 03:01:36 +1000 (EST) Subject: [icecast] [newbie] couple of quick questions In-Reply-To: <39BB661ED585D511A15300B0D020828C02C6A181@SOUTHBANK8> Message-ID: On Mon, 23 Dec 2002, Campbell, David wrote: > 1: Do I need 'shout' to be able to stream playlists? I know it's not > supported anymore and it doesn't appear to be bundled with the latest dist? ices superseeds shout. get ices 0.2.3 from icecast.org. > 2: Whats the best way of creating a random playlist from several hundred > mp3's and streaming via icecast? Is there any way to just point icecast at > a directory and say 'stream these files randomly for ever?' icecast is a server, not a streamer. Best to use ices for this (see above). > 3: Will I have problems with different Bitrate's on my playlists? You will certainly have issues with different sampling rates. Ices' behaviour in this respect is weird. If you're resampling to a particular rate, only 44.1 stereo files work as intended. Mono files come out on one side only and a sound fragment seems to loop in the other channel, and files at 22khz play at double speed. Mono files at 22khz play at double speed and act like 44.1 mono files. If you're not re-encoding, differeing bitrates will probably sink you as players won't like it. Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From David.Campbell at granadamedia.com Mon Dec 23 17:09:45 2002 From: David.Campbell at granadamedia.com (Campbell, David) Date: Mon, 23 Dec 2002 17:09:45 -0000 Subject: [icecast] [newbie] couple of quick questions In-Reply-To: <[icecast] [newbie] couple of quick questions> Message-ID: <39BB661ED585D511A15300B0D020828C02C6A184@SOUTHBANK8> Thanks - for the info - compiling ices now Dave

> -----Original Message----- > From: Geoff Shang [mailto:gshang at uq.net.au] > Sent: 23 December 2002 17:02 > To: 'icecast at xiph.org' > Subject: Re: [icecast] [newbie] couple of quick questions > > > On Mon, 23 Dec 2002, Campbell, David wrote: > > > 1: Do I need 'shout' to be able to stream playlists? I > know it's not > > supported anymore and it doesn't appear to be bundled with > the latest dist? > > ices superseeds shout. get ices 0.2.3 from icecast.org. > > > 2: Whats the best way of creating a random playlist from > several hundred > > mp3's and streaming via icecast? Is there any way to just > point icecast at > > a directory and say 'stream these files randomly for ever?' > > icecast is a server, not a streamer. Best to use ices for this (see > above). > > > 3: Will I have problems with different Bitrate's on my playlists? > > You will certainly have issues with different sampling rates. Ices' > behaviour in this respect is weird. If you're resampling to > a particular > rate, only 44.1 stereo files work as intended. Mono files > come out on one > side only and a sound fragment seems to loop in the other channel, and > files at 22khz play at double speed. Mono files at 22khz > play at double > speed and act like 44.1 mono files. If you're not > re-encoding, differeing > bitrates will probably sink you as players won't like it. > > Geoff. > > > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No > subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >

********************************************************************** Please visit the official Granada website at www.granadamedia.com for the latest company news. This email and any files transmitted are confidential and intended solely for the use of the individual or entity to which they are addressed. If you have received this email in error, please notify postmaster at granadamedia.com Thank you. ********************************************************************** --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From David.Campbell at granadamedia.com Mon Dec 23 22:11:43 2002 From: David.Campbell at granadamedia.com (Campbell, David) Date: Mon, 23 Dec 2002 22:11:43 -0000 Subject: [icecast] Ices won't read config file? Message-ID: <39BB661ED585D511A15300B0D020828C02C6A188@SOUTHBANK8> Hope this list is for ices support too :) When I try and start ices with a simple config file it barfs and isn't happy [root at deskpro bin]# ./ices -c /usr/local/icecast/etc/ices.conf Cannot use config file (no XML support). Ices Exiting... But if I pass basically all the same paraemters via the command line it's fine streams PERFECTLY! [root at deskpro bin]# ./ices -P passwd -F /usr/local/icecast/shout.pls -r I really want to use the config file [obviously] TIA Dave

********************************************************************** Please visit the official Granada website at www.granadamedia.com for the latest company news. This email and any files transmitted are confidential and intended solely for the use of the individual or entity to which they are addressed. If you have received this email in error, please notify postmaster at granadamedia.com Thank you. ********************************************************************** --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Wed Dec 25 04:19:43 2002 From: gshang at uq.net.au (Geoff Shang) Date: Wed, 25 Dec 2002 14:19:43 +1000 (EST) Subject: [icecast] Ices won't read config file? In-Reply-To: <39BB661ED585D511A15300B0D020828C02C6A188@SOUTHBANK8> Message-ID: On Mon, 23 Dec 2002, Campbell, David wrote: > Cannot use config file (no XML support). This is pretty self-explanatory. You need libxml2 for xml support. If you're using a package-based distribution, don't forget you'll need the development package as well as the runtime (e.g. for debian, libxml2 and libxml2-dev). Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From David.Campbell at granadamedia.com Wed Dec 25 11:49:20 2002 From: David.Campbell at granadamedia.com (Campbell, David) Date: Wed, 25 Dec 2002 11:49:20 -0000 Subject: [icecast] Ices won't read config file? In-Reply-To: <[icecast] Ices won't read config file?> Message-ID: <39BB661ED585D511A15300B0D020828C02C6A18A@SOUTHBANK8> I'm on redhat and libxml2 is installed: [root at deskpro davidcam]# rpm -Uvh libxml2-2.4.23-1.i386.rpm warning: libxml2-2.4.23-1.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e Preparing... ########################################### [100%] package libxml2-2.4.23-1 is already installed I complied ices/icecast fromm src - do I need any addtitional flags in ./configure? -----Original Message----- From: Geoff Shang To: 'icecast at xiph.org' Sent: 12/25/02 4:19 AM Subject: Re: [icecast] Ices won't read config file? On Mon, 23 Dec 2002, Campbell, David wrote: > Cannot use config file (no XML support). This is pretty self-explanatory. You need libxml2 for xml support. If you're using a package-based distribution, don't forget you'll need the development package as well as the runtime (e.g. for debian, libxml2 and libxml2-dev). Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.

********************************************************************** Please visit the official Granada website at www.granadamedia.com for the latest company news. This email and any files transmitted are confidential and intended solely for the use of the individual or entity to which they are addressed. If you have received this email in error, please notify postmaster at granadamedia.com Thank you. ********************************************************************** --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From dstjohn at mediacast1.com Wed Dec 25 17:29:52 2002 From: dstjohn at mediacast1.com (Dave St John) Date: Wed, 25 Dec 2002 10:29:52 -0700 Subject: [icecast] Merry Christmas Message-ID: <002b01c2ac3b$41378240$cc01a8c0@anaconda> MERRY CHRISTMAS TO EVERYONE AT XIPH/ICECAST AND ALL THE LIST MEMBERS AND A HAPPY NEW YEAR!! > From the team here @Mediacast1.com Best Regards Dave St John Mediacast1 Administration (720) 641-7586 --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Thu Dec 26 06:58:48 2002 From: gshang at uq.net.au (Geoff Shang) Date: Thu, 26 Dec 2002 16:58:48 +1000 (EST) Subject: [icecast] Ices won't read config file? In-Reply-To: <39BB661ED585D511A15300B0D020828C02C6A18A@SOUTHBANK8> Message-ID: On Wed, 25 Dec 2002, Campbell, David wrote: > I'm on redhat and libxml2 is installed: > > [root at deskpro davidcam]# rpm -Uvh libxml2-2.4.23-1.i386.rpm > warning: libxml2-2.4.23-1.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e > Preparing... ########################################### > [100%] > package libxml2-2.4.23-1 is already installed Do you also have the devel package? Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sleek at enabled.com Thu Dec 26 15:18:04 2002 From: sleek at enabled.com (Noah Garrett Wallach) Date: Thu, 26 Dec 2002 07:18:04 -0800 (PST) Subject: [icecast] set up server Message-ID: <20021226065736.S3527-100000@typhoon.enabled.com> Hi, okay I just set up an icecast server and getting used to all the settings and stuff. I am looking around for the answers to some questions here figured I would as the list.

I have a winamp 2.81 client on win2k listening to the stream. and I am seeing that the status light flips back and forth between red and green. does that mean my server is sending errors? ometimes - very rarely the client will be kicked by icecast because the also I cannot see the ID information being sent - this could be a shoutcast issue but any clues why it aint getting sent. houtcast's configuration: --- snip --- autodetect yes default_bitrate 128000 force no autocorrect yes --- snip --- I think I provided all the relevant data - let me knwo.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sleek at enabled.com Thu Dec 26 15:30:35 2002 From: sleek at enabled.com (Noah Garrett Wallach) Date: Thu, 26 Dec 2002 07:30:35 -0800 (PST) Subject: [icecast] client kick Message-ID: <20021226072931.R3527-100000@typhoon.enabled.com> okay icecast is set up to do a 128k stream but should be variable. I eventually see the client is kicked. how can I reduce this and other related streaming errors. it would be nice to not ahvea ny clients kicked --- snip --- [26/Dec/2002:07:26:35] [4:Source Thread] Kicking client 2 [131.161.240.206] [Too many errors (client not receiving data fast enough)] [listener], connected for 13 minutes and 5 seconds, 12488191 bytes transfered. 0 clients connected --- snip --- - Noah

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Thu Dec 26 16:00:25 2002 From: gshang at uq.net.au (Geoff Shang) Date: Fri, 27 Dec 2002 02:00:25 +1000 (EST) Subject: [icecast] client kick In-Reply-To: <20021226072931.R3527-100000@typhoon.enabled.com> Message-ID: Hi: Assuming you've got sufficient bandwidth at the server to serve a 128k stream, and sufficient bandwidth at the receiving end to receive it, what version of icecast are you using? Geoff.

-- Geoff Shang ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sleek at enabled.com Thu Dec 26 16:19:44 2002 From: sleek at enabled.com (Noah Garrett Wallach) Date: Thu, 26 Dec 2002 08:19:44 -0800 (PST) Subject: [icecast] shout mail list Message-ID: <20021226081839.N4313-100000@typhoon.enabled.com> is there a maiil list out ther efor shout related issues - or is the best place to post them?

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sleek at enabled.com Thu Dec 26 16:20:35 2002 From: sleek at enabled.com (Noah Garrett Wallach) Date: Thu, 26 Dec 2002 08:20:35 -0800 (PST) Subject: [icecast] client kick In-Reply-To: Message-ID: <20021226081716.V4313-100000@typhoon.enabled.com> On Fri, 27 Dec 2002, Geoff Shang wrote: > Hi: > > Assuming you've got sufficient bandwidth at the server to serve a 128k > stream, and sufficient bandwidth at the receiving end to receive it, what > version of icecast are you using?

Hi Geoff, I am using Icecast Version 1.3.12. well shouldnt there be some type of auto bandwidth decrease if the client is not able to keep up? also do you have any clue why my winamp status lamp goe sred then back to green. do you think the server is sending out errors?

- Noah

> > Geoff. > > > -- > Geoff Shang > ICQ number 43634701 > > Make sure your E-mail can be read by everyone! > http://www.betips.net/etc/evilmail.html > > Please avoid sending me Word or PowerPoint attachments. > See http://www.fsf.org/philosophy/no-word-attachments.html > > > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sleek at enabled.com Thu Dec 26 16:36:45 2002 From: sleek at enabled.com (Noah Garrett Wallach) Date: Thu, 26 Dec 2002 08:36:45 -0800 (PST) Subject: [icecast] mountpoint Message-ID: <20021226083447.O4313-100000@typhoon.enabled.com> can anybody explain to me the mountpoint that is mentioned by icecast version 1.3.12? I see that the mountpoint is /default what does this mean and how can I change it in the icecast.conf file. I am running this on a freebsd 4.7 STABLE release. - Noah

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From bsimpson at attbi.com Thu Dec 26 18:08:10 2002 From: bsimpson at attbi.com (baz) Date: Thu, 26 Dec 2002 10:08:10 -0800 Subject: [icecast] mountpoint In-Reply-To: <20021226083447.O4313-100000@typhoon.enabled.com> Message-ID: <1632864750.20021226100810@attbi.com> Hello Noah, Thursday, December 26, 2002, 8:36:45 AM, you wrote:

NGW> can anybody explain to me the mountpoint that is mentioned by icecast NGW> version 1.3.12? NGW> I see that the mountpoint is /default NGW> what does this mean and how can I change it in the icecast.conf file. NGW> I am running this on a freebsd 4.7 STABLE release. NGW> - Noah Icecast is a server. Icecast installs at /usr/local/etc/icecast/ this install dir is the default directory. under FreeBSD4.7 is located at /usr/local/etc/icecast. Icecast will stream-serve from its default 'staticdir'(ectory) location you specified in /usr/local/etc/icecast/icecast.conf. just dump the mp3's in the 'staticdir' location .... working? let me know! Do you have 'Shout' installed? Shout is a streamer. it streams data (mp3's for example) to the server Icecast. in shout's ini file at /usr/local/etc/icecast/shout.conf there is an entrt 'mount'. mount points to a dir name that *you* create under icecast roots install dir. #mkdir /usr/local/etc/icecast/myMount#1/ #vi shout.conf and change 'mount default' to 'mount myMount#1' and copy your mp3's to myMount#1 1/ start icecast at tty2. load OK? 2/ altF2 and login on tty3 3/ at tty3 do this shoutcast -? ... look for the -d option 4/ #shout -d /path/to/shoutcast.conf 5/ it's streaming ... look at tty3 and see titles and "dot" markers for stream 6/ winAmp http://x.y.z.w:8000/myMount#1 .... working ok ???? 7/ AltF2 and login to tty4 create /usr/local/etc/icecast/myMount#2. Put other mp3's in myMount#2 copy shoutcast.conf to shoutcast2.conf edit shoutcast2.conf and change line 'mount myMount2#1' to 'mount myMount#2' 8/ at tty4 #shout -d /path/to/shoutcast2.conf streaming ok ? 9/ at winamp http:/x.y.z.w:8000/myMount#2

10/ Let me know how it goes .... email rather than list please :-)

-- Best regards, baz mailto:bsimpson at attbi.com

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Thu Dec 26 18:30:01 2002 From: gshang at uq.net.au (Geoff Shang) Date: Fri, 27 Dec 2002 04:30:01 +1000 (EST) Subject: [icecast] mountpoint In-Reply-To: <20021226083447.O4313-100000@typhoon.enabled.com> Message-ID: On Thu, 26 Dec 2002, Noah Garrett Wallach wrote: > > can anybody explain to me the mountpoint that is mentioned by icecast > version 1.3.12? Mountpoints are a way of serving multiple streams with the one server - something that shoutcast can't do. So you could have one stream on myserver.com:8000/mystream and another on myserver.com:8000/yourstream or whatever. > I see that the mountpoint is /default > > what does this mean and how can I change it in the icecast.conf file. The mount point is specified by whatever program you are using to stream to icecast (e.g. ices, shout, oddcast, etc). You specify the mountpoint in the streamer's configuration and the mountpoint will be created by icecast when the streamer connects to it. Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Thu Dec 26 18:33:18 2002 From: gshang at uq.net.au (Geoff Shang) Date: Fri, 27 Dec 2002 04:33:18 +1000 (EST) Subject: [icecast] client kick In-Reply-To: <20021226081716.V4313-100000@typhoon.enabled.com> Message-ID: On Thu, 26 Dec 2002, Noah Garrett Wallach wrote: > I am using Icecast Version 1.3.12. well shouldnt there be some type of > auto bandwidth decrease if the client is not able to keep up? ummm no. 128kbps is 128kbps. Either you can cope with it or you can't. MP3 has no mechanisms for changing bitrate on the fly and as a consequence, servers don't provide this as a feature. If you want a stream that you can listen to over a modem, then youll have to stream at an appropriate rate (24 kbps for 33.6 modems, for example). > also do you have any clue why my winamp status lamp goe sred then back to > green. do you think the server is sending out errors? Sorry, can't help with this one. For starters, I hardly ever use winamp anymore and secondly, I'm blind and can't see the lamp in winamp so I've no idea what it indicates. Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Thu Dec 26 18:35:35 2002 From: gshang at uq.net.au (Geoff Shang) Date: Fri, 27 Dec 2002 04:35:35 +1000 (EST) Subject: [icecast] shout mail list In-Reply-To: <20021226081839.N4313-100000@typhoon.enabled.com> Message-ID: On Thu, 26 Dec 2002, Noah Garrett Wallach wrote: > is there a maiil list out ther efor shout related issues - or is the best > place to post them? This is the best place to post them. However, shout is old, buggy and no longer developed, and thus, a lot of people aren't using it anymore. therefore, tech support is likely to be limited. It's recommended that people use ices 0.2.3 instead. Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sleek at enabled.com Thu Dec 26 21:04:39 2002 From: sleek at enabled.com (Noah Garrett Wallach) Date: Thu, 26 Dec 2002 13:04:39 -0800 (PST) Subject: [icecast] configuring ices Message-ID: <20021226130132.B14049-100000@typhoon.enabled.com> okay when I configure ices I used the configuration file that appears in the manual. I am seeing that I need to force the password as the password I set in the configuration file is not getting sent - stills says form the debug information that "letmein" is being sent. also I am getting the following error after I have the password situation figured out: Error during send: Mount failed on http://127.0.0.1:0/ices, error: Libshout enco untered invalid values or NULL pointers. Error during send: Mount failed on http://127.0.0.1:0/ices, error: Libshout enco untered invalid values or NULL pointers.

- Noah

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From jochen at scram.de Thu Dec 26 22:43:26 2002 From: jochen at scram.de (Jochen Friedrich) Date: Thu, 26 Dec 2002 23:43:26 +0100 (CET) Subject: [icecast] how to start liveice with screen? In-Reply-To: <200212161550.46800.michael.renner@tuebingen.mpg.de> Message-ID: Hi Michael, On Mon, 16 Dec 2002, Michael Renner wrote: > Moin, > I installed liveice as well as 'screen' at a debian maschine, both > applications are running fine. But when I try to start liveice in a 'screen' > environment then the liveice process ends without an error message: We did the same and it's working OK here :-) > Why is 'lame' started with wrong (in fact: with no) parameters? It's just a test if lame is executable at all. In fact lame is executed twice by liveice. > Does anybody start liveice using screen and can give me the command > line? If you look carefully at your strace output, you will notice a failing setpgid() call. This patch worked for me: --- liveice.c Mon Feb 21 10:46:11 2000 +++ liveice.c Sun Dec 15 00:24:20 2002 @@ -166,12 +166,12 @@ shmat(shmget(IPC_PRIVATE,4096,IPC_EXCL|IPC_CREAT); */ do_config(argc, argv); - +#if 0 if(setpgid(0,0) < 0) { perror("setpgid"); exit(1); } - +#endif /* ok if someone's set frontend=2 then just redirect all our streams*/ if(g_conf.frontend==FE_NONE){

This is my command line: #!/bin/bash USER=`whoami` CONFIG="/etc/liveice/$USER.cfg" R="/home/www.scram.fm/mitschnitte/`date +%Y%m%d_%H%M%S`.mp3" udo /usr/bin/screen /opt/liveice/liveice -F $CONFIG -R $R -V "-R" is yet another parameter added by me to control the remote dump file. --- setup.c Fri Feb 18 17:46:56 2000 +++ setup.c Sat Dec 14 23:34:16 2002 @@ -728,6 +728,10 @@ i++; g_conf.mix_control_file=argv[i]; break; + case 'R': + i++; + g_conf.remote_dumpfile=argv[i]; + break; case '@': i++; g_conf.frontend=atoi(argv[i]); Have fun! --jochen --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sleek at enabled.com Fri Dec 27 12:56:03 2002 From: sleek at enabled.com (Noah Garrett Wallach) Date: Fri, 27 Dec 2002 04:56:03 -0800 (PST) Subject: [icecast] configuring ices (fwd) Message-ID: <20021226215248.N18689-100000@typhoon.enabled.com> Hi, okay when I configure ices I used the configuration file that appears in the manual. I am seeing that I need to force the password as the password I set in the configuration file is not getting sent - stills says form the debug information that "letmein" is being sent, which is not hte password I have set in the configuration tile. also I am getting the following error after I have the password situation figured out: Error during send: Mount failed on http://127.0.0.1:0/ices, error: Libshout encountered invalid values or NULL pointers. Error during send: Mount failed on http://127.0.0.1:0/ices, error: Libshout encountered invalid values or NULL pointers.

Any ideas please?

- Noah

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From inzanekaoz at yahoo.com Fri Dec 27 18:17:16 2002 From: inzanekaoz at yahoo.com (HJ) Date: Fri, 27 Dec 2002 10:17:16 -0800 (PST) Subject: [icecast] configuring ices (fwd) In-Reply-To: <20021226215248.N18689-100000@typhoon.enabled.com> Message-ID: <20021227181716.21803.qmail@web13805.mail.yahoo.com> I dunno if that's a bug in your config, bug in the documents, or bug in the erorr message, but the port needs to be set, optimally, above the number 1024 and below the number 65535. :) ~HJ

--- Noah Garrett Wallach wrote: > Error during send: Mount failed on http://127.0.0.1:0/ices, error: > Libshout encountered invalid values or NULL pointers. > Error during send: Mount failed on http://127.0.0.1:0/ices, error: > Libshout encountered invalid values or NULL pointers.

__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sleek at enabled.com Fri Dec 27 23:08:39 2002 From: sleek at enabled.com (Noah Garrett Wallach) Date: Fri, 27 Dec 2002 15:08:39 -0800 (PST) Subject: [icecast] increase buffers per stream? Message-ID: <20021227150807.O13297-100000@typhoon.enabled.com> Hi there - can anybody help here? do you know if there is any fine tuning I can put on the ices or icecast server to correct for the following? I am using icecast 1.3.12 and ices 0.2.3 [27/Dec/2002:15:03:10] [34:Source Thread] Kicking client 40 [209.244.4.106] [Too many errors (client not receiving data fast enough)] [listener], connected for 31 seconds, 237541 bytes transfered. 2 clients connected looks like some clients are getting kicked. is there a buffer or something I can increase for these streams? thanks for all your assistance so far. We're up and running. - Noah

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From prothonotar at tarnation.dyndns.org Sat Dec 28 07:46:17 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 28 Dec 2002 02:46:17 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021228073239.45F1E532A66@motherfish-II.xiph.org> Message-ID: <20021228074617.GA11850@tarnation.dyndns.org> > The current homepage is http://www.xiph.org/cvs.html ... this is > supposed to change eventually, but there are some weird problems with > icecast.org that i don't quite understand. :) > > Anyways, do NOT check out icecast2 from icecast.org CVS, it is very > outdated. Instead, check out the 'icecast' module from anoncvs at xiph.org. > > Moritz Sorry... joining in on this discussion late.... I for one rarely use cvs to check out software unless I am planning on beta testing or developing for it. The fact that no release packages are available signifies to me that icecast2 is not yet ready for prime time. This is not meant to be a criticism with anything about icecast2, as I haven't used it, merely that it should not be treated as if it is released until it is released, and icecast1 should not be treated as obsolete until icecast2 is released. (BTW, I had this same argument for alsa, which has 'deprecated' its previous version in favor of its development version, and no longer supports the 0.5x versions-- you don't see this kind of stuff with the linux kernel). Personally, I feel that the developers will be losing a lot of potential beta testers (even other volunteers) for icecast2 when none of the icecast.org website refers to icecast2 at all. I understand there were some problems accessing the site, but if those are now resolved, there's no reason for someone to go and at least put a quick word in. Furthermore, since icecast2 is not released yet, IMO it is premature to disable the icecast1-compatible directory server (especially without any kind of warning). I will continue to use icecast1, for all of its faults until icecast2 appears to be, if not a mature project, then at least a project which has given birth. The fact that there are ever only 15 icecast servers listed in the directory now, versus many times that previously, should give the server maintainers some pause in continuing a non-icecast1 compatible server. Obviously I am not the only one sticking with icecast1 at present. I guess the question comes down to how one wishes to balance the user community against the developer community. -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From gshang at uq.net.au Sat Dec 28 08:08:19 2002 From: gshang at uq.net.au (Geoff Shang) Date: Sat, 28 Dec 2002 18:08:19 +1000 (EST) Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021228074617.GA11850@tarnation.dyndns.org> Message-ID: On Sat, 28 Dec 2002, Aaron Gaudio wrote: > The fact that no release packages are available > signifies to me that icecast2 is not yet ready for prime time. There are pre-release packages at http://www.xiph.org/~msmith/ but CVS is more mature than these. > icecast1 should not be treated as > obsolete until icecast2 is released. IMHO, the fact that icecast 1.x only supports MP3 and not ogg vorbis makes it obsolete. Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sat Dec 28 10:21:16 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Sat, 28 Dec 2002 11:21:16 +0100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021228074617.GA11850@tarnation.dyndns.org> Message-ID: <3E0D7B1B.C39801FA@gmx.net> Aaron Gaudio wrote: > or developing for it. The fact that no release packages are available > signifies to me that icecast2 is not yet ready for prime time. This Well, there are, see Geoff's mail ... those are official. Multiple problems of pretty much any kind prevented Xiph.org from getting icecast.org in order; I don't know much about them, but the fact that icecast.org is *really* in bad shape, its CVS is outdated, no mention of Icecast2 as you said, like the missing Alpha release.. all this shows that there must be something majorly b0rk3n. ;P ... and there's only that much time they have to fix time intense things that have nothing to do with what they want/we expect them to do - develop. What I'm trying to say, those problems are webserver related. Icecast2 alpha was finished already months ago, and even before that it's been in quite some wide production use already. Icecast2 is a stable program. The most prominent example would surely be the BBC Vorbis streams. If you're waiting for a 2.0 release (not alpha, not beta), well, your loss. Icecast2 worked great for my little fun games for something like 1.5 years now (no, I don't have a 100 MBit line at my disposal ;P). Apparently there are only a few minor features missing, and considering its stability I believe a potential beta phase wouldn't last long. > is not meant to be a criticism with anything about icecast2, as I > haven't used it, merely that it should not be treated as if it is > released until it is released, and icecast1 should not be treated as > obsolete until icecast2 is released. (BTW, I had this same argument It *is* released, but people can't get it besides from Mike's inofficial place, Xiph.org CVS and Oddsock's win32 port on oddsock.org. That's the whole issue, not Icecast2 being not where I pretend it to be. I suggest you give it a try. Streaming Vorbis is fun. If you happen have tools like libtool, automake/-conf et al installed, getting it from CVS is really no big deal and no different than installing from a release tarball. > Furthermore, since icecast2 is not released yet, IMO it is premature > to disable the icecast1-compatible directory server (especially > without any kind of warning). I will continue to use icecast1, for > all of its faults until icecast2 appears to be, if not a mature > project, then at least a project which has given birth. The fact that Uh, does any directory server still work? The Shoutcast people didn't want Icecast servers announced in their directories anymore for quite some time now, iirc, and given the shape of icecast.org, every "normal" directory servers there might simply be broken over time. ;P

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From daleg at elemental.org Sat Dec 28 17:47:29 2002 From: daleg at elemental.org (Dale Ghent) Date: Sat, 28 Dec 2002 12:47:29 -0500 (EST) Subject: [Re: [icecast] icecast2 ??] In-Reply-To: Message-ID: On Sat, 28 Dec 2002, Geoff Shang wrote: | IMHO, the fact that icecast 1.x only supports MP3 and not ogg vorbis makes | it obsolete. Thanks for, in effect, telling the people who still reply on icecast1 that they're useless. As that would make us put a lot of faith in icecast 2. You people need to get over your "If it isnt ogg, it's shit" mentality. Ogg itself is barely a few months old, and the Vorbis people seems to think that since then, EVERYONE has re-encoded their massive MP3 archives into Ogg. It makes me wonder what the color of the sky is in their universe. I'll put forth a theory here for everyone to chew on: Broadcasters wont convert their content to Ogg because the streaming server (icecast2) it goes through currently fails to support the features they are used to. And who would pin their operation on alpha-level code where on average the last commit was 5-6 MONTHS ago!? Vorbis has actually abandoned TWO things here: Their Icecast 1.x users, and the icecast 2 project. At least, that's the impression once can gain from just looking in from the outside. Perhaps instead of asking for people to write docs, Vorbis should be asking for vollunteers who actually care. I care, that's why I wrote this. /dale --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From prothonotar at tarnation.dyndns.org Sat Dec 28 17:52:12 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 28 Dec 2002 12:52:12 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0D7B1B.C39801FA@gmx.net> Message-ID: <20021228175212.GA16347@tarnation.dyndns.org> Behold, gtgbr at gmx.net hath decreed: > Aaron Gaudio wrote: > > or developing for it. The fact that no release packages are available > > signifies to me that icecast2 is not yet ready for prime time. This > > Well, there are, see Geoff's mail ... those are official. Multiple > problems of pretty much any kind prevented Xiph.org from getting > icecast.org in order; I don't know much about them, but the fact that > icecast.org is *really* in bad shape, its CVS is outdated, no mention of > Icecast2 as you said, like the missing Alpha release.. all this shows > that there must be something majorly b0rk3n. ;P ... and there's only > that much time they have to fix time intense things that have nothing to > do with what they want/we expect them to do - develop. If icecast.org is so broken, then someone ought to do what was suggested on the list in November (looking through the archives): put it out of its misery. Why are there no "official" releases? Are you saying no one (say, an official maintainer, for which that would be one of his/her functions) is willing to put them together and stuff them somewhere on xiph.org or sourceforge.net or some other distribution channel that is available and visible? Is there a maintainer for this project (I mean that seriously, I'm not really familiar with the development effort)? > > What I'm trying to say, those problems are webserver related. Icecast2 > alpha was finished already months ago, and even before that it's been in > quite some wide production use already. Icecast2 is a stable program. > The most prominent example would surely be the BBC Vorbis streams. That may be, but if the only "official" source I have to retrieve it from is CVS, then it is not ready for prime time, no matter what its stability may or may not be. First of all, grabbing the latest CVS version means I will be getting every little (untested) change that has been put into CVS. If there are labels for "official" released versions, then I don't know about them... why? because there's no documentation of what to actually get from CVS. Wine has CVS versions... one usually downloads a CVS snapshot (or RPM made from a CVS snapshot)... wine was "stable" (if not "complete") for quite a long time, but they never called it released until 1.0 came out. > > If you're waiting for a 2.0 release (not alpha, not beta), well, your > loss. Icecast2 worked great for my little fun games for something like > 1.5 years now (no, I don't have a 100 MBit line at my disposal ;P). > Apparently there are only a few minor features missing, and considering > its stability I believe a potential beta phase wouldn't last long. The problem is, without having enough people running it, such stories are allegorical. And there cannot be many people running it, judging from the lack of servers listed in the icecast.org directory server (unless everyone just suddenly became shy). > > > is not meant to be a criticism with anything about icecast2, as I > > haven't used it, merely that it should not be treated as if it is > > released until it is released, and icecast1 should not be treated as > > obsolete until icecast2 is released. (BTW, I had this same argument > > It *is* released, but people can't get it besides from Mike's inofficial > place, Xiph.org CVS and Oddsock's win32 port on oddsock.org. That's the > whole issue, not Icecast2 being not where I pretend it to be. Then it is not released, just available. It's like saying "Doom 3 *is* released, but people can't get it besides from the unofficial alpha available on Gnutella". Maybe it is just a maintenance problem- maybe someone just needs to grab the icecast2 X.XX version label from CVS, make a tarball and put it up on a website. That's still part of releasing a project (free software or not), and without such maintenance effort, the project will appear to most as not ready for use. Is this a TODO item? Is there a "stable version" label on icecast2 (other than HEAD)? I can try putting together a package in my spare time and sticking it online somewhere. > > I suggest you give it a try. Streaming Vorbis is fun. If you happen have > tools like libtool, automake/-conf et al installed, getting it from CVS > is really no big deal and no different than installing from a release > tarball. I'm not all that interested in streaming vorbis at this time, because I have more mp3s than I do oggs. It's simpler for me to stream mp3s. Does icecast2 only stream vorbis? If that's the case, then icecast1 will never be obsolete so long as people want to stream mp3s (without reencoding to ogg-- which introduces more loss into the stream). From my little understanding of what exactly icecast2 does (hobbled together from searches through the list archives, since there is no useful webpage information). > > > Furthermore, since icecast2 is not released yet, IMO it is premature > > to disable the icecast1-compatible directory server (especially > > without any kind of warning). I will continue to use icecast1, for > > all of its faults until icecast2 appears to be, if not a mature > > project, then at least a project which has given birth. The fact that > > Uh, does any directory server still work? The Shoutcast people didn't > want Icecast servers announced in their directories anymore for quite > some time now, iirc, and given the shape of icecast.org, every "normal" > directory servers there might simply be broken over time. ;P yp.mp3.de still works, although it does not display as much detail on each stream as yp.icecast.org does (did). That, and I don't speak German. :) -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From prothonotar at tarnation.dyndns.org Sat Dec 28 17:59:32 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 28 Dec 2002 12:59:32 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: Message-ID: <20021228175932.GB16347@tarnation.dyndns.org> Behold, Geoff Shang hath decreed: > > IMHO, the fact that icecast 1.x only supports MP3 and not ogg vorbis makes > it obsolete. > How is that? Adding a feature to a later version does not make the earlier version obsolete, especially when the later version has not yet been released. Linux 2.5 has a bunch of new features that 2.4 doesn't have. Does that mean 2.4 is obsolete? Does it mean Linus shouldn't release any more patches for 2.4 because it takes up time from 2.5? Does it mean developers should refuse to discuss any issues with 2.4? -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From gshang at uq.net.au Sat Dec 28 18:05:19 2002 From: gshang at uq.net.au (Geoff Shang) Date: Sun, 29 Dec 2002 04:05:19 +1000 (EST) Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021228175212.GA16347@tarnation.dyndns.org> Message-ID: On Sat, 28 Dec 2002, Aaron Gaudio wrote: > And there cannot be many people running it, judging > from the lack of servers listed in the icecast.org directory server > (unless everyone just suddenly became shy). icecast2 has no functional directory server support as yet. I don't know what's listed in yp.icecast.org, but icecast2 servers are not. Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From adon at YorkU.CA Sat Dec 28 18:28:08 2002 From: adon at YorkU.CA (Adon Irani) Date: Sat, 28 Dec 2002 13:28:08 -0500 (EST) Subject: [Re: [icecast] icecast2 ??] In-Reply-To: Message-ID: > I'll put forth a theory here for everyone to chew on: > > Broadcasters wont convert their content to Ogg because the streaming > server (icecast2) it goes through currently fails to support the features > they are used to. And who would pin their operation on alpha-level code > where on average the last commit was 5-6 MONTHS ago!? > > Vorbis has actually abandoned TWO things here: Their Icecast 1.x users, > and the icecast 2 project. At least, that's the impression once can gain > from just looking in from the outside.

woah do0d . that's a crackp0t theory if i ever heard one ., i'll offer an alternate theory . KiSS - keEp it simple sir ; why should the icecast2 developers be guilt-tripped into repeating icecast's performance ? _ is it not enough that OGG can have a streaming server that supports it ? can't that feature base be developed and stabalized prior to prettyin' up the package w/ features from the original icecast ? another question -- who do you think develops these things ?? go read "Cathedral and the Bazaar" somewhere on the web or in a bo0kstore near you . . don't expect everything , and you won't have to deal w/ sh*t/rushed c0de . allow a project to develop into its own niche , and i do believe strongly that OGG/vorbis does indeed merit the attention . , and if you need MP3 _ weLL , be creative . use icecast2 AND icecast on another port (i think this is possible ) . OR , offer OGG live-streams , and OGG / mp3 (batch converted from .OGG ) for the on-demand programming . . and pLease , PLEASE __ open your mind to a world that is bigger than proprietary technologies , and neEdy/ outmoded user bases . .

a:/, http://theDV8network.com _ : : free radio and fertile resistances , fresh from the Canadian underground . .

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From prothonotar at tarnation.dyndns.org Sat Dec 28 19:06:23 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 28 Dec 2002 14:06:23 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: Message-ID: <20021228190623.GA17004@tarnation.dyndns.org> Behold, Adon Irani hath decreed: > > the icecast2 developers be guilt-tripped into repeating icecast's > performance ? > _ is it not enough that OGG can have a streaming server that supports it ? Perhaps, if that is the only requirement to have a fully-functional streamer. Unfortunately, I believe this is not sufficient for the user base. So, if the developers are interested in providing something that other people want to use, then it is not enough. > can't that feature base be developed and stabalized prior to prettyin' up > the package w/ features from the original icecast ? Yes, it certainly can. But don't call the feature base released. Call it a work in progress (an alpha, in other words). > > another question -- who do you think develops these things ?? go read > "Cathedral and the Bazaar" somewhere on the web or in a bo0kstore near you > . . don't expect everything , and you won't have to deal w/ sh*t/rushed > c0de . allow a project to develop into its own niche , and i do believe > strongly that OGG/vorbis does indeed merit the attention . The argument is not that icecast2 needs everything right now. It is only that until icecast2 has all the features meant for release, it should not be considered released. In that case, it is still under development, and the previously released version (icecast1 so far) is the current stable version. Those who are willing to give up the features not yet implemented in icecast2 in order to stream vorbis, can use the devel version. Those who don't need to stream vorbis can continue using the stable version. There is not a good rationality for considering icecast1 replaced and obsolete if icecast2 is still lacking in features and/or not tested enough. > > , and if you need MP3 _ weLL , be creative . use icecast2 AND icecast on > another port (i think this is possible ) . OR , offer OGG live-streams , > and OGG / mp3 (batch converted from .OGG ) for the on-demand programming . But if icecast1 is "obsolete" then why advocate using it at all? > . > > and pLease , PLEASE __ open your mind to a world that is bigger than > proprietary technologies , and neEdy/ outmoded user bases . . Ah, herein lies the problem. If the icecast maintainers believe the mp3 community to be "neEdy/ outmoded user bases", then they are not interested in the user base, only themselves. Fair enough, then put up a disclaimer and stop responding to users. Call it a research project. Let someone else handle maintaining and distributing a package that people actually want to use. -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From prothonotar at tarnation.dyndns.org Sat Dec 28 19:09:02 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 28 Dec 2002 14:09:02 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: Message-ID: <20021228190902.GB17004@tarnation.dyndns.org> Behold, Geoff Shang hath decreed: > On Sat, 28 Dec 2002, Aaron Gaudio wrote: > > > And there cannot be many people running it, judging > > from the lack of servers listed in the icecast.org directory server > > (unless everyone just suddenly became shy). > > icecast2 has no functional directory server support as yet. I don't know > what's listed in yp.icecast.org, but icecast2 servers are not. > > Geoff. > Fair enough. After grepping the archives, it appeared that the only response to "the directory servers don't appear to be working" was "use icecast2, you twit" (paraphrasing). Seeing as there's no kind of network status for the directory servers (and, after all, there are 15 successfully registered channels), there's no way of telling what is going on, or that anyone is even looking into the problem. Are they? Should I just delete yp.icecast.org from my config file? And furthermore, if directory server support is non-functional in icecast2.. that's just another reason that it's not ready to replace icecast1. -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From daleg at elemental.org Sat Dec 28 19:39:46 2002 From: daleg at elemental.org (Dale Ghent) Date: Sat, 28 Dec 2002 14:39:46 -0500 (EST) Subject: [Re: [icecast] icecast2 ??] In-Reply-To: Message-ID: On Sat, 28 Dec 2002, Adon Irani wrote: | woah do0d . that's a crackp0t theory if i ever heard one ., | | i'll offer an alternate theory . KiSS - keEp it simple sir ; why should | the icecast2 developers be guilt-tripped into repeating icecast's | performance ? Icecast2 is icecast2. I'm talking about it's lack of innovation (ogg streaming! woopdefuckingdoo) as well as it's lack of functionality that doesnt even near icecast 1.x (yp, acls, metadata, web-based admin). Right now, it's essentially a daemon that takes in a data stream and spits it back out. And does absolutely nothing else. I'm sorry, but past precedents and the state of streaming technology today dictates that it do more than that to be considered useful. | _ is it not enough that OGG can have a streaming server that supports it ? | can't that feature base be developed and stabalized prior to prettyin' up | the package w/ features from the original icecast ? | | another question -- who do you think develops these things ?? go read | "Cathedral and the Bazaar" somewhere on the web or in a bo0kstore near you | . . don't expect everything , and you won't have to deal w/ sh*t/rushed | c0de . allow a project to develop into its own niche , and i do believe | strongly that OGG/vorbis does indeed merit the attention . Tell me, in the past year, where exactly HAS icecast gone? Absolutely no-where. Don't throw this Cathedral and the Bazaar crap around as a cop-out. If this were a serious project, then the maintainer (if there even is someone with that hat on) should look for more enthusiastic people to take icecast2 forward. Because right now, no matter what open-source ideaology you toss around, icecast2 is stagnant, underdevelopped, and underpromoted. | and pLease , PLEASE __ open your mind to a world that is bigger than | proprietary technologies , and neEdy/ outmoded user bases . . Put down the crack pipe, dude. My mind is open. I DO use icecast. I DO NOT want to use shoutcast/live365. As for audio formats, there are abosolutely no reasons for me to move to OGG, becase icecast2 does not allow me to provide the same service and experience to my users as streaming mp3s with icecast 1.x does. I WOULD love nothing more than to move to OGG once the adequate server features are in place, and time allows me to re-encode approx. 5000 tracks of music. But I'm not going to reduce my useablitiy and server functions at my disposal for the sake of OGG itself. As for "needy/outmoded user bases", you definitely have no finger on the pulse of reality in the streaming audio world. Right now, OGG is only an alternative for those who have zero interest in serving streaming music. /dale --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From adon at YorkU.CA Sat Dec 28 20:00:19 2002 From: adon at YorkU.CA (Adon Irani) Date: Sat, 28 Dec 2002 15:00:19 -0500 (EST) Subject: [Re: [icecast] icecast2 ??] In-Reply-To: Message-ID: > > Right now, it's essentially a daemon that takes in a data stream and spits > it back out. And does absolutely nothing else. I'm sorry, but past > precedents and the state of streaming technology today dictates that it do > more than that to be considered useful. nothing else ? i've got it to do l0ts ! and i must say , i've had horrible luck w/ the icecast live-streaming clients . icecast2 has ices2 which has been VERY stable for me . so much so that i am willing to switch . this may not be your experience . . > Tell me, in the past year, where exactly HAS icecast gone? Absolutely > no-where. Don't throw this Cathedral and the Bazaar crap around as a > cop-out. If this were a serious project, then the maintainer (if there > even is someone with that hat on) should look for more enthusiastic people > to take icecast2 forward. Because right now, no matter what open-source > ideaology you toss around, icecast2 is stagnant, underdevelopped, and > underpromoted. my throw-ins weren't meant as a cop-out . , rather , my point is that the developers have lives ; exams ; and other responsibilities . C&B bit suggests that you give what you can , if others are enthusiastic , great . . if not , well, the developers have given what they can . who are you to make demands on their time ? if you feel the c0de po0l is stagnant , go elsewhere _ OR , offer some c0de updates > > Put down the crack pipe, dude. My mind is open. I DO use icecast. I DO NOT > want to use shoutcast/live365. As for audio formats, there are abosolutely > no reasons for me to move to OGG, becase icecast2 does not allow me to > provide the same service and experience to my users as streaming mp3s with > icecast 1.x does. > > I WOULD love nothing more than to move to OGG once the adequate server > features are in place, and time allows me to re-encode approx. 5000 tracks > of music. But I'm not going to reduce my useablitiy and server functions > at my disposal for the sake of OGG itself. fyi ; icecast2 on-demand streaming (fileserve) DOES support mp3 , you can see it in work at http://theDV8network.com . _ i use icecast2 because OGG has better sound quality , and i've had better experience w/ ices2 live-streamer . if you are not live re-encoding than you wouldn't have had to go through the 6 week binge i did , setting up the system . but all this is irrelavant , the point is : : (as it says in the README ) _ icecast2 is stable for the services it provides ; and imho , more stable for live re-encoding .

> As for "needy/outmoded user bases", you definitely have no finger on the > pulse of reality in the streaming audio world. Right now, OGG is only an > alternative for those who have zero interest in serving streaming music. this may have beEn somewhat harsh , but i'll clarify . i don't think that MP3-support represents a 'neEdy/outm0ded' user base, what i do mean is : make the most of what is freely offered , and if you don't feel that icecast2 serves you , then find something else . but don't come back to this listserv and suggest that the project is misplaced or not useful ! ,so by saying 'needy/outm0ded' i was referring to the authors of this recent rash of ice2 flames . a:/, btw : please stop cluttering this listserv (myself included) with rants about what should and shouldn't be . . --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sat Dec 28 20:15:09 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Sat, 28 Dec 2002 21:15:09 +0100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021228175212.GA16347@tarnation.dyndns.org> Message-ID: <3E0E064C.E054C1AA@gmx.net> Aaron Gaudio wrote: > If icecast.org is so broken, then someone ought to do what was > suggested on the list in November (looking through the archives): > put it out of its misery. Why are there no "official" releases? I already told you, there *are* official releases (or, to be exact, one release), but icecast.org hasn't seen an update due to problems. Don't you think that Michael Smith, for example, would be happy to finally get his hard work on Icecast2 "out there" so people can find it in a more prominent place? These are problems neither you nor I can help with, Xiph.org does that, when they have the time. Believe it or not, there's more important stuff than Icecast2 - and those who want it can get it, they just have to bother themselves a little more than usual. > That may be, but if the only "official" source I have to retrieve it > from is CVS, then it is not ready for prime time, no matter what its > stability may or may not be. First of all, grabbing the latest CVS You're just trolling. Who cares? Would you trust a network engineer with decades of experience, or would he have to buy himself a shiny certificate for $1000? This "official"-blah is pointless, it's the product and the fact that it's released that matter. Do you *demand* that you get something for free, officially? > versions, then I don't know about them... why? because there's no > documentation of what to actually get from CVS. http://www.xiph.org/cvs.html - check out the 'icecast' module. If you're having trouble (CVS checkout hangs), either upgrade your client or don't use the -z parameter (I prefer the latter solution). > for quite a long time, but they never called it released until 1.0 > came out. I never said that it's a final release, I said "alpha release". It's not feature complete. It's not been in beta, yet. It does, what it does, with great reliability and performance. It does enough to be useful for most potential users at this point already. > The problem is, without having enough people running it, such stories > are allegorical. And there cannot be many people running it, judging > from the lack of servers listed in the icecast.org directory server > (unless everyone just suddenly became shy). There's no directory server supporting Icecast2 servers. I also wouldn't ever announce my stream on such a server, but maybe that's just me. (When I stream, then it's just a couple hours for friends that I know personally) > > I suggest you give it a try. Streaming Vorbis is fun. If you happen have > I'm not all that interested in streaming vorbis at this time, because > I have more mp3s than I do oggs. It's simpler for me to stream mp3s. Unless you're owning only low-bitrate MP3s, you'd still get more quality per bitrate with Vorbis (e.g. by re-encoding from 192kbps MP3 to -q 1 Vorbis (~80kbps) or lower). Especially if you're targeting at low bitrates (lower than in my example). > Does icecast2 only stream vorbis? If that's the case, then icecast1 It does both Vorbis and MP3. I don't know about its MP3 streaming features, but stuff like metadata etc all works for Vorbis. > will never be obsolete so long as people want to stream mp3s (without > reencoding to ogg-- which introduces more loss into the stream). From Well, I wouldn't re-encode from, say 24kbps MP3 to 24kbps Vorbis. That makes no sense - but if your MP3s are of sufficient quality, this shouldn't matter much. > my little understanding of what exactly icecast2 does (hobbled together > from searches through the list archives, since there is no useful > webpage information). Icecast2 does nothing but relay. It doesn't re-encode from Vorbis to MP3 or vice versa, that's the source client's job. For example Ices2. > > Uh, does any directory server still work? The Shoutcast people didn't > yp.mp3.de still works, although it does not display as much detail Nice, I wonder if Icecast2 can announce a Vorbis stream there. :) Probably worth a try ... I don't know if Icecast2's directory server support works in the first place, since that's what I always disable (standard values don't work (yet) because of known reasons) first. Hmhm.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sat Dec 28 20:34:27 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Sat, 28 Dec 2002 21:34:27 +0100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021228190623.GA17004@tarnation.dyndns.org> Message-ID: <3E0E0AD3.F46F79E8@gmx.net> Aaron Gaudio wrote: > Ah, herein lies the problem. If the icecast maintainers believe the > mp3 community to be "neEdy/ outmoded user bases", then they are not > interested in the user base, only themselves. Fair enough, then put Well, I think saying that Xiph.org doesn't care about its users at all is too harsh. On the other hand, there's some truth in this, and I highly appreciate it. If you want to stick to MP3, Icecast1 is for you - nobody forces you to use it (or not), and you're also free to use something else. Xiph.org, i.e. Jack Moffitt, made it for themselves a few years ago and people found it useful. Now they're working on something better. Why complain? If they'd care about every single user wish, they'd get nothing done. If other users tell you that you suck because you use Icecast1, ignore them. We're talking technology, not religion. If getting free support for Icecast1 is harder than getting help with Icecast2, it's because more people on this list are interested in Icecast2. I heard Xiph.org will gladly refund what you paid for Icecast1 support if you're not satisfied. It's not Xiph.org's job to advocate their stuff either. If you like something they made, tell others about it. If you don't, tell others, too (if you care) ... just stick to facts in any case.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sat Dec 28 20:36:38 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Sat, 28 Dec 2002 21:36:38 +0100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021228190623.GA17004@tarnation.dyndns.org> Message-ID: <3E0E0B56.7E81000@gmx.net> Aaron Gaudio wrote: > the current stable version. Those who are willing to give up the > features not yet implemented in icecast2 in order to stream vorbis, can > use the devel version. Those who don't need to stream vorbis can > continue using the stable version. There is not a good rationality for Icecast2 is a rewrite and no new version of Icecast1. Icecast1 developement is no more. Icecast 1.3.12 also exists only because of a serious security issue - without that, this version wouldn't exist.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sat Dec 28 21:07:12 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Sat, 28 Dec 2002 22:07:12 +0100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: Message-ID: <3E0E1280.128461A0@gmx.net> Dale Ghent wrote: > Icecast2 is icecast2. I'm talking about it's lack of innovation (ogg > streaming! woopdefuckingdoo) as well as it's lack of functionality that > doesnt even near icecast 1.x (yp, acls, metadata, web-based admin). Apparently, you haven't tried Icecast2-alpha, yet. YP should work on Icecast2's side, but my understanding is that the current directory servers don't support it yet. Or I'm wrong and it works - I really should try this. Metadata works for a long time now, ACLs are missing (but you can get around most issues via tcpwrappers), don't know about web-based admin (either it's there, or will be there soon, plus there's a lot that can be done by the source client). In addition to that, it supports chroot() and ch[g,u]id()ing for additional security. And yes, Vorbis streaming is innovative, you just don't care. > Tell me, in the past year, where exactly HAS icecast gone? Absolutely > no-where. Don't throw this Cathedral and the Bazaar crap around as a It has gone from something that takes Vorbis and spits it out, while doing not much else, to something useful. > want to use shoutcast/live365. As for audio formats, there are abosolutely > no reasons for me to move to OGG, becase icecast2 does not allow me to > provide the same service and experience to my users as streaming mp3s with > icecast 1.x does. Could you give me some examples? The only thing I personally miss in Icecast2-alpha at this point is to see who's currently listening (It tells only the amount of current listeners the last time I checked. At this point, I know who listened after he/her disconnected fom the log entries). But then I also consider this a minor detail...

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From prothonotar at tarnation.dyndns.org Sun Dec 29 01:02:50 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 28 Dec 2002 20:02:50 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0E064C.E054C1AA@gmx.net> Message-ID: <20021229010250.GA19400@tarnation.dyndns.org> Behold, gtgbr at gmx.net hath decreed: > Aaron Gaudio wrote: > > If icecast.org is so broken, then someone ought to do what was > > suggested on the list in November (looking through the archives): > > put it out of its misery. Why are there no "official" releases? > > I already told you, there *are* official releases (or, to be exact, one > release), but icecast.org hasn't seen an update due to problems. Don't > you think that Michael Smith, for example, would be happy to finally get > his hard work on Icecast2 "out there" so people can find it in a more > prominent place? These are problems neither you nor I can help with, > Xiph.org does that, when they have the time. Believe it or not, there's > more important stuff than Icecast2 - and those who want it can get it, > they just have to bother themselves a little more than usual. Then those who are interested in making the release(s) available should look to an alternative site than xiph.org. What are the problems with icecast.org? Why is it still operational? Why is there no other site in its place? Is nobody willing to set one up? > > > That may be, but if the only "official" source I have to retrieve it > > from is CVS, then it is not ready for prime time, no matter what its > > stability may or may not be. First of all, grabbing the latest CVS > > You're just trolling. Who cares? Would you trust a network engineer with > decades of experience, or would he have to buy himself a shiny > certificate for $1000? This "official"-blah is pointless, it's the > product and the fact that it's released that matter. Where is it released? Telling me I have to set up cvs to download the source code, lack of any sort of documentation is user-readable format, lack of certain features such as directory server support.. that doesn't seem to spell released to me. Why do I have to subscribe to the icecast user support mailing list to find out how to download and use the only version of icecast that anyone is interested in supporting? Is this simply a lack of enough people to work on these more mundane details? If so, where is the call for help? > > Do you *demand* that you get something for free, officially? I am not demanding anything. I'm simply stating that if the maintainer(s) wishes to provide a product that people are interested in using (including testing & bugfixing), then IMNSHO the current mechanism for producing that product is inadequate. How many months have to go by wasted on discussions between confused users and apathetic developers before someone says "hey, wait, maybe if we put this info up on a webpage somewhere, people will stop asking us about it"? > > I never said that it's a final release, I said "alpha release". It's not > feature complete. It's not been in beta, yet. It does, what it does, > with great reliability and performance. It does enough to be useful for > most potential users at this point already. Then how is it a replacement for icecast1? How is a fully released icecast1 obsoleted by an alpha release? > There's no directory server supporting Icecast2 servers. Fine. Another feature missing from icecast2. > I also wouldn't > ever announce my stream on such a server, but maybe that's just me. > (When I stream, then it's just a couple hours for friends that I know > personally) OK. I'm not advocating what you personally want to do with the product. There are people who do want to list there streams on directory servers, and icecast1 can do it. I presume icecast2 is planning on supporting it. Of course, I don't know, because there's no way for me to find out exactly what icecast2 can do without fishing through mailing list archives, or taking the time to download it via cvs, run it, and futz with it myself. Is that the best way to advertise a feature set (or even a list of TODO features)? > > > my little understanding of what exactly icecast2 does (hobbled together > > from searches through the list archives, since there is no useful > > webpage information). > > Icecast2 does nothing but relay. It doesn't re-encode from Vorbis to MP3 > or vice versa, that's the source client's job. For example Ices2. I understand that, but I am lumping them into one, as an ices user I would have to upgrade to both at the same time, and they are both part of the same project. -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From prothonotar at tarnation.dyndns.org Sun Dec 29 01:08:34 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 28 Dec 2002 20:08:34 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0E1280.128461A0@gmx.net> Message-ID: <20021229010834.GB19400@tarnation.dyndns.org> Behold, gtgbr at gmx.net hath decreed: > Dale Ghent wrote: > > Icecast2 is icecast2. I'm talking about it's lack of innovation (ogg > > streaming! woopdefuckingdoo) as well as it's lack of functionality that > > doesnt even near icecast 1.x (yp, acls, metadata, web-based admin). > > Apparently, you haven't tried Icecast2-alpha, yet. So... we have to try an alpha version of unreleased (an apparently, unmentionable [anywhere but here]) software in order for it to achieve a modicum of the functionality of the previous version of the software, which is now obsolete? Something's rotten in the state of Denmark... >YP should work on > Icecast2's side, but my understanding is that the current directory > servers don't support it yet. Or I'm wrong and it works - I really > should try this. Metadata works for a long time now, ACLs are missing > (but you can get around most issues via tcpwrappers), don't know about > web-based admin (either it's there, or will be there soon, plus there's > a lot that can be done by the source client). In addition to that, it > supports chroot() and ch[g,u]id()ing for additional security. And yes, > Vorbis streaming is innovative, you just don't care. I think his point was Vorbis streaming itself is not all that interesting from the perspective of someone with a collection of mp3s who wants to stream music. > > > Tell me, in the past year, where exactly HAS icecast gone? Absolutely > > no-where. Don't throw this Cathedral and the Bazaar crap around as a > > It has gone from something that takes Vorbis and spits it out, while > doing not much else, to something useful. What does it do? Where is the feature description? Do I have to run it to figure out what it is supposed to do? How am I supposed to even know that icecast2 streams vorbis without searching archives for arguments like this thread? -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From prothonotar at tarnation.dyndns.org Sun Dec 29 01:14:57 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 28 Dec 2002 20:14:57 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0E0B56.7E81000@gmx.net> Message-ID: <20021229011457.GC19400@tarnation.dyndns.org> Behold, gtgbr at gmx.net hath decreed: > Aaron Gaudio wrote: > > the current stable version. Those who are willing to give up the > > features not yet implemented in icecast2 in order to stream vorbis, can > > use the devel version. Those who don't need to stream vorbis can > > continue using the stable version. There is not a good rationality for > > Icecast2 is a rewrite and no new version of Icecast1. It's icecast. It's part of xiph. It's the same project. Presumably it's the same developers. I don't care about the similarity of the code bases. One is released, the other one is not (alpha versions are not releases). > Icecast1 > developement is no more. Icecast 1.3.12 also exists only because of a > serious security issue - without that, this version wouldn't exist. Maybe that's the case. If so, it's a sad state of affairs. If there just aren't volunteers to work on maintaining icecast1 (bugfixes, etc.) then why don't we get a call for help asking for developers who are willing to maintain it-- instead of silence and disdain? If it's simply a lack of volunteers, that's understandable, but then why the apathy toward all things icecast1, since presumably that's still what the majority of icecast users are using. Or are you just saying "fuck the users; if you can't code for us we don't need you; go read the Cathedral and the Bazaar and shut up"? If that's the case, then someone ought to go put that on the webpage and stop beating around the bush. Let the user base know where they stand, and see how many new volunteers you get for the project. -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From prothonotar at tarnation.dyndns.org Sun Dec 29 01:21:47 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Sat, 28 Dec 2002 20:21:47 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0E0AD3.F46F79E8@gmx.net> Message-ID: <20021229012147.GD19400@tarnation.dyndns.org> Behold, gtgbr at gmx.net hath decreed: > > Well, I think saying that Xiph.org doesn't care about its users at all > is too harsh. On the other hand, there's some truth in this, and I > highly appreciate it. If you want to stick to MP3, Icecast1 is for you - > nobody forces you to use it (or not), and you're also free to use > something else. Xiph.org, i.e. Jack Moffitt, made it for themselves a > few years ago and people found it useful. Now they're working on > something better. Why complain? If they'd care about every single user > wish, they'd get nothing done. My complaint is not what Jack Moffitt or anyone else chooses to spend their free time working on. My complaint is the complete lack of any kind of notice about icecast2, in light of the continuing (albeit out of date) existence of information on icecast1, including how to download it and install it, from icecast.org. That, coupled with an obvious disdain for icecast1 on this mailing list (which is, after all, the user support mailing list). The only reply that seems to be meeted out is "go get icecast2". Oh yeah? Well icecast2 does not seem to be ready to replace icecast1. So if it is not replacing icecast1, then why so much disdain for icecast1 users on this list? > > If other users tell you that you suck because you use Icecast1, ignore > them. We're talking technology, not religion. If getting free support > for Icecast1 is harder than getting help with Icecast2, it's because > more people on this list are interested in Icecast2. I heard Xiph.org > will gladly refund what you paid for Icecast1 support if you're not > satisfied. It's not Xiph.org's job to advocate their stuff either. If > you like something they made, tell others about it. If you don't, tell > others, too (if you care) ... just stick to facts in any case. So xiph.org is not in any way interested in developing projects that are useful to people? So can I take that to imply that the Ogg projects, the Paranoia projects, etc. are simply academic exercises, and the developers on them aren't interested in knowing whether or not they work for anyone else, or what anyone else might be interested in getting to work? That's good to know. Not the best way to convince me and others to put time and effort into any of those projects, so thanks, you may have saved me some time and effort. -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From msmith at xiph.org Sun Dec 29 01:53:41 2002 From: msmith at xiph.org (Michael Smith) Date: Sun, 29 Dec 2002 12:53:41 +1100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021229011457.GC19400@tarnation.dyndns.org> Message-ID: <200212291253.42004.msmith@xiph.org> > It's icecast. It's part of xiph. It's the same project. Presumably it's > the same developers. I don't care about the similarity of the code > bases. One is released, the other one is not (alpha versions are not > releases). No. Whilst it originally shared one developer, the current version does NOT share any developers with icecast 1.x. Since nobody seems even slightly interested in continuing development of 1.x (bitching about it is not the same...), it's not going to change. If _you_ want to pick up maintaining it - or if you want to go to the effort of finding maintainers for it, feel free. I'm certainly not going to - I don't have any interest (and never have had) in icecast 1.x. Stop bitching, and do something, or shut up. 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sun Dec 29 03:10:33 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Sun, 29 Dec 2002 04:10:33 +0100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021229010250.GA19400@tarnation.dyndns.org> Message-ID: <3E0E67A9.75BFEEA9@gmx.net> Aaron Gaudio wrote: > Where is it released? Telling me I have to set up cvs to download http://www.xiph.org/~msmith/ This has been said before. > > I never said that it's a final release, I said "alpha release". It's not > Then how is it a replacement for icecast1? How is a fully released > icecast1 obsoleted by an alpha release? Who said Icecast2 is a replacement? -2 can do most things -1 can do, so maybe -2's different features are better for you? Use -2 then. It isn't? Use -1. Or Shoutcast. Or Realmedia's Helix. Or whatever else there is. > > There's no directory server supporting Icecast2 servers. > Fine. Another feature missing from icecast2. Icecast2 is not a directory server. > directory servers, and icecast1 can do it. I presume icecast2 is > planning on supporting it. Of course, I don't know, because there's > no way for me to find out exactly what icecast2 can do without > fishing through mailing list archives, or taking the time to See above, it's in your inbox. The first reply you got by Geoff contained that URL. I hope that files in the public_html directory of the Icecast2 main developer are official enough. > download it via cvs, run it, and futz with it myself. Is that the Yes. You have to install Icecast2 by yourself. If that's too difficult for you and you need Icecast2, pay someone to do it for you. Me pasting the URL above was free.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sun Dec 29 03:10:42 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Sun, 29 Dec 2002 04:10:42 +0100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021229011457.GC19400@tarnation.dyndns.org> Message-ID: <3E0E67B2.F7400C0D@gmx.net> Aaron Gaudio wrote: > > Icecast1 > > developement is no more. Icecast 1.3.12 also exists only because of a > > serious security issue - without that, this version wouldn't exist. > Maybe that's the case. If so, it's a sad state of affairs. If there just > aren't volunteers to work on maintaining icecast1 (bugfixes, etc.) > then why don't we get a call for help asking for developers who > are willing to maintain it-- instead of silence and disdain? If it's Because nobody seems to care. Besides, anyone can start his or her own project, based on Icecast1. If you're unhappy, do something constructive. Being rude those who brought Icecast to you in the first place won't get you anywhere.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sun Dec 29 03:10:45 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Sun, 29 Dec 2002 04:10:45 +0100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021229012147.GD19400@tarnation.dyndns.org> Message-ID: <3E0E67B5.7FDC00E9@gmx.net> Aaron Gaudio wrote: > So xiph.org is not in any way interested in developing projects that > are useful to people? So can I take that to imply that the Ogg projects, > the Paranoia projects, etc. are simply academic exercises, and the > developers on them aren't interested in knowing whether or not they > work for anyone else, or what anyone else might be interested in > getting to work? That's good to know. Not the best way to convince > me and others to put time and effort into any of those projects, so > thanks, you may have saved me some time and effort. http://www.xiph.org/about.html http://www.xiph.org/ogg/vorbis/hardware.html (first paragraph)

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sun Dec 29 03:10:39 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Sun, 29 Dec 2002 04:10:39 +0100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021229010834.GB19400@tarnation.dyndns.org> Message-ID: <3E0E67AF.FA82B25F@gmx.net> Aaron Gaudio wrote: > > Dale Ghent wrote: > > > Icecast2 is icecast2. I'm talking about it's lack of innovation (ogg > > > streaming! woopdefuckingdoo) as well as it's lack of functionality that > > > doesnt even near icecast 1.x (yp, acls, metadata, web-based admin). > > Apparently, you haven't tried Icecast2-alpha, yet. > So... we have to try an alpha version of unreleased (an apparently, > unmentionable [anywhere but here]) software in order for it to achieve Dale described Icecast2 as it was before Mike much time working on it. > I think his point was Vorbis streaming itself is not all that > interesting from the perspective of someone with a collection of > mp3s who wants to stream music. I also answered that before - Vorbis offers significant quality improvements at low bitrates, even if the source is MP3. Apart from that, compare streaming royalties of Vorbis with those on http://www.mp3licensing.com/royalty/emd.html (in case you're a professional). > What does it do? Where is the feature description? Do I have to run > it to figure out what it is supposed to do? How am I supposed to even > know that icecast2 streams vorbis without searching archives for > arguments like this thread? You know, trying out Icecast2 would've revealed more details than this whole thread and any abstract feature list on a web site. It'd have been faster than this discussion, too.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From djdij at handbags.freeserve.co.uk Sun Dec 29 04:03:49 2002 From: djdij at handbags.freeserve.co.uk (Martin Blackwell) Date: Sun, 29 Dec 2002 04:03:49 -0000 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0E67AF.FA82B25F@gmx.net> Message-ID: <002101c2aeef$4b4931a0$97964c51@p1r8t3> > I also answered that before - Vorbis offers significant quality > improvements at low bitrates, even if the source is MP3. Apart from > that, compare streaming royalties of Vorbis with those on > http://www.mp3licensing.com/royalty/emd.html (in case you're a > professional). > Unless i've missed something, here is a page which lists the royalties for using vorbis. In anything. (before clicking on the link, if my information is correct, please excuse my weird sense of humour): http://galileo.spaceports.com/~djdij/oggvorbislicensing.html

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Sun Dec 29 10:43:36 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Sun, 29 Dec 2002 11:43:36 +0100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0E67A9.75BFEEA9@gmx.net> Message-ID: <3E0ED1D8.60308@tyrell.hu> gtgbr at gmx.net wrote: > Aaron Gaudio wrote: > >>Where is it released? Telling me I have to set up cvs to download > > > http://www.xiph.org/~msmith/ > > This has been said before. This is no good. This is by far not the first time someone has pointed out, that icecast2 is not mentioned _anywhere_ where one would expect to find it. By this I mean locations like icecast.org, freshmeat.net, etc. I wonder how people start to hear about icecast2. But when they do, the _only_ way to find the actual software is to come to this list and ask. Is this any good? Is there a reason for such secrecy? > > >>>I never said that it's a final release, I said "alpha release". It's not >> >>Then how is it a replacement for icecast1? How is a fully released >>icecast1 obsoleted by an alpha release? > > > Who said Icecast2 is a replacement? -2 can do most things -1 can do, so > maybe -2's different features are better for you? Use -2 then. It isn't? > Use -1. Or Shoutcast. Or Realmedia's Helix. Or whatever else there is. It was mentioned earlier, that icecast 1.x os no longer being developed, that it is obsolete, etc. Thus it is a dead project. But is it replaced by anything? Again, one looks at the icecast.org site, and has the impression that this project is dead (last latest news being May 1 2002, last icecast version released at April 10 2002). Only if one is initiated into the inner circles will know, that there is something new to come. By no means will someone, who just wants to _use_ icecast2 subscribe to this development list and find out. I also find it a very lazy excuse to say that icecast2 is still in development, thus it is not mentioned anywhere. As Linus has said: "release early, release often". Why not make 0.x releases to the public? Or is this just a reasoning to cover the lack of will to make icecast2 final?

Akos --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sun Dec 29 13:57:42 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Sun, 29 Dec 2002 14:57:42 +0100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0ED1D8.60308@tyrell.hu> Message-ID: <3E0EFF56.4BCCFC8E@gmx.net> Akos Maroy wrote: > > http://www.xiph.org/~msmith/ > > This has been said before. > This is no good. This is by far not the first time someone has pointed > out, that icecast2 is not mentioned _anywhere_ where one would expect to > find it. By this I mean locations like icecast.org, freshmeat.net, etc. > I wonder how people start to hear about icecast2. But when they do, the > _only_ way to find the actual software is to come to this list and ask. Well, the way I see it, icecast.org is some zombie webserver that nobody really has access to any more, or other really time intense steps have to be taken to do something. Since there's no nearly current note on icecast.org about anything, I suppose putting that little note up would equal the complete fixing of icecast.org. It's a matter of time that can only be spent by 1-2 people or so (iirc), and they don't have it. This is an unfortunate situation, but it has nothing to do with "secrecy" or any other bad intentions, I'm really sure about that. > It was mentioned earlier, that icecast 1.x os no longer being developed, > that it is obsolete, etc. Thus it is a dead project. But is it replaced I don't agree to the obsolete part, but the rest is simply true. Icecast, as the world knows it, *is* dead. Icecast2 is a new, independent program, as Mike already pointed out. > I also find it a very lazy excuse to say that icecast2 is still in > development, thus it is not mentioned anywhere. As Linus has said: > "release early, release often". Why not make 0.x releases to the public? Uhmm well, that's what CVS access and Mike's alpha1 release is for. Sure, it's annoying not to have a prominent place for those tarballs... anyways, literate people can already figure out that there's something like Icecast2 by using Google (e.g. by searching for "streaming ogg vorbis", w/o quotes). Results include CVS checkout and installation instructions by Ciaran Anscomb within the first 4 hits. If you care only about MP3 streaming, Icecast1 does a good job - so what is this "obsolete" stuff about anyways? > Or is this just a reasoning to cover the lack of will to make icecast2 > final? Blah, you're making unfair assumptions ... besides, a few hours ago, Mike committed changes/fixes to Icecast2/Ices2/Libshout2 again.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Sun Dec 29 14:27:15 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Sun, 29 Dec 2002 15:27:15 +0100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0EFF56.4BCCFC8E@gmx.net> Message-ID: <3E0F0643.9090606@tyrell.hu> gtgbr at gmx.net wrote: > Well, the way I see it, icecast.org is some zombie webserver that nobody > really has access to any more, or other really time intense steps have With all due respect, this is ridiculous. You're saying that the site icecast.org, which was the home page for icecast 1.x for serveral years, is a 'zombie webserver' that has nothing to say about icecast, be it past or future versions? I mean: what site would talk about a project called icecast then? > to be taken to do something. Since there's no nearly current note on > icecast.org about anything, I suppose putting that little note up would > equal the complete fixing of icecast.org. It's a matter of time that can > only be spent by 1-2 people or so (iirc), and they don't have it. This > is an unfortunate situation, but it has nothing to do with "secrecy" or > any other bad intentions, I'm really sure about that. I guess the time spent writing this e-mail would have been more than enough to complete the task mentioned here. > Icecast, as the world knows it, *is* dead. Icecast2 is a new, > independent program, as Mike already pointed out. Hm, and where can I find out about it? (Back to square one here.) > Uhmm well, that's what CVS access and Mike's alpha1 release is for. > Sure, it's annoying not to have a prominent place for those tarballs... > anyways, literate people can already figure out that there's something > like Icecast2 by using Google (e.g. by searching for "streaming ogg > vorbis", w/o quotes). Results include CVS checkout and installation I just can't find it a rational move to positively hide a project like icecast2 from the general public. And sorry, no sane administrator will deploy a server that has no official release version, only an alpha in a CVS. (This makes me insane, BTW.) Why alienate people from icecast in general, and make them chose other solutions?

Akos --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sun Dec 29 16:32:28 2002 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Sun, 29 Dec 2002 17:32:28 +0100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0F0643.9090606@tyrell.hu> Message-ID: <3E0F239C.3E7DF6E@gmx.net> Akos Maroy wrote: > With all due respect, this is ridiculous. You're saying that the site > icecast.org, which was the home page for icecast 1.x for serveral years, > is a 'zombie webserver' that has nothing to say about icecast, be it > past or future versions? I mean: what site would talk about a project > called icecast then? icecast.org will, eventually, when those who can do it get to make the complete overhaul. It'll then be like vorbis.com, speex.org, etc. I.e. that's what I heard. I suppose if all that would be easier/less time intense, it'd have been done by now. > I guess the time spent writing this e-mail would have been more than > enough to complete the task mentioned here. I don't think any of us can judge that objectively. I don't know what the exact issue is, and I too can only speculate. If I were one of those, who (shall) care for icecast.org, I'd also consider setting up a temporary site on a different server a waste of time. I honestly don't understand why anybody here is complaining for not getting something for free in a certain manner. You *can* get Icecast2, anything else simply doesn't matter... YOU know where to get it, so what's the big deal? It's done when it's done. If you're unhappy with the current situation, do something yourself - but don't tell others what they should do. It's their server, their project. Heck, they could shut down all download servers and sell their free software on CDs. This might not be viable, but entirely legitimate and up to them.

Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From dmd at speakeasy.org Sun Dec 29 17:01:15 2002 From: dmd at speakeasy.org (David M Dennis) Date: Sun, 29 Dec 2002 09:01:15 -0800 (PST) Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0F239C.3E7DF6E@gmx.net> Message-ID: Dear list, I agree with the main points that have been stated here lately -- icecast2 appears not ready for prime time (because of lack of web presence / tarball and rpm downloads / some documentation on line) and icecast1 community needs a support forum if this list no longer is one. It would be so simple to spell out the statuses on www.icecast.org -- Status of icecast1, status of Apple's Darwin, status of icecast2. Without some authoritative word I am afraid these speculative arguments can only escalate and / or the use of icecast be adversely affected. +------------------------- + Dave Dennis + Seattle, WA + dmd at speakeasy.org + http://www.bauhaus.nu/dion +-------------------------

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From David.Campbell at granadamedia.com Thu Dec 26 20:24:53 2002 From: David.Campbell at granadamedia.com (Campbell, David) Date: Thu, 26 Dec 2002 20:24:53 -0000 Subject: [icecast] Ices won't read config file? In-Reply-To: <[icecast] Ices won't read config file?> Message-ID: <39BB661ED585D511A15300B0D020828C02C6A18B@SOUTHBANK8> Yup I have the devel package installed too. [root at linux1 davidcam]# rpm -Uvh libxml-devel-1.8.17-1.i386.rpm warning: libxml-devel-1.8.17-1.i386.rpm: V3 DSA signature: NOKEY, key ID de95bc1f Preparing... ########################################### [100%] package libxml-devel-1.8.17-1 is already installed Thanks Dave

-----Original Message----- From: Geoff Shang To: ''icecast at xiph.org' ' Sent: 12/26/02 6:58 AM Subject: RE: [icecast] Ices won't read config file? On Wed, 25 Dec 2002, Campbell, David wrote: > I'm on redhat and libxml2 is installed: > > [root at deskpro davidcam]# rpm -Uvh libxml2-2.4.23-1.i386.rpm > warning: libxml2-2.4.23-1.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e > Preparing... ########################################### > [100%] > package libxml2-2.4.23-1 is already installed Do you also have the devel package? Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.

********************************************************************** Please visit the official Granada website at www.granadamedia.com for the latest company news. This email and any files transmitted are confidential and intended solely for the use of the individual or entity to which they are addressed. If you have received this email in error, please notify postmaster at granadamedia.com Thank you. ********************************************************************** --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From David.Campbell at granadamedia.com Fri Dec 27 19:58:13 2002 From: David.Campbell at granadamedia.com (Campbell, David) Date: Fri, 27 Dec 2002 19:58:13 -0000 Subject: [icecast] Ices won't read config file? In-Reply-To: <[icecast] Ices won't read config file?> Message-ID: <39BB661ED585D511A15300B0D020828C02C6A18D@SOUTHBANK8> > Do you also have the devel package? yes I do Dave -----Original Message----- From: Geoff Shang To: ''icecast at xiph.org' ' Sent: 12/26/02 6:58 AM Subject: RE: [icecast] Ices won't read config file? On Wed, 25 Dec 2002, Campbell, David wrote: > I'm on redhat and libxml2 is installed: > > [root at deskpro davidcam]# rpm -Uvh libxml2-2.4.23-1.i386.rpm > warning: libxml2-2.4.23-1.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e > Preparing... ########################################### > [100%] > package libxml2-2.4.23-1 is already installed Do you also have the devel package? Geoff.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.

********************************************************************** Please visit the official Granada website at www.granadamedia.com for the latest company news. This email and any files transmitted are confidential and intended solely for the use of the individual or entity to which they are addressed. If you have received this email in error, please notify postmaster at granadamedia.com Thank you. ********************************************************************** --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From rene.oelke at zehn245.net Mon Dec 30 11:55:33 2002 From: rene.oelke at zehn245.net (René Oelke) Date: Mon, 30 Dec 2002 12:55:33 +0100 Subject: [icecast] darkice client for windows In-Reply-To: Message-ID: <626982900.20021230125533@zehn245.net> hi list, i am looking for a solution like darkice. but for win and not for linux. i want to perform some live-dj sets in an internet radio. the technology of the radio is based on peercast (p2p). the peercast server that gets the stream runs under linux. the dj works with external hardware and sends the audio data in a soundcard line input runnung under windows. the darkice-like program should get audio data from this input, encode it in an oggstream and send it via the icecast protocol to the peercast server. it would be nice if it there possible to send some other information like songtitle and so on live to the server. thanx for helping me rene \ / <\::----------------------------::/> <\\:: Mediengestaltung :://> <\\\:: Ren? Oelke ::///> / \ --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Mon Dec 30 12:10:46 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Mon, 30 Dec 2002 13:10:46 +0100 Subject: [icecast] darkice client for windows In-Reply-To: <626982900.20021230125533@zehn245.net> Message-ID: <3E1037C6.6080800@tyrell.hu> Ren? Oelke wrote: > i am looking for a solution like darkice. but for win and not for > linux. i want to perform some live-dj sets in an internet radio. the well, you can always port darkice to windows :) --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From rene.oelke at zehn245.net Mon Dec 30 12:37:37 2002 From: rene.oelke at zehn245.net (René Oelke) Date: Mon, 30 Dec 2002 13:37:37 +0100 Subject: [icecast] darkice client for windows In-Reply-To: <3E1037C6.6080800@tyrell.hu> Message-ID: <1839507801.20021230133737@zehn245.net> >> i am looking for a solution like darkice. but for win and not for >> linux. i want to perform some live-dj sets in an internet radio. the > well, you can always port darkice to windows :) thx, but i am not a windowssystem programmer. so my only chance is to wait for such a tool. \ / <\::----------------------------::/> <\\:: Mediengestaltung :://> <\\\:: Ren? Oelke ::///> / \ --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Mon Dec 30 15:17:53 2002 From: gshang at uq.net.au (Geoff Shang) Date: Tue, 31 Dec 2002 01:17:53 +1000 (EST) Subject: [icecast] darkice client for windows In-Reply-To: <626982900.20021230125533@zehn245.net> Message-ID: Hi: Would the oddcast DSP plugin for winamp do the job for you? I'm not much of a windows user anymore so I can't vouch for it, but it should do what you want. The song changes thing could be a problem, especially if you'r eusing mp3. Geoff.

-- Geoff Shang ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Mon Dec 30 15:19:01 2002 From: gshang at uq.net.au (Geoff Shang) Date: Tue, 31 Dec 2002 01:19:01 +1000 (EST) Subject: [icecast] darkice client for windows In-Reply-To: <626982900.20021230125533@zehn245.net> Message-ID: Hi: One other thought. ices2 would serve your purpose if it ran under win32, but I don't know if there's any plans to port it. Geoff.

-- Geoff Shang ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From prothonotar at tarnation.dyndns.org Mon Dec 30 15:42:25 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Mon, 30 Dec 2002 10:42:25 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0E67AF.FA82B25F@gmx.net> Message-ID: <20021230154225.GB18485@tarnation.dyndns.org> Behold, gtgbr at gmx.net hath decreed: > > > I think his point was Vorbis streaming itself is not all that > > interesting from the perspective of someone with a collection of > > mp3s who wants to stream music. > > I also answered that before - Vorbis offers significant quality > improvements at low bitrates, even if the source is MP3. Apart from > that, compare streaming royalties of Vorbis with those on > http://www.mp3licensing.com/royalty/emd.html (in case you're a > professional). But technically, how much different is it to stream a vorbis stream than an mp3 stream? I don't know. From a political and/or economic viewpoint, or even a technical viewpoint, a vorbis stream may be more desireable than an mp3 stream. But the technology is still compressed audio streaming, and that's not much of a revolution. It is applying existing streaming methodology to a new format: vorbis. That is great, but is it worth giving up the other features that icecast1 supports today? That's a judgement call I suppose. > > > What does it do? Where is the feature description? Do I have to run > > it to figure out what it is supposed to do? How am I supposed to even > > know that icecast2 streams vorbis without searching archives for > > arguments like this thread? > > You know, trying out Icecast2 would've revealed more details than this > whole thread and any abstract feature list on a web site. It'd have been > faster than this discussion, too. It would have for me, yes. But how many man-hours must be spent when each prospective user wants to find out what icecast2 is supposed to do... hours that could be saved all around by updating some web page to talk about the project a little. icecast.org is not a dead server. It is still responding. Somebody must own the box. Somebody must have access to it, to either update it, or to take it offline entirely. -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From prothonotar at tarnation.dyndns.org Mon Dec 30 15:45:40 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Mon, 30 Dec 2002 10:45:40 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0E67B2.F7400C0D@gmx.net> Message-ID: <20021230154540.GC18485@tarnation.dyndns.org> Behold, gtgbr at gmx.net hath decreed: > Aaron Gaudio wrote: > > > Icecast1 > > > developement is no more. Icecast 1.3.12 also exists only because of a > > > serious security issue - without that, this version wouldn't exist. > > Maybe that's the case. If so, it's a sad state of affairs. If there just > > aren't volunteers to work on maintaining icecast1 (bugfixes, etc.) > > then why don't we get a call for help asking for developers who > > are willing to maintain it-- instead of silence and disdain? If it's > > Because nobody seems to care. Besides, anyone can start his or her own > project, based on Icecast1. If you're unhappy, do something > constructive. Being rude those who brought Icecast to you in the first > place won't get you anywhere. > I don't think I'm being very rude. I think others are being unnecesarily rude to those still using icecast1 and who would like a little info on things like directory server status. I think people do care about icecast1. People do care about icecast.org. Branching off from the main project is always an option, yes, but why have to revert to it if other alternatives are available? At the least, I'll be willing to write a news update for icecast.org if someone wants to tell me how to get it up there. Not having followed the icecast2 development, I can't really talk about what stage it's in, but if some developers want to clue me in, I can write a blurb about that too. -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From prothonotar at tarnation.dyndns.org Mon Dec 30 15:49:21 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Mon, 30 Dec 2002 10:49:21 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <200212291253.42004.msmith@xiph.org> Message-ID: <20021230154921.GD18485@tarnation.dyndns.org> Behold, Michael Smith hath decreed: > > > It's icecast. It's part of xiph. It's the same project. Presumably it's > > the same developers. I don't care about the similarity of the code > > bases. One is released, the other one is not (alpha versions are not > > releases). > > No. Whilst it originally shared one developer, the current version does NOT > share any developers with icecast 1.x. Since nobody seems even slightly > interested in continuing development of 1.x (bitching about it is not the > same...), it's not going to change. > > If _you_ want to pick up maintaining it - or if you want to go to the effort > of finding maintainers for it, feel free. I'm certainly not going to - I > don't have any interest (and never have had) in icecast 1.x. > > Stop bitching, and do something, or shut up. Give me access to icecast.org and I will. Otherwise, are you asking me (or others) to go ahead and hijack the project, or to take all of the code and call it something else? Aside from a few minor problems (an occassional crash in ices and icecast not cleaning up properly during shutdown from an suid'd run), I don't really have many problems with icecast1. The directory servers don't appear to be working very well, but it's not a problem with the client, apparently. I'll be happy to update the web page, however, and I'll even include icecast2 status if some developers want to give me a high-level progress report. If no one is willing to offer me or anyone else this access, then replies like yours are just trolls. -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From msmith at xiph.org Mon Dec 30 15:58:10 2002 From: msmith at xiph.org (Michael Smith) Date: Tue, 31 Dec 2002 02:58:10 +1100 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021230154921.GD18485@tarnation.dyndns.org> Message-ID: <200212310258.10935.msmith@xiph.org> > Give me access to icecast.org and I will. Otherwise, are you asking me > (or others) to go ahead and hijack the project, or to take all of the code > and call it something else? Aside from a few minor problems (an occassional > crash in ices and icecast not cleaning up properly during shutdown from an > suid'd run), I don't really have many problems with icecast1. The directory > servers don't appear to be working very well, but it's not a problem with > the client, apparently. I'll be happy to update the web page, however, and > I'll even include icecast2 status if some developers want to give me a > high-level progress report. If no one is willing to offer me or anyone else > this access, then replies like yours are just trolls. If we _had_ this access, we could. As has been explained repeatedly, we don't. Yes, we can take a slash-and-burn approach and just remove all the content on the website (which is the plan once the new website is ready), but we can't update it. What is _neccesary_ if icecast 1.x is going to continue is a maintainer, not just someone who can write a couple of paragraphs on a website. If you want to do that - take over maintaining icecast 1.x, we can organise website access once the new website is up so that you can add appropriate sections on the old version. 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From prothonotar at tarnation.dyndns.org Mon Dec 30 15:59:31 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Mon, 30 Dec 2002 10:59:31 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <3E0E67B5.7FDC00E9@gmx.net> Message-ID: <20021230155931.GE18485@tarnation.dyndns.org> Behold, gtgbr at gmx.net hath decreed: > > http://www.xiph.org/about.html Note also the paragraph at http://www.xiph.org/ : "Xiph.Org Foundation is a non-profit corporation dedicated to protecting the foundations of Internet multimedia from control by private interests. Our purpose is to support and develop free, open protocols and software to serve the public, developer and business markets." Well, wrt the icecast project (version 1,2 or N), if Xiph.Org is truly interested in supporting and development of "free, open protocols and software to serve the public, developer and business markets", then they better clean up the icecast.org webpage to have some recent info, stop calling icecast1 obsolete when icecast2 is not yet released (not counting alpha releases)- even if no one is actively working on it- and stop taking an extremely condescending view upon all those who dare offer up criticism. *If*, however, those in charge of the icecast project aren't really interested in those things, then perhaps they should either (a) not be a part of Xiph.Org or (b) get Xiph.Org to change their mission statement. I doubt that's the case, my guess is there is just a few developers who want to work on icecast2, and don't want to be bothered with other details, which is why projects like this have maintainers who aren't necessarily the core developers, but rather oversee the project from all angles including development, bug-tracking, web-presence, media, etc. Is this what is missing? Will somebody admit to it? -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From daleg at elemental.org Mon Dec 30 16:10:10 2002 From: daleg at elemental.org (Dale Ghent) Date: Mon, 30 Dec 2002 11:10:10 -0500 (EST) Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021230154921.GD18485@tarnation.dyndns.org> Message-ID: On Mon, 30 Dec 2002, Aaron Gaudio wrote: | Give me access to icecast.org and I will. Otherwise, are you asking me | (or others) to go ahead and hijack the project, or to take all of the code | and call it something else? Aside from a few minor problems (an occassional | crash in ices and icecast not cleaning up properly during shutdown from an | suid'd run), I don't really have many problems with icecast1. The directory | servers don't appear to be working very well, but it's not a problem with | the client, apparently. I'll be happy to update the web page, however, and | I'll even include icecast2 status if some developers want to give me a | high-level progress report. If no one is willing to offer me or anyone else | this access, then replies like yours are just trolls. Vitriol aside, I'm with Aaron on this, and would be happy to lend my time and resources to further the project on a few fronts (web site/support/code), for both icecast 1.x and 2.x. As for the website: Jack Moffit is still the tech/admin contact for the icecast.org domain. Is Jack still associated with the xiph.org project? icecast.org DNS is being served by xiph.org name servers, could the IPs be repointed to a new server for the site? /dale --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From inzanekaoz at yahoo.com Mon Dec 30 16:12:59 2002 From: inzanekaoz at yahoo.com (HJ) Date: Mon, 30 Dec 2002 08:12:59 -0800 (PST) Subject: [icecast] darkice client for windows In-Reply-To: Message-ID: <20021230161259.26912.qmail@web13802.mail.yahoo.com> In theory (insofaras my own little world exists) it should be as simple as changing the audio i/o methods, but interfacing with WinAmp will take someone with experience; all code on xiph.org isn't all /that/ hard to port, and Windows pretends to be POSIX-compliant, so it should almost actually work. The question after that is how willing people are to deal with a command-line utility. "OMGWTF NO BUTTONS?!?!!" ~HJ

--- Geoff Shang wrote: > Hi: > > One other thought. ices2 would serve your purpose if it ran under > win32, > but I don't know if there's any plans to port it. > > Geoff. >

__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From emmettfish at mac.com Mon Dec 30 16:18:02 2002 From: emmettfish at mac.com (Emmett Plant) Date: Mon, 30 Dec 2002 11:18:02 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: <20021230155931.GE18485@tarnation.dyndns.org> Message-ID: On 12/30/02 10:59 AM, "Aaron Gaudio" wrote: > Behold, gtgbr at gmx.net hath decreed: >> >> http://www.xiph.org/about.html > > Note also the paragraph at http://www.xiph.org/ : > > "Xiph.Org Foundation is a non-profit corporation dedicated to protecting the > foundations of Internet multimedia from control by private interests. Our > purpose is to support and develop free, open protocols and software to serve > the public, developer and business markets." > > Well, wrt the icecast project (version 1,2 or N), if Xiph.Org is truly > interested in supporting and development of "free, open protocols and software > to serve the public, developer and business markets", then they better > clean up the icecast.org webpage to have some recent info, stop calling > icecast1 obsolete when icecast2 is not yet released (not counting alpha > releases)- even if no one is actively working on it- and stop taking an > extremely condescending view upon all those who dare offer up criticism. We are truly interested in doing those things. We are working on it. The website issues *will* be resolved soon. I would think that we'd have at least a little leeway in this. If this issue is really worth getting this worked up about, I will happily refund your license fees. > *If*, however, those in charge of the icecast project aren't really interested > in those things, then perhaps they should either (a) not be a part of Xiph.Org > or (b) get Xiph.Org to change their mission statement. I doubt that's the > case, > my guess is there is just a few developers who want to work on icecast2, and > don't want to be bothered with other details, which is why projects like this > have maintainers who aren't necessarily the core developers, but rather > oversee the project from all angles including development, bug-tracking, > web-presence, media, etc. Is this what is missing? Will somebody admit to it? It would be really nice if you could try a little bit of civility here. Our sysadmin works as a volunteer. Our webmaster works as a volunteer. The Icecast maintainer, surprise, a volunteer. The system that you're arguing about is entirely volunteer-driven, okay? You want an admission? Here goes. Yes, the website is completely horrible and needs to be updated. Yes, we could use more people to help out. Yes, if you step forward to help out we'll make every effort imaginable to make it easy for you to do so. Yes, things have gone ignored for far too long. But yes, we're interested in fixing it. Can we put down the pig vat of vitriol and discuss this as human beings, instead of in a screaming bitchfight? Thanks. Let me know what you need me to do. Emmett Plant CEO, Xiph.org Foundation --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Mon Dec 30 16:26:48 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Mon, 30 Dec 2002 17:26:48 +0100 Subject: [icecast] darkice client for windows In-Reply-To: <20021230161259.26912.qmail@web13802.mail.yahoo.com> Message-ID: <3E1073C8.1000807@tyrell.hu> HJ wrote: > In theory (insofaras my own little world exists) it should be as > simple as changing the audio i/o methods, but interfacing with ame issue with darkice: in theory one only has to write the code dealing with the sound card...

Akos --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From oddsock at oddsock.org Mon Dec 30 16:32:46 2002 From: oddsock at oddsock.org (oddsock) Date: Mon, 30 Dec 2002 10:32:46 -0600 Subject: [icecast] darkice client for windows In-Reply-To: <626982900.20021230125533@zehn245.net> Message-ID: <200212301032460682.035E89E4@oddsock.org> oddcast DSP is what you want, it supports live input (called Advanced Recording) and does support streaming to Peercast...It currently does not support Vorbis metadata for live recording (since metadata for vorbis streaming is inserted into the ogg stream, as opposed to how it's done for mp3 in which the metadata is updated on the server via URL calls)... anyway, it's the closest thing to what you want, and it works very well (if I do say so myself) :) http://www.oddsock.org/tools/dsp_oddcast and http://www.oddsock.org/tools/oddcastv2

oddsock *********** REPLY SEPARATOR *********** On 12/30/2002 at 12:55 PM Ren? Oelke wrote: >hi list, > >i am looking for a solution like darkice. but for win and not for >linux. i want to perform some live-dj sets in an internet radio. the >technology of the radio is based on peercast (p2p). the peercast >server that gets the stream runs under linux. the dj works with >external hardware and sends the audio data in a soundcard line input >runnung under windows. the darkice-like program should get audio data >from this input, encode it in an oggstream and send it via the >icecast protocol to the peercast server. it would be nice if it there >possible to send some other information like songtitle and so on >live to the server. > >thanx for helping me >rene > >\ / ><\::----------------------------::/> ><\\:: Mediengestaltung :://> ><\\\:: Ren? Oelke ::///> > > > >/ \ > >--- >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 at xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered.

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From prothonotar at tarnation.dyndns.org Mon Dec 30 22:04:25 2002 From: prothonotar at tarnation.dyndns.org (Aaron Gaudio) Date: Mon, 30 Dec 2002 17:04:25 -0500 Subject: [Re: [icecast] icecast2 ??] In-Reply-To: Message-ID: <20021230220425.GA21871@tarnation.dyndns.org> Behold, Emmett Plant hath decreed: > > We are truly interested in doing those things. We are working on it. The > website issues *will* be resolved soon. I would think that we'd have at > least a little leeway in this. If this issue is really worth getting this > worked up about, I will happily refund your license fees. [snip] > It would be really nice if you could try a little bit of civility here. Our > sysadmin works as a volunteer. Our webmaster works as a volunteer. The > Icecast maintainer, surprise, a volunteer. The system that you're arguing > about is entirely volunteer-driven, okay? > > You want an admission? Here goes. Yes, the website is completely horrible > and needs to be updated. Yes, we could use more people to help out. Yes, if > you step forward to help out we'll make every effort imaginable to make it > easy for you to do so. Yes, things have gone ignored for far too long. > > But yes, we're interested in fixing it. > > Can we put down the pig vat of vitriol and discuss this as human beings, > instead of in a screaming bitchfight? Thanks. Let me know what you need me > to do. > > Emmett Plant > CEO, Xiph.org Foundation Okay okay. I don't mean to sound abrasive, I'm only taking the tone that was taken with me. I think icecast1 is a great product, and although I haven't used icecast2, I'm sure it will be the same, and am thankful for the developers who have given their time to work on it. I don't know exactly who in this discussion actually represents the project members and who is just speaking for themselves here, so it's difficult to separate people out into who has been naughty and who has been nice. In general, I think it is bad form for anyone to shrug off users (or potential users) suggestions or criticisms with snide or dismissive remarks, unless those people are taking an unnecessary harshness to begin with. I don't think I did, and I'm sorry if anyone feels I did. When people keep missing the point of what one says, it is difficult to not get a little annoyed. I don't know whether anyone from Xiph has done this or not, since again it's hard to keep track of who's who. When someone basically suggests that certain users don't matter, their concerns are bunk, and their value non-existant, I think they are not only wrong, but harmful to the project and community. That's the approach that some people in the thread have seemly taken. Whether it be out of malice, poor communication skills, or simply weariness, I don't know. In the case of the latter... it's all the more reason to try to get the issues resolved so that people stop complaining about them. At any rate, I assume that the approach is not the official position of Xiph. Most of my replies in that regard were caustic, with the purpose of making one take a step back and say "oh yeah, that's not what Xiph is for"). I think Xiph has done good work and I hope to see them continue it. I offer my suggestions/ criticisms in the spirit of improvement, not to start flame wars. With that in mind, and with the above statements from you, I consider that part of the "debate" closed, since we seem to agree on everything, and hope that we can get working on the solutions. -- prothonotar at tarnation.dyndns.org "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, /Momento Mori/ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 593 bytes Desc: not available URL: From djdij at handbags.freeserve.co.uk Mon Dec 30 22:30:59 2002 From: djdij at handbags.freeserve.co.uk (Martin Blackwell) Date: Mon, 30 Dec 2002 22:30:59 -0000 Subject: [icecast] icecast.org site sucking major ass Message-ID: <006501c2b053$2199d8e0$66814c51@p1r8t3> 2 things, one serious, the other just a little note- 1) since icecast.org (just the site, i don't really give a crap about the rest of it, since i'm doing fine with Oddsocks software) hasn't been updated in ages, couldn't whoevers responsible for the running of the site niceley ask someone who runs one of the xiph sites and ask them to host the icecast site on it? that way it wouldn't look like icecast has been sitting there doing nothing for several months, and icecast2 would be seen to exist to the rest of the world. 2) the Icecast mailing list folder on my OE has 666 messages in- hehe

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From cs-urza at gmx.de Tue Dec 31 14:36:46 2002 From: cs-urza at gmx.de (Stefan K.) Date: Tue, 31 Dec 2002 15:36:46 +0100 Subject: [icecast] no idea of mountfile[No mountfile found, refusing access to WWW admin for...] Message-ID: <004b01c2b0da$0bfa3020$0300a8c0@Netzwerk> Hi, I'm trying to get icecast to work but opening the webadmin interface results in this: [31/Dec/2002:14:24:58] [4:Connection Handler] No mountfile found, refusing access to WWW admin for 192.168.0.3 [31/Dec/2002:14:24:58] [4:Connection Handler] Kicking unknown 0 [192.168.0.3] [No mountfile found], connected for 0 seconds What is this mountfile for, and how do i have to generate ist? Streaming to the server from Winamp works, relaying a server should work either. It would be fine if i could administrate it, too. Stefan Kraus

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From beepo at web.de Tue Dec 31 15:36:00 2002 From: beepo at web.de (Jens Zeidler) Date: Tue, 31 Dec 2002 16:36:00 +0100 Subject: [icecast] Nothing happens Message-ID: <003901c2b0e2$52b00500$a10cfea9@ttm02i3w68wgue> hi I've installed icecast on my linux box and want to stream with the oddcast Plugin in winamp. It works sofar, clients and source could connect & stream to the server but the clients don't hear anything. In the mailinglist is no solution for my problem and the logs don't give me an error. does someone now how to solve the problem ?

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mr_radar at charter.net Tue Dec 31 17:36:58 2002 From: mr_radar at charter.net (Tyler Knott) Date: Tue, 31 Dec 2002 11:36:58 -0600 Subject: [icecast] Nothing happens In-Reply-To: <003901c2b0e2$52b00500$a10cfea9@ttm02i3w68wgue> Message-ID: <3E11D5BA.7000704@charter.net> First of all: what version are you running? Second of all: if you want to use Winamp as the source then use Windows(not WINE) with a Win32 build of the server or use XMMS on linux if you want something that looks really close to it(for Linux). Jens Zeidler wrote: > hi > > I've installed icecast on my linux box and want to stream with the > oddcast Plugin in winamp. It works sofar, clients and source could > connect & stream to the server but the clients don't hear anything. > In the mailinglist is no solution for my problem and the logs don't > give me an error. > > does someone now how to solve the problem ?

--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.