From ruffnex at mac.com Fri May 2 14:21:37 2003 From: ruffnex at mac.com (ruffnex) Date: Fri, 2 May 2003 22:21:37 +0800 Subject: [icecast] Metadata - StreamTitle - International language support? Message-ID: <6254F070-7CA9-11D7-8445-000393036D96@mac.com> Hello, Can anybody tell me how stream titles, which are non-ASCII, are sent? For example, at ShoutCast.com, there are Asian and European streams that send encoded strings. However, I can't see how to detect what type of encoding they are using. e.g. UTF8, ISOLatin1, etc. If I could work out the encoding, then I can display the names properly. Any differences between how IceCast and Shoutcast handle this? Any docs? Thanks, Simon --- >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 Fri May 2 15:20:26 2003 From: msmith at xiph.org (Michael Smith) Date: Sat, 3 May 2003 01:20:26 +1000 Subject: [icecast] Metadata - StreamTitle - International language support? In-Reply-To: <6254F070-7CA9-11D7-8445-000393036D96@mac.com> Message-ID: <200305030120.26695.msmith@xiph.org> On Saturday 03 May 2003 00:21, ruffnex wrote: > Hello, > > Can anybody tell me how stream titles, which are non-ASCII, are sent? > > For example, at ShoutCast.com, there are Asian and European streams > that send encoded strings. However, I can't see how to detect what > type of encoding they are using. e.g. UTF8, ISOLatin1, etc. If I > could work out the encoding, then I can display the names properly. > > Any differences between how IceCast and Shoutcast handle this? Any > docs? Icecast sends these through as-is, so it doesn't handle them directly - and so doesn't need to know what charset they're in. For ogg vorbis, they're UTF-8 (as the spec requires), but it's up to the source client to do so correctly. For mp3, I haven't seen anything amounting to a specification. I'm not sure how existing clients deal with this. I'd try assuming UTF-8, but I don't know how well that'll work. 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 ben at galactic-tales.de Fri May 2 20:34:33 2003 From: ben at galactic-tales.de (Benjamin Podszun) Date: 02 May 2003 22:34:33 +0200 Subject: [icecast] Admin issues the Xth.. Message-ID: <1051907673.1380.10.camel@localhost> Hi there. I just switched from icecast1 to icecast2. Right now I'm not sure if that was a very good idea. I do like the ogg-support, but I lack a good amount of documentation (Hey, I'd be glad to help you out, but how can there be consistent documentation for a software that is only available through cvs(-snapshots)?) and good linux source clients. I used xmms-liveice or muse before, but I have serious stability problems with them connection to this icecast2-server.. Actually I didn't even manage to get a single connection, so I'm not even sure if I have a single streaming client to connect to the server. I could use ices2 eventually, but it has the same problems as icecast2 (documentation,cvs-only) and iirc it allows only playlist streaming(?). I need something that allows mit to stream "live". Another problem is that I want to see stats at least and would like to administrate a software that can use up that much bandwidth.. Trying to connect to myserver:8000/admin/ results in a password dialog and I don't know the user/pass. I read the icecast source and found something like admin_user and admin_password, but everything I tried to make it work was in vain.. admin_password, admin-password, every spelling I could think of.. Any hints on that? What about doing regular releases? Open source philosophy is: Release fast, relases often. But it would be great if you could provide us with a "real" release on which we can build both our confidence and perhaps contributed documentation. I'd be happy about any reply. Thx, Ben -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: This is a digitally signed message part URL: From karl at pts.tele2.co.uk Fri May 2 21:10:06 2003 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 02 May 2003 22:10:06 +0100 Subject: [icecast] Admin issues the Xth.. In-Reply-To: <1051907673.1380.10.camel@localhost> Message-ID: <1051909807.7649.55.camel@bogus.hackers.club> On Fri, 2003-05-02 at 21:34, Benjamin Podszun wrote: > I just switched from icecast1 to icecast2. Right now I'm not sure if > that was a very good idea. I do like the ogg-support, but I lack a good > amount of documentation (Hey, I'd be glad to help you out, but how can > there be consistent documentation for a software that is only available > through cvs(-snapshots)?) and good linux source clients. The external interfacing (xml format etc) of icecast2 and ices2 are not likely to change significantly, unless there is a great pressing need to. > I used xmms-liveice or muse before, but I have serious stability > problems with them connection to this icecast2-server.. Actually I > didn't even manage to get a single connection, so I'm not even sure if I > have a single streaming client to connect to the server. I could use > ices2 eventually, but it has the same problems as icecast2 > (documentation,cvs-only) and iirc it allows only playlist streaming(?). ices2 is able to read from dsp (see OSS input). I haven't looked into xmms-liveice yet.

> Trying to connect to myserver:8000/admin/ results in a > password dialog and I don't know the user/pass. I read the icecast > source and found something like admin_user and admin_password, but > everything I tried to make it work was in vain.. admin_password, > admin-password, every spelling I could think of.. Any hints on that? you can state the admin username/password in the icecast2 config file. > What about doing regular releases? Open source philosophy is: Release > fast, relases often. But it would be great if you could provide us with > a "real" release on which we can build both our confidence and perhaps > contributed documentation. wrt ices2 I very much doubt anything user-oriented will be changing, the main bits are in place but some internals need to be worked on, to handle certain error cases. 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 mihamina.rakotomandimby at laposte.net Sat May 3 06:12:57 2003 From: mihamina.rakotomandimby at laposte.net (Rakotomandimby Mihamina) Date: Sat, 3 May 2003 08:12:57 +0200 Subject: [icecast] compiling IceS2 Message-ID: <20030503081257.644e76d6.mihamina.rakotomandimby@laposte.net> Hi all , I already have got libshout 1.0 (default slackware package) , libvorbis from cvs, libogg from cvs on a slackware box . when i compile IceS2 : ( what did i do wrong ?) if gcc -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fsigned-char -pthread -I/usr/include/libxml2 -I/usr/include-I/usr/include -g -O2 -MT stream.o -MD -MP -MF ".deps/stream.Tpo" \ -c -o stream.o `test -f 'stream.c' || echo './'`stream.c; \ then mv ".deps/stream.Tpo" ".deps/stream.Po"; \ else rm -f ".deps/stream.Tpo"; exit 1; \ fi stream.c: In function `ices_instance_stream': stream.c:158: `SHOUT_AI_SAMPLERATE' undeclared (first use in this function) stream.c:158: (Each undeclared identifier is reported only once stream.c:158: for each function it appears in.) stream.c:160: `SHOUT_AI_CHANNELS' undeclared (first use in this function) stream.c:164: `SHOUT_AI_BITRATE' undeclared (first use in this function) stream.c:169: `SHOUT_AI_QUALITY' undeclared (first use in this function) make[3]: *** [stream.o] Error 1 make[3]: Leaving directory `/home/rktmb/cvsxiph/ices/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/rktmb/cvsxiph/ices/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rktmb/cvsxiph/ices' make: *** [all] Error 2

-- http://mrakotom.free.fr tel: +33 2 38 76 43 65 France --- >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 May 3 12:56:35 2003 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 03 May 2003 13:56:35 +0100 Subject: [icecast] compiling IceS2 In-Reply-To: <20030503081257.644e76d6.mihamina.rakotomandimby@laposte.net> Message-ID: <1051966596.14550.2.camel@bogus.hackers.club> On Sat, 2003-05-03 at 07:12, Rakotomandimby Mihamina wrote: > Hi all , > I already have got libshout 1.0 (default slackware package) , libvorbis > from cvs, libogg from cvs on a slackware box . > > when i compile IceS2 : ( what did i do wrong ?) ... > stream.c: In function `ices_instance_stream': > stream.c:158: `SHOUT_AI_SAMPLERATE' undeclared (first use in this > function) stream.c:158: (Each undeclared identifier is reported only > once stream.c:158: for each function it appears in.) > stream.c:160: `SHOUT_AI_CHANNELS' undeclared (first use in this > function) stream.c:164: `SHOUT_AI_BITRATE' undeclared (first use in this > function) stream.c:169: `SHOUT_AI_QUALITY' undeclared (first use in this > function) make[3]: *** [stream.o] Error 1 Get libshout-2.0 releases (pre-releases), either from CVS or from nightly at www.xiph.org/~brendan 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 mihamina.rakotomandimby at laposte.net Sat May 3 13:26:10 2003 From: mihamina.rakotomandimby at laposte.net (Rakotomandimby Mihamina) Date: Sat, 3 May 2003 15:26:10 +0200 Subject: [icecast] compiling IceS2 In-Reply-To: <1051966596.14550.2.camel@bogus.hackers.club> Message-ID: <20030503152610.1fda004c.mihamina.rakotomandimby@laposte.net> Hello, Bonjour , ... > Get libshout-2.0 releases (pre-releases), either from CVS thanks a lot -- http://mrakotom.free.fr tel: +33 2 38 76 43 65 France --- >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 stefan at neufeind.net Sat May 3 21:18:40 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Sat, 03 May 2003 23:18:40 +0200 Subject: [icecast] Transcoding from icecast2->icecast2 results in "garbage" Message-ID: <3EB44E50.21236.2E3FC1B@localhost> Hi. Already talked to oddsock. But the problem seems not to be that easy to solve. Transcoding from shoutcast -> icecast2 works perfect. Anybody got a solution for this / experienced the same problem? Need help quite urgently :-(((

Thank you Stefan --- >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 Sun May 4 00:49:11 2003 From: gshang at uq.net.au (Geoff Shang) Date: Sun, 4 May 2003 10:49:11 +1000 (EST) Subject: [icecast] Transcoding from icecast2->icecast2 results in "garbage" In-Reply-To: <3EB44E50.21236.2E3FC1B@localhost> Message-ID: Hi: I have done this in the past, though it was a few months back. First thing to check - you need to change all occurances of "application/x-ogg" to "application/ogg". These are in liboddcast.cpp and transcurl.cpp. Change these and recompile. This is almost certainly your problem, as streamTranscoder is thinking that the input is 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 stefan at neufeind.net Sun May 4 06:57:35 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Sun, 04 May 2003 08:57:35 +0200 Subject: [icecast] Transcoding from icecast2->icecast2 results in "garbage" In-Reply-To: Message-ID: <3EB4D5FF.25442.5A8AF@localhost> On 4 May 2003 at 10:49, Geoff Shang wrote: > I have done this in the past, though it was a few months back. First > thing to check - you need to change all occurances of > "application/x-ogg" to "application/ogg". These are in liboddcast.cpp > and transcurl.cpp. Change these and recompile. This is almost > certainly your problem, as streamTranscoder is thinking that the input > is MP3. Oh well, I missed a detail :-) My input and output ARE MP3 - thats abolutely correct. So the funny thing is that it works with a Shoutcast-server but not with an icecast2-server as input. Oddsock already confirmed this bug (and tried a lot to give me a quick help!). But lowering all Buffers in the mp3decoder.h and something we weren't able to track this bug down. Is anybody else of you involved in the development / knows how to deal with the code? Could someone possibly have a look at it?

Greetingz Stefan --- >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 mbuna at whamb.com Sun May 4 14:24:58 2003 From: mbuna at whamb.com (Stephane Thiell) Date: Sun, 4 May 2003 16:24:58 +0200 Subject: [icecast] Server buffer question Message-ID: Hello, First at all, thanks for the great program, I'm enjoying so much. :) I'm adding ogg stream support to my client for Mac OS X. While it works perfectly with shoutcast and mp3 icecast1, I have buffer problems with icecast2/ogg/vorbis. My client, like iTunes (Apple's client - mp3), doesn't pre-bufferize on the first try. If the connection is fast enough, even a 128KB buffer is filled quickly while playing. My users (and me) prefer this way so there is almost no delay to listen to a stream with a fast connection. Apparently, with Icecast2, the server doesn't send the data faster than the music itself, so my client's buffer never fill fully, and it's more sensible to network's perturbations. Maybe the right way is to _always_ pre-bufferize and start the music once done (I do only that when the music cuts one), but I think it's more a feature so why not? I'm using ices and a local static playlist to feed icecast2. Same problems at 16kB or 112kB. Please tell me it's gonna be fixed (as it works well with icecast1) or a way to know if the server supports non pre-bufferization on the client. Thanks! Regards, Stephane Thiell Student, Master University of Bordeaux I, France P.S. I'm not subscribed to the mailing-list --- >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 stefan at neufeind.net Sun May 4 14:46:11 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Sun, 04 May 2003 16:46:11 +0200 Subject: [icecast] Server buffer question In-Reply-To: Message-ID: <3EB543D3.5130.1B2AEB8@localhost> Hi, I've had a talk with Oddsock these days about a problem that also touched be buffering-part of icecast2. We're having problems transcoding mp3-streams that come from an icecast2-server - but with a Shoutcast-Server this works perfectly. Oddsock explained in rough that icecast2 has a totally different way of "buffering". He explained to me that ShoutCast sends data as fast as it is available, but that icecast2 only sends the data needed so far. I guess this should be a "feature" somehow :-) But it doesn't make life a lot easier. Can't help you with your problem - sorry - but just wanted to mention what Oddsock told me about the different "concepts".

So far Stefan

On 4 May 2003 at 16:24, Stephane Thiell wrote: > Hello, > > First at all, thanks for the great program, I'm enjoying so much. :) > > I'm adding ogg stream support to my client for Mac OS X. While it > works perfectly with shoutcast and mp3 icecast1, I have buffer > problems with icecast2/ogg/vorbis. > > My client, like iTunes (Apple's client - mp3), doesn't pre-bufferize > on the first try. If the connection is fast enough, even a 128KB > buffer is filled quickly while playing. My users (and me) prefer this > way so there is almost no delay to listen to a stream with a fast > connection. Apparently, with Icecast2, the server doesn't send the > data faster than the music itself, so my client's buffer never fill > fully, and it's more sensible to network's perturbations. > > Maybe the right way is to _always_ pre-bufferize and start the music > once done (I do only that when the music cuts one), but I think it's > more a feature so why not? > > I'm using ices and a local static playlist to feed icecast2. Same > problems at 16kB or 112kB. > > Please tell me it's gonna be fixed (as it works well with icecast1) or > a way to know if the server supports non pre-bufferization on the > client. Thanks! > > Regards, > > Stephane Thiell > Student, Master > University of Bordeaux I, France --- >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 lemmingsml at nerim.fr Sun May 4 15:38:45 2003 From: lemmingsml at nerim.fr (EISELE Pascal) Date: 04 May 2003 17:38:45 +0200 Subject: [icecast] Problem with mkpasswd Message-ID: <1052062725.952.3.camel@badamiga> Hi, I've got a little problem with mkpasswd... When I use mkpasswd to generate password for my icecast server, the command "mkpasswd toto" always generate another string. I think the problem is the "salt" but what salt is used by icecast and where can I find it ? How generate proprer password ??? Regards -- EISELE Pascal --- >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 May 4 17:01:18 2003 From: oddsock at oddsock.org (oddsock) Date: Sun, 04 May 2003 12:01:18 -0500 Subject: [icecast] Transcoding from icecast2->icecast2 results in "garbage" In-Reply-To: <3EB4D5FF.25442.5A8AF@localhost> Message-ID: <5.1.1.6.0.20030504115940.02c72e48@www.oddsock.org> actually, the reason I suggested you post to the list was so that you could explain what you are, in fact, trying to do, and see if anyone else has a recommendation on another approach, since your *specific* use of transcoder is having troubles....so perhaps you should try that... oddsock At 08:57 AM 5/4/2003 +0200, you wrote: >On 4 May 2003 at 10:49, Geoff Shang wrote: > > > I have done this in the past, though it was a few months back. First > > thing to check - you need to change all occurances of > > "application/x-ogg" to "application/ogg". These are in liboddcast.cpp > > and transcurl.cpp. Change these and recompile. This is almost > > certainly your problem, as streamTranscoder is thinking that the input > > is MP3. > >Oh well, I missed a detail :-) My input and output ARE MP3 - thats >abolutely correct. So the funny thing is that it works with a >Shoutcast-server but not with an icecast2-server as input. Oddsock >already confirmed this bug (and tried a lot to give me a quick >help!). But lowering all Buffers in the mp3decoder.h and something we >weren't able to track this bug down. > >Is anybody else of you involved in the development / knows how to >deal with the code? Could someone possibly have a look at it? > > >Greetingz > Stefan >--- >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 stefan at neufeind.net Sun May 4 17:06:22 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Sun, 04 May 2003 19:06:22 +0200 Subject: [icecast] Transcoding from icecast2->icecast2 results in "garbage" In-Reply-To: <5.1.1.6.0.20030504115940.02c72e48@www.oddsock.org> Message-ID: <3EB564AE.23742.2330472@localhost> I don't get what you mean. My problem is that I'm streaming over a DSL-line and have just max 128kbit/s upstream. What I want to do is use a 112kbit/s-stream for the "high-bandwidth-users" and transcode the same audio to mono (e.g. 40kbit/s) on the server for "modem- users". That's my problem. All with Oddcast DSPv2, Icecast2 and MP3 everywhere (since my users can't handle ogg-streams). So Oddsock, what did you mean? On 4 May 2003 at 12:01, oddsock wrote: > actually, the reason I suggested you post to the list was so that you > could explain what you are, in fact, trying to do, and see if anyone > else has a recommendation on another approach, since your *specific* > use of transcoder is having troubles....so perhaps you should try > that... > > oddsock > At 08:57 AM 5/4/2003 +0200, you wrote: > >On 4 May 2003 at 10:49, Geoff Shang wrote: > > > > > I have done this in the past, though it was a few months back. > > > First thing to check - you need to change all occurances of > > > "application/x-ogg" to "application/ogg". These are in > > > liboddcast.cpp and transcurl.cpp. Change these and recompile. > > > This is almost certainly your problem, as streamTranscoder is > > > thinking that the input is MP3. > > > >Oh well, I missed a detail :-) My input and output ARE MP3 - thats > >abolutely correct. So the funny thing is that it works with a > >Shoutcast-server but not with an icecast2-server as input. Oddsock > >already confirmed this bug (and tried a lot to give me a quick > >help!). But lowering all Buffers in the mp3decoder.h and something we > >weren't able to track this bug down. > > > >Is anybody else of you involved in the development / knows how to > >deal with the code? Could someone possibly have a look at it? > > > > > >Greetingz > > Stefan --- >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 May 4 21:38:57 2003 From: oddsock at oddsock.org (oddsock) Date: Sun, 04 May 2003 16:38:57 -0500 Subject: [icecast] oddcast for xmms Message-ID: <5.1.1.6.0.20030504162647.02bcadc0@www.oddsock.org> in case anyone is interested in this combination....I have finally finished the first cut at this version of oddcast. Broadcasting and XMMS have never really had a good match, and this may or may not help that reputation...but it's something to try at least.. there is currently no documentation, but if you are familiar with oddcast, then it should be a snap.... please let me know any issues if you do try it out... http://www.oddsock.org/tools/oddcastv2_xmms/ and, while I'm at it, I'll plug my other ports of this plugin : http://www.oddsock.org/tools/oddcastv2_foo/ - foobar2k http://www.oddsock.org/tools/oddcastv2_wa2/ - winamp2 http://www.oddsock.org/tools/oddcastv2_tcmp/ - The Core Media Player next up: updates for stream 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 xiph.org Sun May 4 22:52:55 2003 From: msmith at xiph.org (Michael Smith) Date: Mon, 5 May 2003 08:52:55 +1000 Subject: [icecast] Server buffer question In-Reply-To: Message-ID: <200305050852.55295.msmith@xiph.org> On Monday 05 May 2003 00:24, Stephane Thiell wrote: > Hello, > > First at all, thanks for the great program, I'm enjoying so much. :) > > I'm adding ogg stream support to my client for Mac OS X. While it > works perfectly with shoutcast and mp3 icecast1, I have buffer > problems with icecast2/ogg/vorbis. > > My client, like iTunes (Apple's client - mp3), doesn't pre-bufferize > on the first try. If the connection is fast enough, even a 128KB > buffer is filled quickly while playing. My users (and me) prefer this > way so there is almost no delay to listen to a stream with a fast > connection. Apparently, with Icecast2, the server doesn't send the > data faster than the music itself, so my client's buffer never fill > fully, and it's more sensible to network's perturbations. > > Maybe the right way is to _always_ pre-bufferize and start the music > once done (I do only that when the music cuts one), but I think it's > more a feature so why not? > > I'm using ices and a local static playlist to feed icecast2. Same > problems at 16kB or 112kB. > > Please tell me it's gonna be fixed (as it works well with icecast1) > or a way to know if the server supports non pre-bufferization on the > client. Thanks! > Eventually, icecast2 will have the capability of sending an initial chunk of data to clients faster than normal. This will, of course, be off by default, since it's not a desirable feature for many, many cases. Right now, you don't have this choice. 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 sunday at csh.rit.edu Mon May 5 06:30:23 2003 From: sunday at csh.rit.edu (Joe Sunday) Date: Mon, 5 May 2003 02:30:23 -0400 Subject: [icecast] ices and stdin module? Message-ID: <20030505063023.GA4185@csh.rit.edu> I'm trying to wedge an input filter in front of ices (latest nightly from 5/5), and if I'm using the 'stdinpcm' input module, ices segfaults on me after a few seconds. I'm running on FreeBSD-4.8. Here's the relevant section of my config file: stdinpcm 8000 1 And here's the backtrace from gdb: > gdb -c ices.core ices GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"...Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 2627 in elfstab_build_psymtabs Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 933 in fill_symbuf Core was generated by `ices'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libshout.so.3...done. Reading symbols from /usr/local/lib/libvorbis.so.2...done. Reading symbols from /usr/local/lib/libvorbisenc.so.2...done. Reading symbols from /usr/local/lib/libogg.so.4...done. Reading symbols from /usr/local/lib/libxml2.so.5...done. Reading symbols from /usr/lib/libz.so.2...done. Reading symbols from /usr/local/lib/libiconv.so.3...done. Reading symbols from /usr/lib/libm.so.2...done. Reading symbols from /usr/lib/libc_r.so.4...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x280886d9 in _preextrapolate_helper () from /usr/local/lib/libvorbis.so.2 (gdb)bt #0 0x280886d9 in _preextrapolate_helper () from /usr/local/lib/libvorbis.so.2 #1 0x280888ce in vorbis_analysis_wrote () from /usr/local/lib/libvorbis.so.2 #2 0x804f0ed in encode_data (s=0x805ac00, buf=0x8066000 '\200' ..., bytes=32768, bigendian=0) at encode.c:180 #3 0x804fee4 in process_and_send_buffer (sdsc=0x8061580, buffer=0x8058340) at stream_shared.c:202 #4 0x804d8de in ices_instance_stream (arg=0x8061580) at stream.c:237 #5 0x8052c7e in _start_routine (arg=0x8058320) at thread.c:654 #6 0x2837b0a8 in _thread_start () from /usr/lib/libc_r.so.4 #7 0x0 in ?? () And here's the log file from running ices: [2003-05-05 02:24:39] INFO ices-core/main ices started... [2003-05-05 02:24:39] INFO signals/signal_usr1_handler Metadata update requested [2003-05-05 02:24:39] INFO encode/encode_initialise Encoder initialising in VBR mode: 1 channel(s), 8000 Hz, quality 0.000000 [2003-05-05 02:24:39] INFO stream/ices_instance_stream Connected to server: 127.0.0.1:8000/ritscan.ogg [2003-05-05 02:24:41] DBUG encode/encode_clear Clearing encoder engine [2003-05-05 02:24:41] INFO encode/encode_initialise Encoder initialising in VBR mode: 1 channel(s), 8000 Hz, quality 0.000000

-- Joe Sunday http://www.csh.rit.edu/~sunday/ Computer Science House, Rochester Inst. Of Technology --- >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 Mon May 5 07:56:56 2003 From: msmith at labyrinth.net.au (Michael Smith) Date: Mon, 5 May 2003 17:56:56 +1000 Subject: [icecast] ices and stdin module? In-Reply-To: <20030505063023.GA4185@csh.rit.edu> Message-ID: <20030505075649.077C4A42F8@eyre.southern.net.au> Joe Sunday said: > I'm trying to wedge an input filter in front of ices (latest nightly > from 5/5), and if I'm using the 'stdinpcm' input module, ices segfaults > on me after a few seconds. > > I'm running on FreeBSD-4.8. > > Here's the relevant section of my config file: > > stdinpcm > 8000 > 1 > I've not seen this, but it's a crash in libvorbis, not ices, which is a little strange. Can you try rebuilding libvorbis with debugging symbols? Preferably also use cvs libvorbis (there have been many bugs fixed - this doesn't particularly look like any that I remember, but it's better to be safe...). 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 sunday at csh.rit.edu Mon May 5 08:14:40 2003 From: sunday at csh.rit.edu (Joe Sunday) Date: Mon, 5 May 2003 04:14:40 -0400 Subject: [icecast] ices and stdin module? In-Reply-To: <20030505075649.077C4A42F8@eyre.southern.net.au> Message-ID: <20030505081440.GA957@csh.rit.edu> On Mon, May 05, 2003 at 05:56:56PM +1000, Michael Smith wrote: > Joe Sunday said: > > I've not seen this, but it's a crash in libvorbis, not ices, which is a little > strange. Can you try rebuilding libvorbis with debugging symbols? Preferably > also use cvs libvorbis (there have been many bugs fixed - this doesn't > particularly look like any that I remember, but it's better to be safe...). I've got it working, turning BUFSIZE down to 4096 in im_stdinpcm.c allowed it to work. If I get a chance I'll try on another machine with a newer libvorbis and see if I can figure out what's going wrong in vorbis. --Joe -- Joe Sunday http://www.csh.rit.edu/~sunday/ Computer Science House, Rochester Inst. Of Technology --- >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 Kristof.P at fce.vutbr.cz Mon May 5 14:21:24 2003 From: Kristof.P at fce.vutbr.cz (Krištof Petr) Date: Mon, 05 May 2003 16:21:24 +0200 Subject: [icecast] Master vs Relay Message-ID: <3EB67364.3020205@fce.vutbr.cz> Hello, I have working enviroment with sourceworkstation (ices2) and one broadcast icecast2 server. One live stream, working fine. Now, I want to add two another icecast servers like chain: ourceworkstation -> serverA -> serverB -> serverC o users can choose nearest server to connect. But dont know, how to configure it. Examples of config files uses 127.0.0.1 everywhere, so it is not illustrative. Who is master, who is relay? On what server I should use section and where ? Can someone explain it, please? Have anyone similiar configuration? Thank you Petr

--- >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 minus273point16c at fastmail.fm Tue May 6 02:28:40 2003 From: minus273point16c at fastmail.fm (Luke Stodola) Date: Mon, 05 May 2003 21:28:40 -0500 Subject: [icecast] Master vs Relay In-Reply-To: <3EB67364.3020205@fce.vutbr.cz> Message-ID: <20030506022840.95D7D32532@www.fastmail.fm> I have not done this, and I'm not really sure if it works this way, but, since nobody else has responded, here is my understanding. Since you want to allow users to connect to any of the three servers, I don't think you need to deal with "relay-password". Leave your working server alone, and on the new servers put serverA 8000 /foo.ogg /foo.ogg I see no reason to have a different local mount; may as well make it easy for your users. Also, I would think that both serverB and serverC should connect directly to serverA. That way, less delay and more redundancy in case serverB goes down. Correct me if I'm wrong. -- Luke Stodola minus273point16c at fastmail.fm -- http://www.fastmail.fm - Consolidate POP email and Hotmail in one place --- >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 Kristof.P at fce.vutbr.cz Tue May 6 08:32:26 2003 From: Kristof.P at fce.vutbr.cz (Krištof Petr) Date: Tue, 06 May 2003 10:32:26 +0200 Subject: [icecast] Master vs Relay In-Reply-To: <20030506022840.95D7D32532@www.fastmail.fm> Message-ID: <3EB7731A.4050502@fce.vutbr.cz> Luke Stodola wrote: >Since you want to allow users to connect to any of the three servers, I >don't think you need to deal with "relay-password". Leave your working >server alone, and on the new servers put > > > serverA > 8000 > /foo.ogg > /foo.ogg > > > Hello Luke, thank you for help. Its working. Another servers will be hosted by different ISP and peering lines are not fast, so I decided to test 'chain' solution. >I see no reason to have a different local mount; may as well make it easy >for your users. Also, I would think that both serverB and serverC should >connect directly to serverA. That way, less delay and more redundancy in >case serverB goes down. > > > But mountpoints must be configured by hand and are static. Is there a way to relay all streams? Number of streams and their names can change from time to time. How to do it? What is the target usage of section?

Thanks Petr

--- >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 Tue May 6 08:45:24 2003 From: msmith at xiph.org (Michael Smith) Date: Tue, 6 May 2003 18:45:24 +1000 Subject: [icecast] Master vs Relay In-Reply-To: <3EB7731A.4050502@fce.vutbr.cz> Message-ID: <200305061845.25189.msmith@xiph.org> > But mountpoints must be configured by hand and are static. Is there a > way to relay all streams? > Number of streams and their names can change from time to time. How to > do it? > > What is the target usage of section? That's what is for - it allows you to configure an icecast server as a slave to that master - it will relay ALL streams from the master. Sounds like what you want to use... 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 Kristof.P at fce.vutbr.cz Tue May 6 09:20:49 2003 From: Kristof.P at fce.vutbr.cz (Krištof Petr) Date: Tue, 06 May 2003 11:20:49 +0200 Subject: [icecast] Master vs Relay In-Reply-To: <200305061845.25189.msmith@xiph.org> Message-ID: <3EB77E71.7090602@fce.vutbr.cz> Michael Smith wrote: >>But mountpoints must be configured by hand and are static. Is there a >>way to relay all streams? >>Number of streams and their names can change from time to time. How to >>do it? >> >>What is the target usage of section? >> >> > >That's what is for - it allows you to configure an icecast >server as a slave to that master - it will relay ALL streams from the master. >Sounds like what you want to use... > > > OK. Im going to test it. When I have ServerA -> ServerB should I write config for ServerB like?: ServerA.some.net 8000 120 hackme But is falls with error show below. It seems ServerB is unable to authenticate itself. On ServerA I have: hackme hackme hackme hackme admin hackme What do I do wrong? Thank for advice Petr # more error.log [2003-05-06 11:05:22] INFO main/main icecast server started [2003-05-06 11:05:22] DBUG slave/create_relay_stream Adding source at mountpoint "You need to authe nticate" [2003-05-06 11:05:22] EROR connection/connection_create_source No content-type header, falling back to backwards compatibility mode for icecast 1.x relays. Assuming content is mp3. [2003-05-06 11:05:22] DBUG source/source_main Source creation complete [2003-05-06 11:05:22] DBUG source/source_main Disconnecting source due to socket read error: Succes s [2003-05-06 11:05:22] INFO source/source_main Removing source following disconnection [2003-05-06 11:05:22] INFO source/source_main Source "You need to authenticate" exiting

--- >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 Tue May 6 09:59:13 2003 From: msmith at xiph.org (Michael Smith) Date: Tue, 6 May 2003 19:59:13 +1000 Subject: [icecast] Master vs Relay In-Reply-To: <3EB77E71.7090602@fce.vutbr.cz> Message-ID: <200305061959.13905.msmith@xiph.org> > But is falls with error show below. > > It seems ServerB is unable to authenticate itself. Looks like that feature got broken (hardly anyone uses it). I don't have time at the moment to test this, could you try changing line 147 of icecast/src/slave.c to use "admin" instead of "slave" as the username? Let us know if that works, if it does I can fix the bug properly when I have a few more moments of spare time. 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 Kristof.P at fce.vutbr.cz Tue May 6 15:39:28 2003 From: Kristof.P at fce.vutbr.cz (Krištof Petr) Date: Tue, 06 May 2003 17:39:28 +0200 Subject: [icecast] Master vs Relay In-Reply-To: <200305061959.13905.msmith@xiph.org> Message-ID: <3EB7D730.1020205@fce.vutbr.cz> Michael Smith wrote: >>But is falls with error show below. >> >>It seems ServerB is unable to authenticate itself. >> >> > >Looks like that feature got broken (hardly anyone uses it). I don't have time >at the moment to test this, could you try changing line 147 of >icecast/src/slave.c to use "admin" instead of "slave" as the username? Let us >know if that works, if it does I can fix the bug properly when I have a few >more moments of spare time. > > Hello Mike, you are right. This change fix my problem. Hope you will have spare time ;-) Thanks Petr --- icecast-2.0-alpha-2/src/slave.c-password 2003-05-06 17:35:37.000000000 +0200 +++ icecast-2.0-alpha-2/src/slave.c 2003-05-06 17:36:35.000000000 +0200 @@ -144,7 +144,7 @@ int interval; char *authheader, *data; int len; - char *username = "relay"; + char *username = "admin"; char *password; int max_interval; relay_server *relay;

--- >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 aleigh at fdmedia.com Tue May 6 16:34:41 2003 From: aleigh at fdmedia.com (adam leigh) Date: Tue, 06 May 2003 11:34:41 -0500 Subject: [icecast] Icecast Compilation Error Message-ID: <20030506163441.2A3202CEA58@webmail.fdmedia.com> Hallo! While compiling Icecast (after successfully installing libshout, ogg, vorbis-tools, and libao on a Red Hat 8.0 system) I get the following error which causes the compilation to abort: --- quote: [...] make[2]: Entering directory `/usr/local/programs/icecast/src' source='yp.c' object='yp.o' libtool=no \ depfile='.deps/yp.Po' tmpdepfile='.deps/yp.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"icecast\" -DVERSION=\"2.0-alpha-2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -D_XOPEN_SOURCE=500 -DHAVE_IPV6=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DCHUID=1 -DCHROOT=1 -DHAVE_SYS_UIO_H=1 -DHAVE_NANOSLEEP=1 -DHAVE_POLL=1 -DHAVE_SETHOSTENT=1 -DHAVE_ENDHOSTENT=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 -DHAVE_INET_PTON=1 -DHAVE_INET_ATON=1 -DHAVE_CURL=1 -DHAVE_PTHREAD_RWLOCK_T=1 -DHAVE_PTHREAD=1 -I. -I. -I./net -I./thread -I./avl -I./httpp -I./log -I./timing -g -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/libxml2 -I/include -I/include -c `test -f 'yp.c' || echo './'`yp.c yp.c: In function `yp_submit_url': yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function) yp.c:36: (Each undeclared identifier is reported only once yp.c:36: for each function it appears in.) make[2]: *** [yp.o] Error 1 make[2]: Leaving directory `/usr/local/programs/icecast/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/programs/icecast/src' make: *** [all-recursive] Error 1 ---- end quote I'm not sure how to resolve this error and I continue to get it when I try to compile the current version of Icecast gotten off of CVS. It is interesting to note, however, that I am capable of configuring and compiling an earlier version of icecast without this error. I'm not sure of the version of that copy of icecast, but I might be able to find out if necessary. Thanks for any help anyone can give me, I really need to get this fixed. --Adam

Adam Leigh aleigh at fdmedia.com Full Disclosure Media LLC. -- --- >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 Kristof.P at fce.vutbr.cz Tue May 6 16:40:33 2003 From: Kristof.P at fce.vutbr.cz (Krištof Petr) Date: Tue, 06 May 2003 18:40:33 +0200 Subject: [icecast] Icecast Compilation Error In-Reply-To: <20030506163441.2A3202CEA58@webmail.fdmedia.com> Message-ID: <3EB7E581.6060202@fce.vutbr.cz> adam leigh wrote: >Hallo! > >While compiling Icecast (after successfully installing libshout, ogg, >vorbis-tools, and libao on a Red Hat 8.0 system) I get the following error >which causes the compilation to abort: > > > You need new version of curl. Get it from redhat-rawhide and rebuild. Or look at ftp://crash.fce.vutbr.cz/pub/linux/curl/ Petr

--- >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 aleigh at fdmedia.com Tue May 6 18:04:54 2003 From: aleigh at fdmedia.com (adam leigh) Date: Tue, 06 May 2003 13:04:54 -0500 Subject: [icecast] Icecast Compilation Error In-Reply-To: <3EB7E581.6060202@fce.vutbr.cz> Message-ID: <20030506180454.D8D622CEA12@webmail.fdmedia.com> Thanks! That fixed it. Figures that it would be a simple thing going wrong... ah well. Thanks again. > > >Hallo! > > > >While compiling Icecast (after successfully installing libshout, ogg, > >vorbis-tools, and libao on a Red Hat 8.0 system) I get the following error > >which causes the compilation to abort: > > > > > > > You need new version of curl. Get it from redhat-rawhide and rebuild. > Or look at ftp://crash.fce.vutbr.cz/pub/linux/curl/ > > Petr

Adam Leigh aleigh at fdmedia.com Full Disclosure Media LLC. --- >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 corwin at corwin.sk Wed May 7 06:24:44 2003 From: corwin at corwin.sk (Martin Hudec) Date: Wed, 7 May 2003 08:24:44 +0200 Subject: [icecast] icecast - libshout and ices Message-ID: <200305070824.44361.corwin@corwin.sk> Hello, can anyone help me please? I have installed libxml2, libogg, libvorbis, and then i have cvsed and installed libshout (autogen.sh && make && make install). Then I cvsed ices and tried to run autogen.sh. It just quit with: checking for shout-config... /usr/local/bin/shout-config checking libshout settings Using libshout config in /usr/local/bin/shout-config checking libshout... no, checking why checking for shout_version in -lshout... yes configure: Unable to run the test program. check config.log configure: error: must have libshout installed! But I do have: /usr/local/lib/libshout.so.3.0.0 /usr/local/lib/libshout.so.3 /usr/local/lib/libshout.la /usr/local/lib/libshout.so /usr/local/lib/libshout.a What is going on? :( -- Martin Hudec ---------------------------------- :@: corwin at corwin.sk :w: http://www.corwin.sk :m: +421.907.303.393 "In google non est, ergo non est." - unknown IRC operator ---------------------------------- --- >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 Kristof.P at fce.vutbr.cz Wed May 7 06:46:54 2003 From: Kristof.P at fce.vutbr.cz (Krištof Petr) Date: Wed, 07 May 2003 08:46:54 +0200 Subject: [icecast] icecast - libshout and ices In-Reply-To: <200305070824.44361.corwin@corwin.sk> Message-ID: <3EB8ABDE.4000307@fce.vutbr.cz> Martin Hudec wrote: >Hello, > >can anyone help me please? > >I have installed libxml2, libogg, libvorbis, and then i have cvsed and >installed libshout (autogen.sh && make && make install). > > > Co pouzivas za distribuci? Zkus pridat /usr/local/lib do /etc/ls.so.conf a pust ldconfig Petr

--- >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 corwin at corwin.sk Wed May 7 06:54:09 2003 From: corwin at corwin.sk (Martin Hudec) Date: Wed, 7 May 2003 08:54:09 +0200 Subject: [icecast] icecast - libshout and ices In-Reply-To: <3EB8ABDE.4000307@fce.vutbr.cz> Message-ID: <200305070854.09877.corwin@corwin.sk> Mandrake 9.1 (potom pravdepodobne debian, resp. FreeBSD). Toto je len testovaci system ;). Hmmmm to je super :), zbehlo to :).... BOlo by to riesitelne tiez asi prefixom :) Dik moc, mozem sa obratit v pripade potreby opat na teba? :) > > Zkus pridat /usr/local/lib do /etc/ls.so.conf a pust ldconfig > -- Martin Hudec ---------------------------------- :@: corwin at corwin.sk :w: http://www.corwin.sk :m: +421.907.303.393 "In google non est, ergo non est." - unknown IRC operator ---------------------------------- --- >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 Kristof.P at fce.vutbr.cz Wed May 7 06:54:17 2003 From: Kristof.P at fce.vutbr.cz (Krištof Petr) Date: Wed, 07 May 2003 08:54:17 +0200 Subject: [icecast] icecast - libshout and ices In-Reply-To: <3EB8ABDE.4000307@fce.vutbr.cz> Message-ID: <3EB8AD99.8000706@fce.vutbr.cz> Kri?tof Petr wrote: > Martin Hudec wrote: > >> Hello, >> >> can anyone help me please? >> >> I have installed libxml2, libogg, libvorbis, and then i have cvsed >> and installed libshout (autogen.sh && make && make install). >> >> >> > > Co pouzivas za distribuci? > > Zkus pridat /usr/local/lib do /etc/ls.so.conf a pust ldconfig

Sorry for previous privat message was send to list. I did ask for more details and suggest to try add /usr/local/lib to /etc/ld.so.conf

Petr

--- >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 corwin at corwin.sk Wed May 7 06:55:02 2003 From: corwin at corwin.sk (Martin Hudec) Date: Wed, 7 May 2003 08:55:02 +0200 Subject: [icecast] icecast - libshout and ices SOLVED In-Reply-To: <200305070824.44361.corwin@corwin.sk> Message-ID: <200305070855.02933.corwin@corwin.sk> Just path in /etc/ls.so.conf pointing to /usr/local/lib and then running ldconfig helped. -- Martin Hudec ---------------------------------- :@: corwin at corwin.sk :w: http://www.corwin.sk :m: +421.907.303.393 "In google non est, ergo non est." - unknown IRC operator ---------------------------------- --- >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 stefan at neufeind.net Wed May 7 09:34:54 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Wed, 07 May 2003 11:34:54 +0200 Subject: [icecast] External authentification-module for listening to icecast2-streams? Message-ID: <3EB8EF5E.25559.3F0381A@localhost> Hi, today we came across the idea of adding an external authentification- module for listening to icecast2. There have recently been talks with artists and music labels that they would like to receive "a small fee" per listener to e.g. a concert streamed live over the internet. What do you think of adding an external authentification-module so that the user could listen to a stream with urls like: http://customer0815:ajskl0a9 at testserver:8000/concert The idea behind it is to offer a service where users can log on to the concert with an account that generates a dynamic playlist containing these URLs. Is the usage of login-information possible with the usual players (XMMS, WinAmp, ... or even a MediaPlayer, a Flash-movie etc.)? As soon as the listener enters / leaves this has to be clearly be noted in the access_log-file so that the user could be charges with a certain amount for each minute he has been listening to the stream. What do you think about it? Is a login possible with the usual players? Anybody got a suggestion in which way to implement such an external authentification (e.g. calling a program that returns if user is allowed to listen)?

Best wishes Stefan --- >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 Wed May 7 10:14:47 2003 From: msmith at xiph.org (Michael Smith) Date: Wed, 7 May 2003 20:14:47 +1000 Subject: [icecast] External authentification-module for listening to icecast2-streams? In-Reply-To: <3EB8EF5E.25559.3F0381A@localhost> Message-ID: <200305072014.47827.msmith@xiph.org> On Wednesday 07 May 2003 19:34, Stefan Neufeind wrote: > Hi, > > today we came across the idea of adding an external authentification- > module for listening to icecast2. There have recently been talks with > artists and music labels that they would like to receive "a small > fee" per listener to e.g. a concert streamed live over the internet. > > What do you think of adding an external authentification-module so > that the user could listen to a stream with urls like: > > http://customer0815:ajskl0a9 at testserver:8000/concert > > The idea behind it is to offer a service where users can log on to > the concert with an account that generates a dynamic playlist > containing these URLs. Is the usage of login-information possible > with the usual players (XMMS, WinAmp, ... or even a MediaPlayer, a > Flash-movie etc.)? As soon as the listener enters / leaves this has > to be clearly be noted in the access_log-file so that the user could > be charges with a certain amount for each minute he has been > listening to the stream. > > What do you think about it? Is a login possible with the usual > players? Anybody got a suggestion in which way to implement such an > external authentification (e.g. calling a program that returns if > user is allowed to listen)? > > Potentially a quite interesting feature. Shouldn't even be too difficult to integrate, really. I suspect that many (and possibly even most?) players won't support it, though. Worth spending an hour or two experimenting if you're interested in it, though.

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 stefan at neufeind.net Wed May 7 11:05:20 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Wed, 07 May 2003 13:05:20 +0200 Subject: [icecast] External authentification-module for listening to icecast2-streams? In-Reply-To: <200305072014.47827.msmith@xiph.org> Message-ID: <3EB90490.17641.44301C7@localhost> On 7 May 2003 at 20:14, Michael Smith wrote: > On Wednesday 07 May 2003 19:34, Stefan Neufeind wrote: > > Hi, > > > > today we came across the idea of adding an external > > authentification- module for listening to icecast2. There have > > recently been talks with artists and music labels that they would > > like to receive "a small fee" per listener to e.g. a concert > > streamed live over the internet. > > > > What do you think of adding an external authentification-module so > > that the user could listen to a stream with urls like: > > > > http://customer0815:ajskl0a9 at testserver:8000/concert > > > > The idea behind it is to offer a service where users can log on to > > the concert with an account that generates a dynamic playlist > > containing these URLs. Is the usage of login-information possible > > with the usual players (XMMS, WinAmp, ... or even a MediaPlayer, a > > Flash-movie etc.)? As soon as the listener enters / leaves this has > > to be clearly be noted in the access_log-file so that the user could > > be charges with a certain amount for each minute he has been > > listening to the stream. > > > > What do you think about it? Is a login possible with the usual > > players? Anybody got a suggestion in which way to implement such an > > external authentification (e.g. calling a program that returns if > > user is allowed to listen)? > > > > > > Potentially a quite interesting feature. Shouldn't even be too > difficult to integrate, really. I suspect that many (and possibly even > most?) players won't support it, though. Worth spending an hour or two > experimenting if you're interested in it, though. Okay, then how about simply adding it past the URL? Like http://testserver:8000/concert?session=abc10283kasld hould work, right? Or are there cons against this? All we would have to add is a "split at ?"-routine to 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 msmith at xiph.org Wed May 7 11:22:43 2003 From: msmith at xiph.org (Michael Smith) Date: Wed, 7 May 2003 21:22:43 +1000 Subject: [icecast] External authentification-module for listening to icecast2-streams? In-Reply-To: <3EB90490.17641.44301C7@localhost> Message-ID: <200305072122.43378.msmith@xiph.org> > > Potentially a quite interesting feature. Shouldn't even be too > > difficult to integrate, really. I suspect that many (and possibly even > > most?) players won't support it, though. Worth spending an hour or two > > experimenting if you're interested in it, though. > > Okay, then how about simply adding it past the URL? Like > > http://testserver:8000/concert?session=abc10283kasld > > should work, right? Or are there cons against this? All we would have > to add is a "split at ?"-routine to icecast2. icecast already splits query parameters out like this. The 'against' would be that this doesn't even have a slight pretense of security, and it's really not a very nice way to do things when HTTP _does_ have proper authentication built in. But, you could try it out if you wanted (I'd still try using HTTP BASIC auth, to see if most clients support it, first). 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 stefan at neufeind.net Wed May 7 11:59:46 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Wed, 07 May 2003 13:59:46 +0200 Subject: [icecast] External authentification-module for listening to icecast2-streams? In-Reply-To: <200305072122.43378.msmith@xiph.org> Message-ID: <3EB91152.28823.474D8D4@localhost> On 7 May 2003 at 21:22, Michael Smith wrote: > > > Potentially a quite interesting feature. Shouldn't even be too > > > difficult to integrate, really. I suspect that many (and possibly > > > even most?) players won't support it, though. Worth spending an > > > hour or two experimenting if you're interested in it, though. > > > > Okay, then how about simply adding it past the URL? Like > > > > http://testserver:8000/concert?session=abc10283kasld > > > > should work, right? Or are there cons against this? All we would > > have to add is a "split at ?"-routine to icecast2. > > icecast already splits query parameters out like this. The 'against' > would be that this doesn't even have a slight pretense of security, > and it's really not a very nice way to do things when HTTP _does_ have > proper authentication built in. > > But, you could try it out if you wanted (I'd still try using HTTP > BASIC auth, to see if most clients support it, first). Well okay, this might be tried out. We'll see if most programs do use this. Also: "HTTP BASIC" isn't secure either :-) And since we're not talking about passwords but session-keys I think it might be okay, don't you? Hmm - the more I think about it, the more I like the "?"- appending-idea :-) We just need to have an external tool that can be configured to be called upon connection (and maybe disconnection) that would receive the query-string e.g. in environment. This shouldn't be to hard to code. Like a cgi ... I'll have a look at it in the next days. Stefan --- >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 si at darkness.nu Wed May 7 23:10:02 2003 From: si at darkness.nu (John Farnsworth) Date: Wed, 7 May 2003 18:10:02 -0500 Subject: [icecast] Compiling issues on IRIX (run!) Message-ID: Well, I can't get icecast to compile on IRIX, not a huge surprise to me, but i'm working on it: First problems, the configure script doesn't work well with IRIX in general, so a bit of manual changes to it were required to force some library locations and compiler flags for the ogg and vorbis tests. (Mainly, $PREFIX/lib is not a safe assumption, as there are $PREFIX/lib, $PREFIX/lib32, and $PREFIX/lib64) However, i'm stuck in src/net/sock.c, by default it fails as: gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"icecast\" -DVERSION=\"2.0-alpha-2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -D_XOPEN_SOURCE=500 -DHAVE_IPV6=1 -DHAVE_GETIPNODEBYNAME=1 -DSTDC_HEADERS=1 -DCHUID=1 -DCHROOT=1 -DHAVE_SYS_UIO_H=1 -Dsocklen_t=int -DHAVE_NANOSLEEP=1 -DHAVE_POLL=1 -DHAVE_SETHOSTENT=1 -DHAVE_ENDHOSTENT=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 -DHAVE_INET_PTON=1 -DHAVE_INET_ATON=1 -DHAVE_CURL=1 -DHAVE_PTHREAD_RWLOCK_T=1 -DHAVE_PTHREAD=1 -I. -I. -I./.. -mabi=n32 -Wall -fsigned-char -c sock.c -MT libicenet_la-sock.lo -MD -MP -MF .deps/libicenet_la-sock.TPlo -DPIC -o .libs/libicenet_la-sock.lo In file included from sock.c:39: /usr/include/netinet/tcp.h:38: parse error before "u_short" /usr/include/netinet/tcp.h:52: parse error before "th_off" /usr/include/netinet/tcp.h:62: parse error before "th_win" /usr/include/netinet/tcp.h:63: parse error before "th_sum" /usr/include/netinet/tcp.h:64: parse error before "th_urp" sock.c: In function `sock_get_server_socket': sock.c:595: syntax error before '.' token sock.c:604: `sa_union' undeclared (first use in this function) sock.c:604: (Each undeclared identifier is reported only once sock.c:604: for each function it appears in.) sock.c:645: `opt' undeclared (first use in this function) sock.c:649: `error' undeclared (first use in this function) gmake[2]: *** [libicenet_la-sock.lo] Error 1 gmake[2]: Leaving directory `/u02/home/si/icecast-2.0-alpha-2/src/net' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/u02/home/si/icecast-2.0-alpha-2/src' gmake: *** [all-recursive] Error 1 Fixing the parse errors was accomplished by changing the #include to #include The sa structure problems, however, have me stumped. They're defined in sys/socket.h, as best I can tell, but for some reason it seems to dislike what's going on with that. The main problem is on the line numbers it gives, there is no '.', and no sa_union, etc. Any help would be 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 mihamina.rakotomandimby at laposte.net Fri May 9 09:51:11 2003 From: mihamina.rakotomandimby at laposte.net (Rakotomandimby Mihamina) Date: Fri, 9 May 2003 11:51:11 +0200 Subject: [icecast] more than 2 clients impossible ... Message-ID: <20030509115111.1acf1358.mihamina.rakotomandimby@laposte.net> Hi all , i have an icecast serveur running on a slackware box . Well . if i connect myself with ogg123 http://localhost:8000/gasy.ogg , it works. now , i want to test it with xmms , and it says me "SERVER FULL" i have put 150 clients in the limits section of icecast config file ! What happens ? -- http://mrakotom.free.fr tel: +33 2 38 76 43 65 France --- >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 Mitja.Pirih at radiocapris.com Sat May 10 08:12:06 2003 From: Mitja.Pirih at radiocapris.com (Mitja Pirih) Date: Sat, 10 May 2003 10:12:06 +0200 Subject: [icecast] error compiling from CVS Message-ID: Hi all, Don't ask me why but I had to recompile icecast (from CVS) and now I'm getting this: #./configure checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal-1.4... found checking for working autoconf... found checking for working automake-1.4... found checking for working autoheader... missing checking for working makeinfo... found checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking build system type... i386-unknown-openbsd3.3 checking host system type... i386-unknown-openbsd3.3 checking for ranlib... ranlib checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes loading cache /dev/null within ltconfig ltconfig: you must specify a host type if you use `--no-verify' Try `ltconfig --help' for more information. configure: error: libtool configure failed Any hints? Thanks, Mitja --- >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 May 10 11:38:51 2003 From: karl at pts.tele2.co.uk (Karl Heyes) Date: 10 May 2003 12:38:51 +0100 Subject: [icecast] error compiling from CVS In-Reply-To: Message-ID: <1052566732.14550.141.camel@bogus.hackers.club> On Sat, 2003-05-10 at 09:12, Mitja Pirih wrote: > checking build system type... i386-unknown-openbsd3.3 > checking host system type... i386-unknown-openbsd3.3 > checking for ranlib... ranlib > checking for ld used by GCC... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... no > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > loading cache /dev/null within ltconfig > ltconfig: you must specify a host type if you use `--no-verify' > Try `ltconfig --help' for more information. > configure: error: libtool configure failed > > Any hints? You don't have a recent libtool, either update it or get the nightly tarball 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 telmnstr at 757.org Sun May 11 12:42:08 2003 From: telmnstr at 757.org (Ethan) Date: Sun, 11 May 2003 08:42:08 -0400 (EDT) Subject: [icecast] Darkice and splitting left and right into separate streams? In-Reply-To: <20020410214927.GQ505@babyjesus.cantcode.com> Message-ID: <20030511083901.H5699-100000@users.757.org> Hello all. Anyone have any idea what it would take to separate left and right into separate mountpoints on an icecast server? We are using Darkice on FreeBSD. Works GREAT (still stuck running old version because the new one bombed on compilation, but NO COMPLAINTS!) I'm assuming this would fall in Darkice's hands because from what I gather it reads the pcm audio device and just passes the data to liblame. So if it read the PCM data in stereo and then split left and right and called two instances of liblame... ???? Is it a possibility? It would make my life SO much easier. We are trying to put 12 sound cards each into two systems to support 24 audio streams... it would cut the number down to 6, or maybe even one box if there is enough CPU power. We aren't streaming in stereo, all the sources are mono. -- 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 stefan at neufeind.net Sun May 11 12:53:14 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Sun, 11 May 2003 14:53:14 +0200 Subject: [icecast] Problems when stream-transcoding mono -> mono Message-ID: <3EBE63DA.3465.11C93B5@localhost> Hi, after Oddsock invested some work (because there was a bug resulting in streamTranscoder not working properly when source was an icecast2- server) stream-transcoding from stereo to mono (or maybe even stereo to stereo, not tested) works. But when transcoding from mono to mono I got problems. Anybody has an idea where this comes from and maybe got a solution?

Best wishes Stefan --- >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 May 11 15:19:44 2003 From: darkeye at tyrell.hu (Akos Maroy) Date: Sun, 11 May 2003 17:19:44 +0200 Subject: [icecast] Darkice and splitting left and right into separate streams? In-Reply-To: <20030511083901.H5699-100000@users.757.org> Message-ID: <3EBE6A10.703@tyrell.hu> Ethan wrote: > Hello all. > > Anyone have any idea what it would take to separate left and right into > separate mountpoints on an icecast server? We are using Darkice on > FreeBSD. Works GREAT (still stuck running old version because the new one > bombed on compilation, but NO COMPLAINTS!) thanks > > I'm assuming this would fall in Darkice's hands because from what I > gather it reads the pcm audio device and just passes the data to liblame. > So if it read the PCM data in stereo and then split left and right and > called two instances of liblame... ???? > > Is it a possibility? It would make my life SO much easier. We are trying > to put 12 sound cards each into two systems to support 24 audio streams... > it would cut the number down to 6, or maybe even one box if there is > enough CPU power. We aren't streaming in stereo, all the sources are mono. yes, it is a possibily. I'm short of time to write the changes, though :(

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 telmnstr at 757.org Sun May 11 15:32:08 2003 From: telmnstr at 757.org (Ethan) Date: Sun, 11 May 2003 11:32:08 -0400 (EDT) Subject: [icecast] Darkice and splitting left and right into separate streams? In-Reply-To: <3EBE6A10.703@tyrell.hu> Message-ID: <20030511112853.D6389-100000@users.757.org> > yes, it is a possibily. I'm short of time to write the changes, though :( > Akos I wish I knew more about coding at times like these :-) I've been looking at the source for the FreeBSD pcm / audio stuff to figure out if the data coming off of it is just left sample word / right sample word or something, and figure if it would be possible to "demux" the two and forward it to the lame sessions. I was thinking maybe there is some way to make a psudeo device that points to left and right indepedantly, then two darkice sessions could be launched. This would make it application independant, but presents problems of opening the sound device I would imagine. Only one program can open /dev/pcm at a time. I'm going to talk to a friend that knows coding and this type of stuff to get his input. -- 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 marc at plbb.net Thu May 15 04:24:23 2003 From: marc at plbb.net (Marc Mulcahy) Date: Wed, 14 May 2003 22:24:23 -0600 Subject: [icecast] Icecast 2 for Live365 MP3 Relaying Message-ID: Hi All, I attempted to switch my MP3 server from Icecast 1 to Icecast 2 today. I run a Live365 station, Big Planet Radio, which simply relays my local Icecast server. My Icecast 2 error.log file shows a lot of the following messages when the Live365 server, Nanocaster 2.5.6, is connected to it: [2003-05-14 22:09:15] DBUG format-mp3/format_mp3_write_buf_to_client Client had recoverable error -1 [2003-05-14 22:09:15] DBUG format-mp3/format_mp3_write_buf_to_client Client had recoverable error -1 [2003-05-14 22:09:35] DBUG format-mp3/format_mp3_write_buf_to_client Client had recoverable error -1

I realize this may not be near enough information, but any idea what might be going on here? When listening to the Live365 station, these errors are apparently manifest by breaks in the audio while the Live365 Nanocaster attempts to resynchronize or something.

When using Icecast 1, Nanocaster stays connected for days on end without any errors reported in error.log, and no breaks in audio.

FWIW, the app streaming to Icecast is my own home-brew automation system using Libshout 2.

I'm a coder, so if anyone has ideas, I'd be happy to poke around a bit.

Thanks for any help!

marc

--- Keeping you entertained and informed -- Big Planet Radio http://www.bigplanetradio.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 oddsock at oddsock.org Thu May 15 13:46:56 2003 From: oddsock at oddsock.org (oddsock) Date: Thu, 15 May 2003 08:46:56 -0500 Subject: [icecast] Icecast 2 for Live365 MP3 Relaying In-Reply-To: Message-ID: <5.1.1.6.0.20030515084219.02e9d1f0@www.oddsock.org> this is probably caused by the lack of buffering in icecast2. Their relay client may be doing some buffering in itself, and if it's expecting for there to be buffering on the server side as well, it might exhibit a behavior you are seeing....(that also is a difference between iceast1 and icecast2 - no server-side buffering in icecast2 and there was in icecast1)... fwiw, I am trying to implement server side stream buffering right now, but it's not quite working as yet....This may address your problem, and it certainly will address the problems of clients having to do a serious amount of apparent buffering before listening to a stream. oddsock At 10:24 PM 5/14/2003 -0600, you wrote: >Hi All, > >I attempted to switch my MP3 server from Icecast 1 to Icecast 2 today. I >run a Live365 station, Big Planet Radio, which simply relays my local >Icecast server. > >My Icecast 2 error.log file shows a lot of the following messages when the >Live365 server, Nanocaster 2.5.6, is connected to it: > > >[2003-05-14 22:09:15] DBUG format-mp3/format_mp3_write_buf_to_client >Client had recoverable error -1 > >[2003-05-14 22:09:15] DBUG format-mp3/format_mp3_write_buf_to_client >Client had recoverable error -1 > >[2003-05-14 22:09:35] DBUG format-mp3/format_mp3_write_buf_to_client >Client had recoverable error -1 > > > >I realize this may not be near enough information, but any idea what might >be going on here? When listening to the Live365 station, these errors are >apparently manifest by breaks in the audio while the Live365 Nanocaster >attempts to resynchronize or something. > > > >When using Icecast 1, Nanocaster stays connected for days on end without >any errors reported in error.log, and no breaks in audio. > > > >FWIW, the app streaming to Icecast is my own home-brew automation system >using Libshout 2. > > > >I'm a coder, so if anyone has ideas, I'd be happy to poke around a bit. > > > >Thanks for any help! > > > >marc > > > >--- >Keeping you entertained and informed -- Big Planet Radio >http://www.bigplanetradio.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 stefan at neufeind.net Thu May 15 14:04:26 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Thu, 15 May 2003 16:04:26 +0200 Subject: [icecast] Anybody tried implementing different streaming protocols yet? Message-ID: <20030515140433.B2EA05329D6@motherfish-II.xiph.org> Hi, does anybody know if somebody tried implementing things like rtsp, mms or similar in icecast so far? I heard some rumors from people complaining transmissions over http or not "that secure" because using a wget you can easily write them to disk. They suggested using real servers or something - but I wonder if its (easy?) possible to implement another already widely used protocol like mms, rtsp or similar.

Greetingz Stefan --- >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 Thu May 15 14:04:43 2003 From: msmith at xiph.org (Michael Smith) Date: Fri, 16 May 2003 00:04:43 +1000 Subject: [icecast] Anybody tried implementing different streaming protocols yet? In-Reply-To: <20030515140433.B2EA05329D6@motherfish-II.xiph.org> Message-ID: <200305160004.43265.msmith@xiph.org> On Friday 16 May 2003 00:04, Stefan Neufeind wrote: > Hi, > > does anybody know if somebody tried implementing things like rtsp, mms or > similar in icecast so far? I heard some rumors from people complaining > transmissions over http or not "that secure" because using a wget you can > easily write them to disk. They suggested using real servers or something - > but I wonder if its (easy?) possible to implement another already widely > used protocol like mms, rtsp or similar. > There are many compelling reasons to want to use a different protocol for streaming media, rather than just http. This sort of "security" argument is definately NOT such a reason - it's a red herring at best. For entirely different reasons, an RTSP implementation in icecast would be a Very Good Thing, but it's an extremely large task. I don't think anyone has tried yet. 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 thomas at arkena.dk Thu May 15 15:24:47 2003 From: thomas at arkena.dk (Thomas Kirk) Date: Thu, 15 May 2003 17:24:47 +0200 Subject: [icecast] Anybody tried implementing different streaming protocols yet? In-Reply-To: <200305160004.43265.msmith@xiph.org> Message-ID: <20030515152447.GA2929@thomas.arkena.com> Hep On Fri, May 16, 2003 at 12:04:43AM +1000, Michael Smith wrote: > For entirely different reasons, an RTSP implementation in icecast would be a > Very Good Thing, but it's an extremely large task. I don't think anyone has > tried yet. Maybe another and easier way would be to implement the ogg vorbis format in Real Networks "open sourced" Helix streaming server which allready supports rtsp and http? I realize this is not what this maillinglist is about just trying to be "real world" practical :) Btw good job you guys are doing! The "Open Sourced" Helix server can be found here : https://www.helixcommunity.org -- Venlig hilsen/Kind regards Thomas Kirk ARKENA tlf/phone +4570233456 thomas(at)arkena(dot)com http://www.arkena.com

The makers may make and the users may use, but the fixers must fix with but minimal clues --- >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 jack at xiph.org Thu May 15 16:01:57 2003 From: jack at xiph.org (Jack Moffitt) Date: Thu, 15 May 2003 10:01:57 -0600 Subject: [icecast] Anybody tried implementing different streaming protocols yet? In-Reply-To: <20030515152447.GA2929@thomas.arkena.com> Message-ID: <20030515160157.GE19992@i.cantcode.com> > Maybe another and easier way would be to implement the ogg vorbis > format in Real Networks "open sourced" Helix streaming server which > allready supports rtsp and http? I realize this is not what this > maillinglist is about just trying to be "real world" practical :) Btw > good job you guys are doing! > > The "Open Sourced" Helix server can be found here : > > https://www.helixcommunity.org You apparently didn't see: http://xiph.helixcommunity.org :) jack. --- >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 arkena.dk Thu May 15 16:08:33 2003 From: thomas at arkena.dk (Thomas Kirk) Date: Thu, 15 May 2003 18:08:33 +0200 Subject: [icecast] Anybody tried implementing different streaming protocols yet? In-Reply-To: <20030515160157.GE19992@i.cantcode.com> Message-ID: <20030515160833.GB2929@thomas.arkena.com> On Thu, May 15, 2003 at 10:01:57AM -0600, Jack Moffitt wrote: > You apparently didn't see: http://xiph.helixcommunity.org :) apparently not :) The page says : "This is a workspace for all parties to work on integrating the Ogg Vorbis format and audio codec with the Helix DNA Client." What about serverside of it? -- Venlig hilsen/Kind regards Thomas Kirk ARKENA tlf/phone +4570233456 thomas(at)arkena(dot)com http://www.arkena.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 jack at xiph.org Thu May 15 16:21:31 2003 From: jack at xiph.org (Jack Moffitt) Date: Thu, 15 May 2003 10:21:31 -0600 Subject: [icecast] Anybody tried implementing different streaming protocols yet? In-Reply-To: <20030515160833.GB2929@thomas.arkena.com> Message-ID: <20030515162131.GH19992@i.cantcode.com> > apparently not :) The page says : "This is a workspace for all parties > to work on integrating the Ogg Vorbis format and audio codec with the > Helix DNA Client." > > What about serverside of it? Gotta start somewhere :) jack. --- >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.higgins at yale.edu Thu May 15 16:04:05 2003 From: michael.higgins at yale.edu (Michael Higgins) Date: Thu, 15 May 2003 12:04:05 -0400 Subject: [icecast] Re: Please confirm your message In-Reply-To: <1053014485.2633.TMDA@motherfish-II.xiph.org> Message-ID: <3EC3BA75.9080403@yale.edu> icecast at xiph.org wrote: > Hello, this is the mailing list anti-spam filter at Xiph.Org. > We need you to confirm your e-mail message with the subject of > "(no subject)". > > Please send a message to the following address, or simply use your > mailer's "Reply" feature. > > icecast+confirm+1053014484.2633.87372b at xiph.org > > Rather than allow only list subscribers to post to Xiph.Org mailing > lists, we've set up a whitelist system by which anyone can post, but > the first message from an unknown email address must be confirmed to > verify that's it's not email from a spam robot. Your confirmation > reply will add this email address to our whitelist, and allow you to > post freely to Xiph.Org mailing lists from the confirmed address. > > [ This notice was generated by TMDA/0.68 (http://tmda.net/), > an automated junk-mail reduction system. ] > > --- Enclosed is a copy of your message. > > Return-Path: > X-Original-To: icecast at xiph.org > Delivered-To: icecast at xiph.org > Received: from pimout4-ext.prodigy.net (pimout4-ext.prodigy.net > [207.115.63.103]) > by motherfish-II.xiph.org (Postfix) with ESMTP id 9B9E25329AB > for ; Thu, 15 May 2003 12:01:23 -0400 (EDT) > Received: from yale.edu (146.210.252.64.snet.net [64.252.210.146]) > h4FG1Kl8091210 > for ; Thu, 15 May 2003 12:01:20 -0400 > Message-ID: <3EC3B9B7.1090609 at yale.edu> > Disposition-Notification-To: Michael Higgins > Date: Thu, 15 May 2003 12:00:55 -0400 > From: Michael Higgins > User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; > rv:1.0.2) Gecko/20030208 Netscape/7.02 > X-Accept-Language: en-us, en > MIME-Version: 1.0 > To: icecast at xiph.org > Subject: (no subject) > Content-Type: text/plain; charset=us-ascii; format=flowed > Content-Transfer-Encoding: 7bit > > subscribe > > > > ------------------------------------------------------------------------ > > Subject: > (no subject) > From: > Michael Higgins > Date: > Thu, 15 May 2003 12:00:55 -0400 > To: > icecast at xiph.org > > > subscribe >

--- >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 speedwolf at door.net Thu May 15 16:42:42 2003 From: speedwolf at door.net (Bryan Payne) Date: Thu, 15 May 2003 12:42:42 -0400 (EDT) Subject: [icecast] Date: Thu, 15 May 2003 11:42:17 -0500 In-Reply-To: <3EC3BA75.9080403@yale.edu> Message-ID: <007301c31b00$f24194c0$6501a8c0@spacial2lsxdgj> ----- Original Message ----- From: "Michael Higgins" To: Sent: Thursday, May 15, 2003 11:04 AM Subject: [icecast] Re: Please confirm your message

> icecast at xiph.org wrote: > > Hello, this is the mailing list anti-spam filter at Xiph.Org. > > We need you to confirm your e-mail message with the subject of > > "(no subject)". > > > > Please send a message to the following address, or simply use your > > mailer's "Reply" feature. > > > > icecast+confirm+1053014484.2633.87372b at xiph.org > > > > Rather than allow only list subscribers to post to Xiph.Org mailing > > lists, we've set up a whitelist system by which anyone can post, but > > the first message from an unknown email address must be confirmed to > > verify that's it's not email from a spam robot. Your confirmation > > reply will add this email address to our whitelist, and allow you to > > post freely to Xiph.Org mailing lists from the confirmed address. > > > > [ This notice was generated by TMDA/0.68 (http://tmda.net/), > > an automated junk-mail reduction system. ] > > > > --- Enclosed is a copy of your message. > > > > Return-Path: > > X-Original-To: icecast at xiph.org > > Delivered-To: icecast at xiph.org > > Received: from pimout4-ext.prodigy.net (pimout4-ext.prodigy.net > > [207.115.63.103]) > > by motherfish-II.xiph.org (Postfix) with ESMTP id 9B9E25329AB > > for ; Thu, 15 May 2003 12:01:23 -0400 (EDT) > > Received: from yale.edu (146.210.252.64.snet.net [64.252.210.146]) > > h4FG1Kl8091210 > > for ; Thu, 15 May 2003 12:01:20 -0400 > > Message-ID: <3EC3B9B7.1090609 at yale.edu> > > Disposition-Notification-To: Michael Higgins > > Date: Thu, 15 May 2003 12:00:55 -0400 > > From: Michael Higgins > > User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; > > rv:1.0.2) Gecko/20030208 Netscape/7.02 > > X-Accept-Language: en-us, en > > MIME-Version: 1.0 > > To: icecast at xiph.org > > Subject: (no subject) > > Content-Type: text/plain; charset=us-ascii; format=flowed > > Content-Transfer-Encoding: 7bit > > > > subscribe > > > > > > > > ------------------------------------------------------------------------ > > > > Subject: > > (no subject) > > From: > > Michael Higgins > > Date: > > Thu, 15 May 2003 12:00:55 -0400 > > To: > > icecast at xiph.org > > > > > > subscribe > > > > > > --- >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 mihamina.rakotomandimby at laposte.net Thu May 15 17:53:49 2003 From: mihamina.rakotomandimby at laposte.net (Rakotomandimby Mihamina) Date: Thu, 15 May 2003 19:53:49 +0200 Subject: [icecast] error 504 : server full :-( Message-ID: <20030515195349.6cac38fb.mihamina.rakotomandimby@laposte.net> Hi , I'm pulling my hairs to fond what goes wrong with Icecast2 ... this is a part of my conf file : Madagascar mrakotom at free.fr 150 2 15 102400 15 10 30 [ ... ] I'm running Linux and the source ( just one ) is Ices2 . if i listen myself with xmms it is alright . if i try to listen AT THE SAME TIME with ogg123 it tells me server is full ( Error 504 ) . Is that normal ? Is it a feature not to allow clients to ripp AND listen to the stream ? or what ? I compiled libshout , libxml2 , icecast , ices from xiph CVS last week . i run out of idea .. would you help me ?

-- http://mrakotom.free.fr tel: +33 2 38 76 43 65 France --- >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.higgins at yale.edu Thu May 15 17:53:41 2003 From: michael.higgins at yale.edu (Michael Higgins) Date: Thu, 15 May 2003 13:53:41 -0400 Subject: [icecast] Ices -> Icecast Authentication Failure Message-ID: <3EC3D425.3080102@yale.edu> Hello, list -- Sorry for the dumb post about confirmation -- I've always wanted to run majordomo so I could see how this stuff works. Whoops! I guess replying to the email really isn't the thing to do -- even though it explicitly states it as an option... My problem, outside of list etiquette, is this: having compiled all the latest, installed, etc., ... having read all I can find on-line, including the archives for this list, I'm still stumped. I fudged a bit on compiling, but, assuming the proggies are working. I just recompiled ices 023 to suppport xml. Now it reads the config file (was just sending config on command line). I'm kind've learning as I go, fine. I'll attach the configuration files I'm using below. Icecast loads when I point it to the xml config, waits. If I http://myip:8000/???? I always get 'The source you requested could not be found.' as an error. Telnet just fails, killing the session, whatever I put in followed by 2 newlines. But my problem isn't remote administration... When I load ices, it fails authentication. I've tried all combinations of passwords, specifying mountpoints, server i.p. vs 'localhost' vs 127.0.0.1, etc, etc. Always the same result. '401 Authentication Faulure'. I'm not a compiler junkie, so, looking through the makefile for icecast, I seen no mention of compile option for encryption... I didn't ask for it on the command line... no 'mkpassswd' is in my /usr/local/bin folder And, anyway, if I specify a normal, unencrypted pass in the config file, what does it need if it's encryption enabled? Or, how do I find out if it is expecting a crypted pass? Seems to be the most likely culprit from what I've read, but, I don't know. I opened up port forwarding on the router/firewall, but, I'm working entirely on the local machine... I feel, since this works for other folks, that I'm missing some big piece of the equation. Maybe someone can shed a little wisdom? I'm stuck. I could go back and recompile everything, bu(As if that was working...) TIA -- mike higgins ----------------------------in /usr/local/icecast/etc----------------- Not Currently Used Not Currently Used 100 2 5 102400 30 15 10 letmein hackme admin hackme 64.252.210.146 8000 ices letmein 1 1 /usr/local/icecast /usr/local/icecast/logs /usr/local/icecast/web access.log error.log 4 0

playlist.txt 1 builtin ices 0 0 /tmp 64.252.210.146 8000 letmein http ices Default stream Default genre Default description http://localhost/> 0 128 0 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 jack at xiph.org Thu May 15 17:56:17 2003 From: jack at xiph.org (Jack Moffitt) Date: Thu, 15 May 2003 11:56:17 -0600 Subject: [icecast] Icecast 2 for Live365 MP3 Relaying In-Reply-To: <5.1.1.6.0.20030515084219.02e9d1f0@www.oddsock.org> Message-ID: <20030515175617.GL19992@i.cantcode.com> > behavior you are seeing....(that also is a difference between iceast1 and > icecast2 - no server-side buffering in icecast2 and there was in > icecast1)... What do you mean stream buffering? We never buffered in either version that I remember. If you fall behind, you get kicked. It's always been that way. jack. --- >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 Thu May 15 18:34:01 2003 From: oddsock at oddsock.org (oddsock) Date: Thu, 15 May 2003 13:34:01 -0500 Subject: [icecast] Icecast 2 for Live365 MP3 Relaying In-Reply-To: <20030515175617.GL19992@i.cantcode.com> Message-ID: <5.1.1.6.0.20030515132633.02ea5678@www.oddsock.org> maybe I'm wrong, but I thought that with icecast1.x, when a client connected it was sent the data as fast as it could take it, which I thought required the server to maintain a buffer of the source data... This meant that if a client connected to a 32kbps stream and if that client was on a broadband connection (capable of speeds much higher than 32kbps) then on first connect (usually when clients pre-buffer) the server would send the data as quickly as the client could read (I also am assuming that clients, when they pre-buffer, also follow similar logic but in reverse - they read as fast as they can until they fill their pre-buffer)... I know that icecast2 doesn't do any of this "bursty sending/reading on client connect", but I guess I thought icecast1.x did...I know shoutcast does...but like I said, I could be wrong.. oddsock At 11:56 AM 5/15/2003 -0600, you wrote: > > behavior you are seeing....(that also is a difference between iceast1 and > > icecast2 - no server-side buffering in icecast2 and there was in > > icecast1)... > >What do you mean stream buffering? We never buffered in either version >that I remember. If you fall behind, you get kicked. It's always been >that way. > >jack. >--- >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 si at darkness.nu Thu May 15 19:46:00 2003 From: si at darkness.nu (John Farnsworth) Date: Thu, 15 May 2003 14:46:00 -0500 Subject: [icecast] Icecast2 / Ogg / oddcastDSP / Winamp2 Constant Prebuffering Message-ID: Noticing a strange issue, i'm not sure where this lies. I'm using oddcastDSP to stream Ogg to icecast2, which seems to be working ok, but using winamp (v2) to stream from icecast, winamp is constantly prebuffering, displaying a length of 0:01. Is this a known bug in either Winamp or icecast, or a configuration issue perhaps? I have a feeling this is Winamp, but I was wondering if anyone knew for sure. --- >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 stefan at neufeind.net Thu May 15 19:48:29 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Thu, 15 May 2003 21:48:29 +0200 Subject: [icecast] Ices -> Icecast Authentication Failure In-Reply-To: <3EC3D425.3080102@yale.edu> Message-ID: <3EC40B2D.25140.D924F4@localhost> You are using ices 0.2.3 with icecast2? As far as I heard yesterday this combination doesn't work and never will because of a different protocol. Problem is that 0.2.3 is only compatible with icecast1 (as far as I heard) and the new ices-2.0 beta which works with icecast2 doesn't support mp3 ... and maybe never will?!? But there shall be patches out there for ices 0.2.3 - but I haven't seen them myself so far. If you find out something, let us know! Stefan On 15 May 2003 at 13:53, Michael Higgins wrote: > I just recompiled ices 023 to suppport xml. Now it reads the config > file (was just sending config on command line). I'm kind've learning > as I go, fine. > > I'll attach the configuration files I'm using below. Icecast loads > when I point it to the xml config, waits. If I http://myip:8000/???? I > always get 'The source you requested could not be found.' as an error. > Telnet just fails, killing the session, whatever I put in followed by > 2 newlines. But my problem isn't remote administration... > > When I load ices, it fails authentication. I've tried all combinations > of passwords, specifying mountpoints, server i.p. vs 'localhost' vs > 127.0.0.1, etc, etc. Always the same result. '401 Authentication > Faulure'. --- >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 jack at xiph.org Thu May 15 19:54:06 2003 From: jack at xiph.org (Jack Moffitt) Date: Thu, 15 May 2003 13:54:06 -0600 Subject: [icecast] Icecast2 / Ogg / oddcastDSP / Winamp2 Constant Prebuffering In-Reply-To: Message-ID: <20030515195404.GQ19992@i.cantcode.com> > Noticing a strange issue, i'm not sure where this lies. I'm using > oddcastDSP to stream Ogg to icecast2, which seems to be working ok, but > using winamp (v2) to stream from icecast, winamp is constantly > prebuffering, displaying a length of 0:01. Is this a known bug in either > Winamp or icecast, or a configuration issue perhaps? I have a feeling > this is Winamp, but I was wondering if anyone knew for sure. Sounds like you forgot to name your mountpoint ending in .ogg. Winamp assumes everythign is mp3 unless you give it a file extension. It ignores mimetypes. jack. --- >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 arkena.dk Thu May 15 19:56:42 2003 From: thomas at arkena.dk (Thomas Kirk) Date: Thu, 15 May 2003 21:56:42 +0200 Subject: [icecast] Anybody tried implementing different streaming protocols yet? In-Reply-To: <20030515162131.GH19992@i.cantcode.com> Message-ID: <20030515195642.GB4147@thomas.arkena.com> On Thu, May 15, 2003 at 10:21:31AM -0600, Jack Moffitt wrote: > Gotta start somewhere :) Sure thing! Btw good to see you back in the icecast community :) -- Venlig hilsen/Kind regards Thomas Kirk ARKENA tlf/phone +4570233456 thomas(at)arkena(dot)com http://www.arkena.com

At times discretion should be thrown aside, and with the foolish we should play the fool. -- Menander --- >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 si at darkness.nu Thu May 15 20:04:41 2003 From: si at darkness.nu (John Farnsworth) Date: Thu, 15 May 2003 15:04:41 -0500 Subject: [icecast] Icecast2 / Ogg / oddcastDSP / Winamp2 Constant Prebuffering In-Reply-To: <20030515195404.GQ19992@i.cantcode.com> Message-ID: Hrm, but it works fine (and the mountpoint is /dnumusic.ogg). It just constantly says it's prebuffering. It doesn't affect the audio output of it at all, it just never scrolls the songtitle/etc. Just prebuffer, flash of title, prebuffer again. On Thu, 15 May 2003, Jack Moffitt wrote: > > Noticing a strange issue, i'm not sure where this lies. I'm using > > oddcastDSP to stream Ogg to icecast2, which seems to be working ok, but > > using winamp (v2) to stream from icecast, winamp is constantly > > prebuffering, displaying a length of 0:01. Is this a known bug in either > > Winamp or icecast, or a configuration issue perhaps? I have a feeling > > this is Winamp, but I was wondering if anyone knew for sure. > > Sounds like you forgot to name your mountpoint ending in .ogg. Winamp > assumes everythign is mp3 unless you give it a file extension. It > ignores mimetypes. > > jack. > --- >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 mike at linuxlink.com Thu May 15 21:58:40 2003 From: mike at linuxlink.com (mike) Date: Thu, 15 May 2003 16:58:40 -0500 Subject: [icecast] (no subject) In-Reply-To: <3EC3BA75.9080403@yale.edu> Message-ID: <3EC40D90.7060506@linuxlink.com> Michael Higgins wrote: > icecast at xiph.org wrote: > >> Hello, this is the mailing list anti-spam filter at Xiph.Org. We need >> you to confirm your e-mail message with the subject of "(no subject)". >> >> Please send a message to the following address, or simply use your >> mailer's "Reply" feature. >> >> icecast+confirm+1053014484.2633.87372b at xiph.org >> >> Rather than allow only list subscribers to post to Xiph.Org mailing >> lists, we've set up a whitelist system by which anyone can post, but >> the first message from an unknown email address must be confirmed to >> verify that's it's not email from a spam robot. Your confirmation >> reply will add this email address to our whitelist, and allow you to >> post freely to Xiph.Org mailing lists from the confirmed address. >> >> [ This notice was generated by TMDA/0.68 (http://tmda.net/), >> an automated junk-mail reduction system. ] >> >> --- Enclosed is a copy of your message. >> >> Return-Path: >> X-Original-To: icecast at xiph.org >> Delivered-To: icecast at xiph.org >> Received: from pimout4-ext.prodigy.net (pimout4-ext.prodigy.net >> [207.115.63.103]) >> by motherfish-II.xiph.org (Postfix) with ESMTP id 9B9E25329AB >> for ; Thu, 15 May 2003 12:01:23 -0400 (EDT) >> Received: from yale.edu (146.210.252.64.snet.net [64.252.210.146]) >> h4FG1Kl8091210 >> for ; Thu, 15 May 2003 12:01:20 -0400 >> Message-ID: <3EC3B9B7.1090609 at yale.edu> >> Disposition-Notification-To: Michael Higgins >> Date: Thu, 15 May 2003 12:00:55 -0400 >> From: Michael Higgins >> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; >> rv:1.0.2) Gecko/20030208 Netscape/7.02 >> X-Accept-Language: en-us, en >> MIME-Version: 1.0 >> To: icecast at xiph.org >> Subject: (no subject) >> Content-Type: text/plain; charset=us-ascii; format=flowed >> Content-Transfer-Encoding: 7bit >> >> subscribe >> >> >> >> ------------------------------------------------------------------------ >> >> Subject: >> (no subject) >> From: >> Michael Higgins >> Date: >> Thu, 15 May 2003 12:00:55 -0400 >> To: >> icecast at xiph.org >> >> >> subscribe >> > > > > --- >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. > > -- Michael H. Collins http://linuxlink.com 512-442-2009 512-656-9508 I guess you sorta have to have self confidence to ride a scooter? --- >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 Thu May 15 23:28:07 2003 From: msmith at xiph.org (Michael Smith) Date: Fri, 16 May 2003 09:28:07 +1000 Subject: [icecast] Ices -> Icecast Authentication Failure In-Reply-To: <3EC3D425.3080102@yale.edu> Message-ID: <200305160928.07454.msmith@xiph.org> > I just recompiled ices 023 to suppport xml. Now it reads the config file > (was just sending config on command line). I'm kind've learning as I go, > fine. You need the cvs versoin of ices 0.x to work with icecast2. 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 msmith at xiph.org Thu May 15 23:29:05 2003 From: msmith at xiph.org (Michael Smith) Date: Fri, 16 May 2003 09:29:05 +1000 Subject: [icecast] Icecast2 / Ogg / oddcastDSP / Winamp2 Constant Prebuffering In-Reply-To: Message-ID: <200305160929.05485.msmith@xiph.org> On Friday 16 May 2003 05:46, John Farnsworth wrote: > Noticing a strange issue, i'm not sure where this lies. I'm using > oddcastDSP to stream Ogg to icecast2, which seems to be working ok, but > using winamp (v2) to stream from icecast, winamp is constantly > prebuffering, displaying a length of 0:01. Is this a known bug in either > Winamp or icecast, or a configuration issue perhaps? I have a feeling > this is Winamp, but I was wondering if anyone knew for sure. Known bug in winamp. Use a mountpoint ending with ".ogg" to trick it into working. 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 msmith at xiph.org Thu May 15 23:30:50 2003 From: msmith at xiph.org (Michael Smith) Date: Fri, 16 May 2003 09:30:50 +1000 Subject: [icecast] error 504 : server full :-( In-Reply-To: <20030515195349.6cac38fb.mihamina.rakotomandimby@laposte.net> Message-ID: <200305160930.50342.msmith@xiph.org> On Friday 16 May 2003 03:53, Rakotomandimby Mihamina wrote: > Hi , > I'm pulling my hairs to fond what goes wrong with Icecast2 ... > this is a part of my conf file : > > Madagascar > mrakotom at free.fr > > > 150 > 2 > 15 > 102400 > 15 > 10 > 30 > > [ ... ] > > I'm running Linux and the source ( just one ) is Ices2 . > if i listen myself with xmms it is alright . > > if i try to listen AT THE SAME TIME with ogg123 it tells me server is > full ( Error 504 ) . Is that normal ? Is it a feature not to allow > clients to ripp AND listen to the stream ? or what ? > > I compiled libshout , libxml2 , icecast , ices from xiph CVS last week . > > i run out of idea .. would you help me ? I've never seen that, maybe it's a configuration problem. 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 chrisg1 at umbc.edu Thu May 15 23:54:26 2003 From: chrisg1 at umbc.edu (Chris G Moguta) Date: Thu, 15 May 2003 19:54:26 -0400 Subject: [icecast] Icecast2 / Ogg / oddcastDSP / Winamp2 Constant Prebuffering In-Reply-To: <[icecast] Icecast2 / Ogg / oddcastDSP / Winamp2 Constant Prebuffering> Message-ID: <3ECAB837@webmail.umbc.edu> Sounds like WinAmp isn't storing a large enough buffer, or Icecast isn't putting a long enough buffer between what it recieves from Oddcast & what it transmits to clients. I've never had such a problem, though. Could be your connection? >===== Original Message From John Farnsworth ===== >Hrm, but it works fine (and the mountpoint is /dnumusic.ogg). It just >constantly says it's prebuffering. It doesn't affect the audio output of >it at all, it just never scrolls the songtitle/etc. Just prebuffer, flash >of title, prebuffer again. > >On Thu, 15 May 2003, Jack Moffitt wrote: > >> > Noticing a strange issue, i'm not sure where this lies. I'm using >> > oddcastDSP to stream Ogg to icecast2, which seems to be working ok, but >> > using winamp (v2) to stream from icecast, winamp is constantly >> > prebuffering, displaying a length of 0:01. Is this a known bug in either >> > Winamp or icecast, or a configuration issue perhaps? I have a feeling >> > this is Winamp, but I was wondering if anyone knew for sure. >> >> Sounds like you forgot to name your mountpoint ending in .ogg. Winamp >> assumes everythign is mp3 unless you give it a file extension. It >> ignores mimetypes. >> >> jack. >> --- >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. --- >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 si at darkness.nu Fri May 16 00:43:20 2003 From: si at darkness.nu (John Farnsworth) Date: Thu, 15 May 2003 19:43:20 -0500 Subject: [icecast] Icecast2 / Ogg / oddcastDSP / Winamp2 Constant Prebuffering In-Reply-To: <3ECAB837@webmail.umbc.edu> Message-ID: I don't think it's connection, since I can recreate it across a 100mbit LAN without issue. I've been playing with the buffer settings in Winamp, haven't been able to clear it up. It isn't buffer underrunning or anything, it seems that it's just the fact it thinks the stream is over constantly, so starts prebuffering again as start of stream (length always shows as <0:01>. I'll keep messing with the vorbis streaming buffer settings in Winamp, i'm pretty convinced it's just winamp acting up (I fired it up on my PDA, and didn't have the problem). On Thu, 15 May 2003, Chris G (Moguta) wrote: > Sounds like WinAmp isn't storing a large enough buffer, or Icecast isn't > putting a long enough buffer between what it recieves from Oddcast & what it > transmits to clients. > > I've never had such a problem, though. Could be your connection? > > >===== Original Message From John Farnsworth ===== > >Hrm, but it works fine (and the mountpoint is /dnumusic.ogg). It just > >constantly says it's prebuffering. It doesn't affect the audio output of > >it at all, it just never scrolls the songtitle/etc. Just prebuffer, flash > >of title, prebuffer again. > > > >On Thu, 15 May 2003, Jack Moffitt wrote: > > > >> > Noticing a strange issue, i'm not sure where this lies. I'm using > >> > oddcastDSP to stream Ogg to icecast2, which seems to be working ok, but > >> > using winamp (v2) to stream from icecast, winamp is constantly > >> > prebuffering, displaying a length of 0:01. Is this a known bug in either > >> > Winamp or icecast, or a configuration issue perhaps? I have a feeling > >> > this is Winamp, but I was wondering if anyone knew for sure. > >> > >> Sounds like you forgot to name your mountpoint ending in .ogg. Winamp > >> assumes everythign is mp3 unless you give it a file extension. It > >> ignores mimetypes. > >> > >> jack. > >> --- >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. > > --- >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 gshang at uq.net.au Fri May 16 07:51:09 2003 From: gshang at uq.net.au (Geoff Shang) Date: Fri, 16 May 2003 17:51:09 +1000 (EST) Subject: [icecast] error 504 : server full :-( In-Reply-To: <200305160930.50342.msmith@xiph.org> Message-ID: Hi: Just a thought - this isn't a case of a specific mountpoint configuration over-riding the settings quoted here, is it? Perhpas try changing the name of the mountpoint. 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 mihamina.rakotomandimby at laposte.net Fri May 16 08:35:43 2003 From: mihamina.rakotomandimby at laposte.net (Rakotomandimby Mihamina) Date: Fri, 16 May 2003 10:35:43 +0200 Subject: [icecast] error 504 : server full :-( In-Reply-To: Message-ID: <20030516103543.2c1246e9.mihamina.rakotomandimby@laposte.net> Hello, Bonjour , ... > Hi: > > Just a thought - this isn't a case of a specific mountpoint > configuration over-riding the settings quoted here, is it? Perhpas > try changing the name of the mountpoint. That was the solution !!!! :-))) Thankx a lot . -- http://mrakotom.free.fr tel: +33 2 38 76 43 65 France --- >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 photos at interfree.it Fri May 16 11:14:39 2003 From: photos at interfree.it (photos-ifree) Date: Fri, 16 May 2003 13:14:39 +0200 Subject: [icecast] No audio with slackware for live station Message-ID: <912383035.20030516131439@interfree.it> Hy, I've just installed the latest release of icecast2 and ices from CVS. I have a linux Slackware 9.0 with the default packages. After install of ices and icecast & relative libraries (with no errors), I've started the icecast server. When starts ices, this is the debug: --- INFO ices-core/main ices started... INFO input-oss/oss_open_module Opened audio device /dev/dsp at 2 channel(s), 44100 Hz INFO input-oss/oss_open_module Started metadata update thread INFO signals/signal_usr1_handler Metadata update requested INFO metadata/metadata_thread_signal tag 1 is TITLE=Live Radio Stations on the net. INFO metadata/metadata_thread_signal tag 2 is ARTIST=xxx INFO metadata/metadata_thread_signal Updating metadata INFO audio/downmix_initialise Enabling stereo->mono downmixing INFO audio/resample_initialise Initialised resampler for 1 channels, from 44100 Hz to 22050 Hz INFO encode/encode_initialise Encoder initialising in VBR mode: 1 channel(s), 22050 Hz, quality 1.000000 INFO stream/ices_instance_stream Connected to server: viabazar.net:8000/radiokey.ogg INFO audio/resample_initialise Initialised resampler for 1 channels, from 44100 Hz to 22050 Hz DBUG encode/encode_clear Clearing encoder engine INFO encode/encode_initialise Encoder initialising in VBR mode: 1 channel(s), 22050 Hz, quality 1.000000 --- go to the page domain_name:8000/status.xsl I see the mountpoint, the metadata and a link to listen the audio-live. When I click in that link, starts the WINAMP 3 (the file m3u is associated with winamp). It's all OK... Winamp stay connect to the server icecast, but I hear nothing !!! The mixer channel have a right configuration (LINE-IN = volume 90% has Record line!!!) I've tested my sound card, with this comand (from SOX): rec -s w -c 2 -r 44100 track-test.au All is OK ... But from ICES I have no audio signal. This is my ices.xml (the essentials): --- 0 /tmp/local/icecast ices.log 4 1 Example stream name Example genre A short description of your stream oss 44100 2 /dev/dsp 1 /icecast/ices.conf/live domain_name 8000 xxxxxxx /radiolive.ogg 1 22050 1 1 --- WHAT IS WRONG??? Many Thanks, in advance! Paolo Remonato --- >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 corwin at corwin.sk Fri May 16 13:13:32 2003 From: corwin at corwin.sk (Martin Hudec) Date: Fri, 16 May 2003 13:13:32 +0000 Subject: [icecast] No audio with slackware for live station In-Reply-To: <912383035.20030516131439@interfree.it> Message-ID: <200305161313.32906.corwin@corwin.sk> Hello, hmmmm sweet problem. All I can recommend you is have you tried another player? I've heard that WinAmp3 has certain problems with .ogg streaming. No other idea :(. Martin On Fri May 16 2003 11:14, photos-ifree wrote: > Hy, > I've just installed the latest release of icecast2 and ices from CVS. > I have a linux Slackware 9.0 with the default packages. > After install of ices and icecast & relative libraries (with no errors), > I've started the icecast server. When starts ices, this is the debug: > --- > INFO ices-core/main ices started... > INFO input-oss/oss_open_module Opened audio device /dev/dsp at 2 > channel(s), 44100 Hz INFO input-oss/oss_open_module Started metadata update > thread > INFO signals/signal_usr1_handler Metadata update requested > INFO metadata/metadata_thread_signal tag 1 is TITLE=Live Radio Stations on > the net. INFO metadata/metadata_thread_signal tag 2 is ARTIST=xxx > INFO metadata/metadata_thread_signal Updating metadata > INFO audio/downmix_initialise Enabling stereo->mono downmixing > INFO audio/resample_initialise Initialised resampler for 1 channels, from > 44100 Hz to 22050 Hz INFO encode/encode_initialise Encoder initialising in > VBR mode: 1 channel(s), 22050 Hz, quality 1.000000 INFO > stream/ices_instance_stream Connected to server: > viabazar.net:8000/radiokey.ogg INFO audio/resample_initialise Initialised > resampler for 1 channels, from 44100 Hz to 22050 Hz DBUG > encode/encode_clear Clearing encoder engine > INFO encode/encode_initialise Encoder initialising in VBR mode: 1 > channel(s), 22050 Hz, quality 1.000000 --- > > go to the page > domain_name:8000/status.xsl > I see the mountpoint, the metadata and a link to listen the audio-live. > > When I click in that link, starts the WINAMP 3 (the file m3u is associated > with winamp). It's all OK... > Winamp stay connect to the server icecast, but I hear nothing !!! > The mixer channel have a right configuration (LINE-IN = volume 90% has > Record line!!!) > > I've tested my sound card, with this comand (from SOX): > rec -s w -c 2 -r 44100 track-test.au > > All is OK ... But from ICES I have no audio signal. > This is my ices.xml (the essentials): > > --- > 0 > /tmp/local/icecast > ices.log > 4 > 1 > > > > Example stream name > Example genre > A short description of your > stream > > > oss > 44100 2 name="device">/dev/dsp name="metadata">1 > > name="metadatafilename">/icecast/ices.conf/live > > domain_name > 8000 > xxxxxxx > /radiolive.ogg > > > 1 > 22050 > 1 > > > 1 > --- > > WHAT IS WRONG??? > > Many Thanks, in advance! > > Paolo Remonato > > --- >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. -- Martin Hudec ---------------------------------- :@: corwin at corwin.sk :w: http://www.corwin.sk :m: +421.907.303.393 "In google non est, ergo non est." - unknown IRC operator ---------------------------------- --- >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 May 16 11:14:35 2003 From: gshang at uq.net.au (Geoff Shang) Date: Fri, 16 May 2003 21:14:35 +1000 (EST) Subject: [icecast] No audio with slackware for live station In-Reply-To: <912383035.20030516131439@interfree.it> Message-ID: On Fri, 16 May 2003, photos-ifree wrote: > When I click in that link, starts the WINAMP 3 (the file m3u is associated with winamp). > It's all OK... > Winamp stay connect to the server icecast, but I hear nothing !!! I understand that Vorbis streaming in Winamp 3 is broken. Winamp 3 is now discontinued anyway. You can get Winamp 2.91 from classic.winamp.com. 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 stefan at neufeind.net Fri May 16 11:16:17 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Fri, 16 May 2003 13:16:17 +0200 Subject: [icecast] No audio with slackware for live station In-Reply-To: <912383035.20030516131439@interfree.it> Message-ID: <20030516111618.20FB6532A88@motherfish-II.xiph.org> On Fri, 16 May 2003 at 13:02:49, photos-ifree wrote: > I've just installed the latest release of icecast2 and ices from CVS. > I have a linux Slackware 9.0 with the default packages. > After install of ices and icecast & relative libraries (with no errors), I've > started the icecast server. [...] > All is OK ... But from ICES I have no audio signal. I experienced the same problem yesterday. Tried sending an cbr-mp3 - but had the same results. Maybe there is something wrong in ices? Maybe could you do a little debugging which reveals if mp3-data is sent out by ices or not? Just grab the output-stream (which is sent to the server) in a file and try to play that one in WinAmp. Maybe also Brendan got a suggestion to this problem?

Greetingz Stefan --- >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 stefan at neufeind.net Fri May 16 11:19:37 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Fri, 16 May 2003 13:19:37 +0200 Subject: [icecast] No audio with slackware for live station In-Reply-To: Message-ID: <20030516111938.91BE8532A88@motherfish-II.xiph.org> On Fri, 16 May 2003 at 13:15:22, Geoff Shang wrote: > I understand that Vorbis streaming in Winamp 3 is broken. Winamp 3 is now > discontinued anyway. You can get Winamp 2.91 from classic.winamp.com. What do you mean? Winamp 3 is discontinued? Will 2.x be continued? Where did you get that news from? --- >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 May 16 13:39:47 2003 From: chrisg1 at umbc.edu (Chris G Moguta) Date: Fri, 16 May 2003 09:39:47 -0400 Subject: [icecast] No audio with slackware for live station In-Reply-To: <[icecast] No audio with slackware for live station> Message-ID: <3ECBD0F8@webmail.umbc.edu> He means that development of WinAmp 3 has discontinued. WA2 is being updated to support WA3's extra features (video, media library), and WinAmp 5 (2+3=5) is the main new development. You can read the announcement on the WinAmp forums. >===== Original Message From Stefan Neufeind ===== >On Fri, 16 May 2003 at 13:15:22, Geoff Shang wrote: > >> I understand that Vorbis streaming in Winamp 3 is broken. Winamp 3 is now >> discontinued anyway. You can get Winamp 2.91 from classic.winamp.com. > >What do you mean? Winamp 3 is discontinued? Will 2.x be continued? Where did >you get that news from? >--- >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 May 16 13:52:14 2003 From: chrisg1 at umbc.edu (Chris G Moguta) Date: Fri, 16 May 2003 09:52:14 -0400 Subject: [icecast] Icecast2 / Ogg / oddcastDSP / Winamp2 Constant Prebuffering In-Reply-To: <[icecast] Icecast2 / Ogg / oddcastDSP / Winamp2 Constant Prebuffering> Message-ID: <3ECBDCAA@webmail.umbc.edu> Hrm, yes it does sound like a bug in WinAmp. Even if it does prebuffer, the length counter should be going beyond 0:01 since you've obviously been listening longer than that after the first second. =P (I don't think the counter resets after buffering, but I could be wrong.) Can you see if you can duplicate it by getting someone else to tune in to the 'cast with WinAmp? >===== Original Message From John Farnsworth ===== >I don't think it's connection, since I can recreate it across a 100mbit >LAN without issue. I've been playing with the buffer settings in Winamp, >haven't been able to clear it up. It isn't buffer underrunning or >anything, it seems that it's just the fact it thinks the stream is over >constantly, so starts prebuffering again as start of stream (length always >shows as <0:01>. I'll keep messing with the vorbis streaming buffer >settings in Winamp, i'm pretty convinced it's just winamp acting up (I >fired it up on my PDA, and didn't have the problem). > >On Thu, 15 May 2003, Chris G (Moguta) wrote: > >> Sounds like WinAmp isn't storing a large enough buffer, or Icecast isn't >> putting a long enough buffer between what it recieves from Oddcast & what it >> transmits to clients. >> >> I've never had such a problem, though. Could be your connection? >> >> >===== Original Message From John Farnsworth ===== >> >Hrm, but it works fine (and the mountpoint is /dnumusic.ogg). It just >> >constantly says it's prebuffering. It doesn't affect the audio output of >> >it at all, it just never scrolls the songtitle/etc. Just prebuffer, flash >> >of title, prebuffer again. >> > >> >On Thu, 15 May 2003, Jack Moffitt wrote: >> > >> >> > Noticing a strange issue, i'm not sure where this lies. I'm using >> >> > oddcastDSP to stream Ogg to icecast2, which seems to be working ok, but >> >> > using winamp (v2) to stream from icecast, winamp is constantly >> >> > prebuffering, displaying a length of 0:01. Is this a known bug in either >> >> > Winamp or icecast, or a configuration issue perhaps? I have a feeling >> >> > this is Winamp, but I was wondering if anyone knew for sure. >> >> >> >> Sounds like you forgot to name your mountpoint ending in .ogg. Winamp >> >> assumes everythign is mp3 unless you give it a file extension. It >> >> ignores mimetypes. >> >> >> >> jack. --- >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 photos at interfree.it Fri May 16 14:20:51 2003 From: photos at interfree.it (photos-ifree) Date: Fri, 16 May 2003 16:20:51 +0200 Subject: [icecast] No audio with slackware for live station In-Reply-To: <200305161313.32906.corwin@corwin.sk> Message-ID: <13523555480.20030516162051@interfree.it> Hello Martin, I've just change the player, now I've used ASHAMPOO Player Plus. This is the error in the logs: --- playing 'http://xxx.com:8000/radiolive.ogg' Unable to play 'http://xxx.com:8000/radiolive.ogg'. Reported errors: VorbisSet (Ogg Vorbis files - *.ogg) - The initiated action ist not permitted on this object. (file path: 'http://xxx.com:8000/radiolive.ogg') ModSet (MOD music files) - Mod file error: Unknown file format ('http://xxx.com:8000/radiolive.ogg') WaveSet (wave files) - unsupported file format --- But the player is stay connect to the icecast server! Is it possible that there are some errors in the configuration on ICES??? If I play an Ogg File (saved in my hard disk) with WINAMP there isn't any error! Thanks Paolo

Friday, May 16, 2003, 3:13:32 PM, you wrote: MH> Hello, MH> hmmmm sweet problem. All I can recommend you is have you tried another player? MH> I've heard that WinAmp3 has certain problems with .ogg streaming. MH> No other idea :(. MH> Martin --- >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 photos at interfree.it Fri May 16 17:34:43 2003 From: photos at interfree.it (photos-ifree) Date: Fri, 16 May 2003 19:34:43 +0200 Subject: [icecast] No audio with slackware for live station In-Reply-To: <3ECBD0F8@webmail.umbc.edu> Message-ID: <14235187176.20030516193443@interfree.it> Hello, I've changend the player, now I have ASHAMPOO Player Plus, there is some errors: playing 'http://xxx.com:8000/radiolive.ogg' Unable to play 'http://xxx.com:8000/radiolive.ogg'. Reported errors: VorbisSet (Ogg Vorbis files - *.ogg) - The initiated action ist not permitted on this object. (file path: 'http://xxx.com:8000/radiolive.ogg') I've substitute ICES2 with MuSE, this is the report of MuSE --- [*] MuSE version 0.8.1-cvs [ http://muse.dyne.org ] . by Denis Rojo aka jaromil . -- [F] OutChannel::thread_init() [F] OutVorbis::OutVorbis() 0x405ea008 [F] OutVorbis::init() 0x405ea008 . initializing Ogg/Vorbis encoder version unknown [F] apply vorbis_encode_setup_vbr(0x407ee968,1,44100,0.100000) [F] vorbis defaults chan 1, freq 44100, qual 0.100000) [F] vorbis_analysis_init OK [F] vorbis_block_init OK [F] ogg_stream_init OK [*] Ogg/Vorbis encoder encoder succesfully initialized [F] password is hackme [F] outchannel id 1000 creates new shouter 0x8140ee0 with id 1001 [F] created icecast shouter ID 1001 [*] Found soundcard on /dev/dsp . full duplex supported. good . mixing 16bit 44100Hz stereo [*] CLI: recording from mic/linein [*] CLI: playing on soundcard [F] apply vorbis_encode_setup_vbr(0x407ee968,1,44100,0.100000) [*] Ogg/Vorbis encoder SET Q1 16Kbit/s 16Khz mono [F] password is hackme [*] Contacting icecast server viabazar.net on port 8000 [*] started streaming on http://xxx.com:8000/radiolive.ogg [W] received signal SIGPIPE (13) on process 13333 [!] shout_send: Socket error [W] received signal SIGPIPE (13) on process 13333 [!] shout_send: Socket error [W] received signal SIGPIPE (13) on process 13333 [!] shout_send: Socket error [!] fatal error on stream id[1] to viabazar.net:8000 [*] closed stream to http://xxx.com:8000/radiolive.ogg --- I've check all configuration, but in the logs of ICECAST there is an error like "attempted to login with invalid or missing" In every change the problem is the same: the player stay connect to the Icecast server, but I don't have an audio signal (like volume=0). Is it a problem with the standard configuration of Slackware 8.1 or 9.0??? (I'd the same problem with Slackware 8.1,also) Any Idea??? TNX Paolo Friday, May 16, 2003, 3:39:47 PM, you wrote: CGM> He means that development of WinAmp 3 has discontinued. WA2 is being updated CGM> to support WA3's extra features (video, media library), and WinAmp 5 (2+3=5) CGM> is the main new development. CGM> You can read the announcement on the WinAmp forums. >>===== Original Message From Stefan Neufeind ===== >>On Fri, 16 May 2003 at 13:15:22, Geoff Shang wrote: >> >>> I understand that Vorbis streaming in Winamp 3 is broken. Winamp 3 is now >>> discontinued anyway. You can get Winamp 2.91 from classic.winamp.com. >> >>What do you mean? Winamp 3 is discontinued? Will 2.x be continued? Where did >>you get that news from? >>--- >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 ---- CGM> List archives: http://www.xiph.org/archives/ CGM> icecast project homepage: http://www.icecast.org/ CGM> To unsubscribe from this list, send a message to 'icecast-request at xiph.org' CGM> containing only the word 'unsubscribe' in the body. No subject is needed. CGM> Unsubscribe messages sent to the list will be ignored/filtered.

-- Best regards, photos-ifree mailto:photos at interfree.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 oddsock at oddsock.org Fri May 16 17:25:07 2003 From: oddsock at oddsock.org (oddsock) Date: Fri, 16 May 2003 12:25:07 -0500 Subject: [icecast] http admin to icecast2 Message-ID: <5.1.1.6.0.20030516122036.02f9ff90@www.oddsock.org> for those who don't get the CVS commits, I thought that I would mention that I've just added and update which provides a basic http admin front-end to icecast2...although it is in bad need of some de-ugliness. I would like to encourage all interested to check it out (win32 versions available here -> http://www.oddsock.org/tools/icecast2, non-win32 available in CVS)... etting it up is pretty simple... there is a new config option which points to a directory containing the admin .xsl files. Just copy the xsl files from the distribution (in the icecast/admin dir) into your adminroot, and hit http://server:port/admin/stats.xsl and please, if anyone is interested in making these templates alot more UI friendly, please let me know, or simply send patches.... 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 arc at indymedia.org Sat May 17 06:07:36 2003 From: arc at indymedia.org (Arc) Date: Sat, 17 May 2003 02:07:36 -0400 Subject: [icecast] BUG: page-aligned data in libshout Message-ID: <20030517060736.GG61084@selket.www-ng.org> I've spent three days tracking this bug down.. I have yet to find how to fix it in the code, tho I do have a workaround which proves the nature of the bug. Sorry for the somewhat-overkill nature of explaining this bug, but some people have been doubting it so I'm going to give the evidence nessesary to prove the nature of it. If you send page-aligned data to libshout (via shout_send) it segfaults on the first page containing vorbis data within the vorbis_packet_blocksize function. Gdb traceback as follows: #0 0x282da38a in vorbis_packet_blocksize () from /usr/local/lib/libvorbis.so.2 #1 0x28419827 in blocksize (vd=0x8234400, p=0xbfbff54c) at vorbis.c:61 #2 0x28419aa4 in send_vorbis (self=0x81c6a80, data=0x827d014 "OggS", len=8153) at vorbis.c:124 #3 0x2841732d in shout_send (self=0x81c6a80, data=0x827d014 "OggS", len=8153) at shout.c:173 #4 0x28411486 in pshoutobj_send () from /usr/local/lib/python2.2/site-packages/shout.so #5 0x080b0c53 in PyCFunction_Call () I waded through libshout for more than a few hours trying to figure out what could cause this, then went to look in libvorbis (and quickly gave up seeing the complexity of it). It was very predictable, segfaulting while sending pageno 2 no matter what bitstream it tried to send. I verified the data by having it save to disk vs send through libshout, the page spliting function is working great. Then I tried to duplicate it on another machine.. Same OS I compiled identical versions of libogg, libvorbis, libshout, py-ogg (my extended version), py-vorbis, py-shout (by brendan), and python just to be on the safe side. Then I ran brendan's example.py (vs attempting to run the exact same python program), worked fine. Then I tried his example.py on the first machine, it also worked fine. I then went back to the buggy code, still segfaulting, this is the block of code that was generating the segfault.. note this does more than split the pages, it's purpose is to "clean up" a physical bitstream where logical chained bitstreams may be unterminated (no EOS page) or where duplicate logical bitstreams are chained sequentially which confuses players because they have the same serialno... : class shoutogg : def __init__(self) : self.ogg = OggSyncState() self.page = 0 self.serial = 0 self.shout = Shout() self.shout.host = stream.host self.shout.port = stream.port self.shout.user = stream.user self.shout.password = stream.password self.shout.mount = stream.mount self.shout.format = 'vorbis' self.shout.protocol = 'http' self.shout.open() def __call__(self, data) : self.ogg.bytesin(data) while 1: newpage = self.ogg.pageseek() if newpage == None : break if self.page == 0 : self.page = newpage continue if self.page.serialno != newpage.serialno : self.page.eos = 1 if newpage.pageno==0 : self.page.eos = 1 self.page.serialno=self.serial if self.page.eos == 1 : if self.serial<65536 : self.serial = self.serial + 1 else : self.serial = 0 print 'syncing' self.shout.sync() out=self.page.header+self.page.body print 'sending page %d' % self.page.pageno self.shout.send(out) print 'sent' self.page=newpage return So I changed the end of it to this: def __call__(self, data) : self.ogg.bytesin(data) buffer='' while 1: newpage = self.ogg.pageseek() if newpage == None : break if self.page == 0 : self.page = newpage continue if self.page.serialno != newpage.serialno : self.page.eos = 1 if newpage.pageno==0 : self.page.eos = 1 self.page.serialno=self.serial if self.page.eos == 1 : if self.serial<65536 : self.serial = self.serial + 1 else : self.serial = 0 out=self.page.header+self.page.body print 'buffering page %d' % self.page.pageno buffer=buffer+out self.page=newpage if buffer!='' : print 'sending %d bytes' % len(buffer) self.shout.sync() self.shout.send(buffer) return It still crashed. I increased the size of the data being sent to the function to 20k, and it continued to segfault in the same way even tho it was sending multiple pages (vorbis headers plus data in first piece) at once, it was still page-aligned. then I changed it like this: def __call__(self, data) : self.ogg.bytesin(data) while 1: newpage = self.ogg.pageseek() if newpage == None : break if self.page == 0 : self.page = newpage continue if self.page.serialno != newpage.serialno : self.page.eos = 1 if newpage.pageno==0 : self.page.eos = 1 self.page.serialno=self.serial if self.page.eos == 1 : if self.serial<65536 : self.serial = self.serial + 1 else : self.serial = 0 out=self.page.header+self.page.body print 'looked at page %d (%d bytes)' % (self.page.pageno,len(out)) self.page=newpage self.shout.sync() self.shout.send(data) return So it still processed the pages the same as it always was, but ignored them and sent the non-page aligned input data anyways. Guess what? - It worked - The last test, and the way the code currently stands, proves that the bug is in sending libshout page-aligned data: [...] self.shout.open() self.shout.send('OggS') def __call__(self, data) : [...] out=self.page.header[3:]+self.page.body+'OggS' print 'Sending Page %d' % self.page.pageno self.shout.sync() self.shout.send(data) self.page=newpage return As you can see it de-page-aligns the data by an offset of four, and this code works beautifully, both fixing the ogg stream before sending it to libshout and also doing so in a way that doesnt cause it to die. :-) I assume the bug causes problems with normal streams, likely one out of 4k pages result in a segfault? I can only guess. Anyways I hope I have provided enough information to track this down, it's too complex for me. -- ------------------------------------------------------------------------ Use GNU Privacy Guard to protect your email, see [http://www.gnupg.org/] The attachement to this and every email I send is my GPG signature which is used to verify that I am the sender and it is unmodified by any third party. You need GNU Privacy Guard installed to verify my GPG signature. This was important even before our government's war on civil liberties, but with the USA PAT RIOT Act signed into law it's especially important to secure our right to communicate freely without federal surveillance. If you have GNU Privacy Guard, please use it to encrypt and sign any and all mail you send me. I can help you in setting up and using encryption to protect your email as well as host workshops for teaching your group. ------------------------------------------------------------------------ -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From arc at indymedia.org Sat May 17 06:30:31 2003 From: arc at indymedia.org (Arc) Date: Sat, 17 May 2003 02:30:31 -0400 Subject: [icecast] OOPS! (was BUG: page-aligned data in libshout) In-Reply-To: <20030517060736.GG61084@selket.www-ng.org> Message-ID: <20030517063031.GH61084@selket.www-ng.org> Sorry everyone, one major flaw in my proof: On Sat, May 17, 2003 at 02:07:36AM -0400, Arc wrote: > > The last test, and the way the code currently stands, proves that the > bug is in sending libshout page-aligned data: > > [...] > self.shout.open() > self.shout.send('OggS') > def __call__(self, data) : > [...] > out=self.page.header[3:]+self.page.body+'OggS' > print 'Sending Page %d' % self.page.pageno > self.shout.sync() > self.shout.send(data) > self.page=newpage > return I was still sending it the raw data, but in a loop so it was doing the whole broken record thing. that tipped me off, looked back, figured it out..

The bug has nothing to do with libshout I think, maybe, but it's more probobal with libvorbis. The reason it was not crashing with strait up data but was segfaulting with page-aligned data was not because it was page-aligned but because I was also changing the serial number.. with the first stream being # 0. Apparently, if I bump the initial serialno to 1 it works great.

-------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From photos at interfree.it Sat May 17 09:52:39 2003 From: photos at interfree.it (photos-ifree) Date: Sat, 17 May 2003 11:52:39 +0200 Subject: [icecast] No audio with slackware for live station In-Reply-To: <912383035.20030516131439@interfree.it> Message-ID: <1567390466.20030517115239@interfree.it> Hy, I've found in the all version of SLACKWARE this package (in the default installation of slack): OGGUTILS ---- (oggutils-1.0.tgz) What is this??? Is a part of "ogg-tools" modules from Xiph.org??? Is it possible that this "oggutils" do my problems??? The modules "ogg-tools" is necessary for live broadcast with ICES2 and ICECAST2 ??? I'd noted that this package (oggutils) is only in the SLACKWARE dist

Many Thanks to all Helper. :-) Paolo

Friday, May 16, 2003, 1:14:39 PM, you wrote: pi> Hy, pi> I've just installed the latest release of icecast2 and ices from CVS. pi> I have a linux Slackware 9.0 with the default packages. pi> After install of ices and icecast & relative libraries (with no errors), I've started the icecast server. pi> When starts ices, this is the debug: pi> --- pi> INFO ices-core/main ices started... pi> INFO input-oss/oss_open_module Opened audio device /dev/dsp at 2 channel(s), 44100 Hz pi> INFO input-oss/oss_open_module Started metadata update thread pi> INFO signals/signal_usr1_handler Metadata update requested pi> INFO metadata/metadata_thread_signal tag 1 is TITLE=Live Radio Stations on the net. pi> INFO metadata/metadata_thread_signal tag 2 is ARTIST=xxx pi> INFO metadata/metadata_thread_signal Updating metadata pi> INFO audio/downmix_initialise Enabling stereo->mono downmixing pi> INFO audio/resample_initialise Initialised resampler for 1 channels, from 44100 Hz to 22050 Hz pi> INFO encode/encode_initialise Encoder initialising in VBR mode: 1 channel(s), 22050 Hz, quality 1.000000 pi> INFO stream/ices_instance_stream Connected to server: viabazar.net:8000/radiokey.ogg pi> INFO audio/resample_initialise Initialised resampler for 1 channels, from 44100 Hz to 22050 Hz pi> DBUG encode/encode_clear Clearing encoder engine pi> INFO encode/encode_initialise Encoder initialising in VBR mode: 1 channel(s), 22050 Hz, quality 1.000000 pi> --- pi> go to the page pi> domain_name:8000/status.xsl pi> I see the mountpoint, the metadata and a link to listen the audio-live. pi> When I click in that link, starts the WINAMP 3 (the file m3u is associated with winamp). pi> It's all OK... pi> Winamp stay connect to the server icecast, but I hear nothing !!! pi> The mixer channel have a right configuration (LINE-IN = volume 90% has Record line!!!) pi> I've tested my sound card, with this comand (from SOX): pi> rec -s w -c 2 -r 44100 track-test.au pi> All is OK ... But from ICES I have no audio signal. pi> This is my ices.xml (the essentials): pi> --- pi> 0 pi> /tmp/local/icecast pi> ices.log pi> 4 pi> 1 pi> pi> pi> pi> Example stream name pi> Example genre pi> A short description of your stream pi> pi> pi> oss pi> 44100 pi> 2 pi> /dev/dsp pi> 1 pi> /icecast/ices.conf/live pi> pi> domain_name pi> 8000 pi> xxxxxxx pi> /radiolive.ogg pi> pi> 1 pi> 22050 pi> 1 pi> pi> 1 pi> --- pi> WHAT IS WRONG??? pi> Many Thanks, in advance! pi> Paolo Remonato --- >>8 ---- pi> List archives: http://www.xiph.org/archives/ pi> icecast project homepage: http://www.icecast.org/ pi> To unsubscribe from this list, send a message to 'icecast-request at xiph.org' pi> containing only the word 'unsubscribe' in the body. No subject is needed. pi> Unsubscribe messages sent to the list will be ignored/filtered.

-- Best regards, photos-ifree mailto:photos at interfree.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 dkgdrury at rogers.com Sat May 17 09:51:34 2003 From: dkgdrury at rogers.com (Douglas Drury) Date: Sat, 17 May 2003 05:51:34 -0400 Subject: [icecast] (no subject) In-Reply-To: <3EC3BA75.9080403@yale.edu> Message-ID: A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2216 bytes Desc: smime.p7s URL: From si at darkness.nu Sat May 17 10:00:01 2003 From: si at darkness.nu (John Farnsworth) Date: Sat, 17 May 2003 05:00:01 -0500 Subject: [icecast] Icecast2 / Ogg / oddcastDSP / Winamp2 Constant Prebuffering In-Reply-To: <3ECBDCAA@webmail.umbc.edu> Message-ID: Well, I duplicated it myself using 2 different machines, one at the office and one at home. Both are Winamp 2.81 as I despise winamp 3 more than I despise windows media player, and nearly as much as I hate realplayer. On Fri, 16 May 2003, Chris G (Moguta) wrote: > Hrm, yes it does sound like a bug in WinAmp. Even if it does prebuffer, the > length counter should be going beyond 0:01 since you've obviously been > listening longer than that after the first second. =P (I don't think the > counter resets after buffering, but I could be wrong.) > > Can you see if you can duplicate it by getting someone else to tune in to the > 'cast with WinAmp? > > >===== Original Message From John Farnsworth ===== > >I don't think it's connection, since I can recreate it across a 100mbit > >LAN without issue. I've been playing with the buffer settings in Winamp, > >haven't been able to clear it up. It isn't buffer underrunning or > >anything, it seems that it's just the fact it thinks the stream is over > >constantly, so starts prebuffering again as start of stream (length always > >shows as <0:01>. I'll keep messing with the vorbis streaming buffer > >settings in Winamp, i'm pretty convinced it's just winamp acting up (I > >fired it up on my PDA, and didn't have the problem). > > > >On Thu, 15 May 2003, Chris G (Moguta) wrote: > > > >> Sounds like WinAmp isn't storing a large enough buffer, or Icecast isn't > >> putting a long enough buffer between what it recieves from Oddcast & what > it > >> transmits to clients. > >> > >> I've never had such a problem, though. Could be your connection? > >> > >> >===== Original Message From John Farnsworth ===== > >> >Hrm, but it works fine (and the mountpoint is /dnumusic.ogg). It just > >> >constantly says it's prebuffering. It doesn't affect the audio output of > >> >it at all, it just never scrolls the songtitle/etc. Just prebuffer, flash > >> >of title, prebuffer again. > >> > > >> >On Thu, 15 May 2003, Jack Moffitt wrote: > >> > > >> >> > Noticing a strange issue, i'm not sure where this lies. I'm using > >> >> > oddcastDSP to stream Ogg to icecast2, which seems to be working ok, > but > >> >> > using winamp (v2) to stream from icecast, winamp is constantly > >> >> > prebuffering, displaying a length of 0:01. Is this a known bug in > either > >> >> > Winamp or icecast, or a configuration issue perhaps? I have a feeling > >> >> > this is Winamp, but I was wondering if anyone knew for sure. > >> >> > >> >> Sounds like you forgot to name your mountpoint ending in .ogg. Winamp > >> >> assumes everythign is mp3 unless you give it a file extension. It > >> >> ignores mimetypes. > >> >> > >> >> jack. > > --- >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 xiph.org Sat May 17 13:51:50 2003 From: msmith at xiph.org (Michael Smith) Date: Sat, 17 May 2003 23:51:50 +1000 Subject: [icecast] OOPS! (was BUG: page-aligned data in libshout) In-Reply-To: <20030517063031.GH61084@selket.www-ng.org> Message-ID: <200305172351.50365.msmith@xiph.org> > > The bug has nothing to do with libshout I think, maybe, but it's more > probobal with libvorbis. The reason it was not crashing with strait up > data but was segfaulting with page-aligned data was not because it was > page-aligned but because I was also changing the serial number.. with > the first stream being # 0. > > Apparently, if I bump the initial serialno to 1 it works great. Hrmm.. Yep, looks like a libshout bug/limitation (it's not a libvorbis bug). By the way, serialno is a 32 bit field, not 16 bit, so you should be resetting it after it gets to 2^32, not 2^16. 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 msmith at xiph.org Sat May 17 13:54:23 2003 From: msmith at xiph.org (Michael Smith) Date: Sat, 17 May 2003 23:54:23 +1000 Subject: [icecast] OOPS! (was BUG: page-aligned data in libshout) In-Reply-To: <20030517063031.GH61084@selket.www-ng.org> Message-ID: <200305172354.23276.msmith@xiph.org> > > The bug has nothing to do with libshout I think, maybe, but it's more > probobal with libvorbis. The reason it was not crashing with strait up > data but was segfaulting with page-aligned data was not because it was > page-aligned but because I was also changing the serial number.. with > the first stream being # 0. > > Apparently, if I bump the initial serialno to 1 it works great. Committed for a fix for this to libshout cvs. Thanks for the bug report. 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 stauf at freshcheese.net Sun May 18 02:53:58 2003 From: stauf at freshcheese.net (Mr. Stauf) Date: Sat, 17 May 2003 20:53:58 -0600 Subject: [icecast] Anyone want to be my hero? Message-ID: <20030518025358.GA27388@freshcheese.net> Hello everyone, I've been using icecast 1 for a long time, and icecast2 has become a very viable alternative now. There is only one small and rather silly thing holding me back. I use liveice for everything. Has anyone hacked liveice to work with icecast2 and ogg? Is anyone writing another client that isn't darkice? I would try and port and rewrite, but my coding skills need refresh... Honestly, if someone pointed out what code I had to rewrite and give me some hints on WHAT to change exactly...I would do so. Thanks for all the work guys. --Stauf --- >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 stefan at neufeind.net Sun May 18 05:19:14 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Sun, 18 May 2003 07:19:14 +0200 Subject: [icecast] Anyone want to be my hero? In-Reply-To: <20030518025358.GA27388@freshcheese.net> Message-ID: <3EC733F2.3336.4C1A1EC@localhost> You could also use the streamTranscoder to sample live audio and encode it but I haven't tested it up to now. As far as Oddsock reported in the near future all vital things will be done by libs - so I guess then it will be almost equal which app you choose because they all rely on the same functionality in the background. Are you doing live-encoding on a workstation? Then give the Oddcast- plugins a try. If you're using Linux (which I conclude from your post) then the XMMS-plugin might be useful for you. Give it a try and tell us about your experiments.

All the best Stefan On 17 May 2003 at 20:53, Mr. Stauf wrote: > Hello everyone, > I've been using icecast 1 for a long time, and icecast2 has become a > very viable alternative now. There is only one small and rather silly > thing holding me back. > > I use liveice for everything. Has anyone hacked liveice to work with > icecast2 and ogg? Is anyone writing another client that isn't > darkice? I would try and port and rewrite, but my coding skills need > refresh... Honestly, if someone pointed out what code I had to rewrite > and give me some hints on WHAT to change exactly...I would do so. --- >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 dachande at gmx.net Sun May 18 15:07:43 2003 From: dachande at gmx.net (Daniel Seebald) Date: Sun, 18 May 2003 17:07:43 +0200 Subject: [icecast] http admin to icecast2 In-Reply-To: <5.1.1.6.0.20030516122036.02f9ff90@www.oddsock.org> Message-ID: <3EC7A1BF.3070403@gmx.net> hi, really nice idea with that admin interface and it just works fine for me. you're right about the need of de-ugliness but it does its job just the way I wanted it so far ;) oddsock wrote: > for those who don't get the CVS commits, I thought that I would > mention that I've just added and update which provides a basic http > admin front-end to icecast2...although it is in bad need of some > de-ugliness. I would like to encourage all interested to check it out > (win32 versions available here -> > http://www.oddsock.org/tools/icecast2, non-win32 available in CVS)... > > setting it up is pretty simple... > > there is a new config option which points to a directory > containing the admin .xsl files. Just copy the xsl files from the > distribution (in the icecast/admin dir) into your adminroot, and hit > http://server:port/admin/stats.xsl > > and please, if anyone is interested in making these templates alot > more UI friendly, please let me know, or simply send patches.... > > oddsock -- CU... Daniel

--- >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 dachande at gmx.net Sun May 18 14:45:13 2003 From: dachande at gmx.net (Daniel Seebald) Date: Sun, 18 May 2003 16:45:13 +0200 Subject: [icecast] No audio with slackware for live station In-Reply-To: <3ECBD0F8@webmail.umbc.edu> Message-ID: <3EC79C79.1020208@gmx.net> Finally they understand the customers wishes... Winamp 3 was really annoying and I told everybody, who was using Winamp 3 to get back to good old Winamp 2.81 :) ok, that was a bit offtopic, but it had to be said ;) Chris G (Moguta) wrote: >He means that development of WinAmp 3 has discontinued. WA2 is being updated >to support WA3's extra features (video, media library), and WinAmp 5 (2+3=5) >is the main new development. > >You can read the announcement on the WinAmp forums. > > -- CU... Daniel

--- >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 ross.levis at cchlawbase.co.nz Sun May 18 22:12:16 2003 From: ross.levis at cchlawbase.co.nz (Ross Levis) Date: Mon, 19 May 2003 10:12:16 +1200 Subject: [icecast] No audio with slackware for live station In-Reply-To: <[icecast] No audio with slackware for live station> Message-ID: <84C0CDE57EDD0841880993D82051278E0A1057@bagheera.internal.cch.co.nz> It's 2.91 now. > Finally they understand the customers wishes... > Winamp 3 was really annoying and I told everybody, who was > using Winamp > 3 to get back > to good old Winamp 2.81 :) --- >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 ross.levis at cchlawbase.co.nz Tue May 20 00:55:10 2003 From: ross.levis at cchlawbase.co.nz (Ross Levis) Date: Tue, 20 May 2003 12:55:10 +1200 Subject: [icecast] OddCastDSPv2 + Winamp 2.91 + SQRSoft crossfader Message-ID: <84C0CDE57EDD0841880993D82051278E0A1064@bagheera.internal.cch.co.nz> Hey Oddsock I couldn't find your email address so sorry for posting to the list. I know we've had a similar discussion in the past but I'm hoping something can be arranged to solve this problem. I've just tried your new OddCastv2 (for Winamp2) with the SQRSoft crossfader hoping that the old problem had been overcome, however, it is much worse. Winamp simply exits without any error as soon as I click Play when connected to an IceCast2 server. This occurs with any sample rate or number of channels. Version 1 would work at most sample rates/channels except for the one we need (22050 mono). Is there an amount of money that can be offered to you to get this working? The company I'm contracted to is about to start streaming many stations. They are sold on the SQRSoft crossfading engine for the professional mixing it offers. They were going to use shoutcast or Windows Media but I directed them towards Ogg Vorbis and they have now signed a deal with MediaCast (http://www.mediacast1.com) who offer IceCast2 servers. I haven't told them yet that it may not be possible to use Ogg Vorbis. I was hoping upon hope that it would be fixed within the couple of months grace we had before going live, but within a week I will have to tell them the bad news. I'm sure they will be willing to offer some money towards a solution. Can you please let me know if anything is possible as soon as possible. Thank you. Regards, Ross Levis. --- >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 Tue May 20 04:53:11 2003 From: oddsock at oddsock.org (oddsock) Date: Mon, 19 May 2003 23:53:11 -0500 Subject: [icecast] OddCastDSPv2 + Winamp 2.91 + SQRSoft crossfader In-Reply-To: <84C0CDE57EDD0841880993D82051278E0A1064@bagheera.internal.c ch.co.nz> Message-ID: <5.1.1.6.0.20030519234414.01e58cd0@www.oddsock.org> ok, so I've fixed it... you ask....you get...(well in this case at least) :) http://www.oddsock.org/tools/oddcastv2_wa2/

At 12:55 PM 5/20/2003 +1200, you wrote: >Hey Oddsock > >I couldn't find your email address so sorry for posting to the list. oddsock at oddsock.org >Is there an amount of money that can be >offered to you to get this working? if you are serious about this, then please by all means contribute to http://www.xiph.org/ogg/vorbis/donate.html by doing so helps us all.... >The company I'm contracted to is about to start streaming many stations. >They are sold on the SQRSoft crossfading engine for the professional >mixing it offers. They were going to use shoutcast or Windows Media but >I directed them towards Ogg Vorbis and they have now signed a deal with >MediaCast (http://www.mediacast1.com) who offer IceCast2 servers. MediaCast provides an excellent package and is the only provider I know that is seriously doing vorbis streaming with icecast2. And FWIW, oddcast also now does WMA... anyway, let me know (offlist) if you run into more problems... 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 ross.levis at cchlawbase.co.nz Tue May 20 05:26:20 2003 From: ross.levis at cchlawbase.co.nz (Ross Levis) Date: Tue, 20 May 2003 17:26:20 +1200 Subject: [icecast] OddCastDSPv2 + Winamp 2.91 + SQRSoft crossfader In-Reply-To: <[icecast] OddCastDSPv2 + Winamp 2.91 + SQRSoft crossfader> Message-ID: <84C0CDE57EDD0841880993D82051278E0A106B@bagheera.internal.cch.co.nz> Oddsock wrote: > ok, so I've fixed it... you ask....you get...(well in this > case at least) :) > > http://www.oddsock.org/tools/oddcastv2_wa2/ Hey Oddsock, I love you! :) It works! I'll strongly recommend a donation to Xiph. Thanks much. Regards, Ross. --- >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 May 21 12:05:44 2003 From: adon at yorku.ca (Adon Irani) Date: Wed, 21 May 2003 08:05:44 -0400 (EDT) Subject: [icecast] mp3 support and compatibility In-Reply-To: <1045072184.9306.142.camel@quasi.ksl.com> Message-ID: hello every0ne , it's ad0n from theDV8network.com . i've been hearing of more and more people in my community who are having troubles connecting to our netw0rk . in most cases , wind0ws media player or realone is stealing the associations ; and even if they've installed winamp , the stream doesn't l0ad . i think , at least for the first-time listeners , i need to add mp3 support .. ( currently i'm using icecast2/ices2 and oggvorbis ) i would use streamTranscoder-0.2 , but it won't transcode my ogg streams ( same problem as mentioned on its homepage forum - connects for about 2o seconds , appears on status.xsl , dies but transcoder continues to run ). otherwise , is ices-0.2.3cvs an option ?? does it require an older version of libshout than ices2 ? i have libshout.so.3.0.0 installed , but ./configure does not detect it ..

i pressume this could work for live programming .. . for the on-demand archives, can ices-0.2.3cvs use .ogg in its playlist ? or would i have to keep .mp3 archives as well ??

many 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 stefan at neufeind.net Wed May 21 12:21:58 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Wed, 21 May 2003 14:21:58 +0200 Subject: [icecast] mp3 support and compatibility In-Reply-To: Message-ID: <3ECB8B86.21617.46C7933@localhost> On 21 May 2003 at 8:05, Adon Irani wrote: > hello every0ne , it's ad0n from theDV8network.com . > > i've been hearing of more and more people in my community who are > having troubles connecting to our netw0rk . in most cases , wind0ws > media player or realone is stealing the associations ; and even if > they've installed winamp , the stream doesn't l0ad . > > i think , at least for the first-time listeners , i need to add mp3 > support .. ( currently i'm using icecast2/ices2 and oggvorbis ) > > i would use streamTranscoder-0.2 , but it won't transcode my ogg > streams ( same problem as mentioned on its homepage forum - connects > for about 2o seconds , appears on status.xsl , dies but transcoder > continues to run ). > > otherwise , is ices-0.2.3cvs an option ?? > does it require an older version of libshout than ices2 ? i have > libshout.so.3.0.0 installed , but ./configure does not detect it .. > > > i pressume this could work for live programming .. . > for the on-demand archives, can ices-0.2.3cvs use .ogg in its playlist > ? or would i have to keep .mp3 archives as well ?? Just a short note: Afaik ices-2.x doesn't support mp3 yet and latest ices-0.2.3 afaik has problems with mp3 (connects okay but doesn't send audio to server). So why not use streamTranscoder? Are there also problems? Have you tried latest?

Greetings Stefan --- >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 remco at rc6.org Wed May 21 12:24:00 2003 From: remco at rc6.org (Remco B. Brink) Date: Wed, 21 May 2003 14:24:00 +0200 Subject: [icecast] mp3 support and compatibility In-Reply-To: Message-ID: <20030521142400.2c440de5.remco@rc6.org> > hello every0ne , it's ad0n from theDV8network.com . > > i've been hearing of more and more people in my community who are > having troubles connecting to our netw0rk . in most cases , wind0ws > media player or realone is stealing the associations ; What associations? > and even if they've installed winamp , the stream doesn't l0ad . Could you give a bit more detailed (logfiles etc) explanation on what is going wrong? Do they constantly re-connect? Does Winamp crash? 404? > i think , at least for the first-time listeners , i need to add mp3 > support .. ( currently i'm using icecast2/ices2 and oggvorbis ) Only the full version of Winamp has Ogg/Vorbis support, if I recall correctly. I've noticed some problems with an Ogg/Vorbis stream that had no specific .ogg extension crashing Winamp. Could be the Winamp version used, could be bug at any other place in the chain. > i would use streamTranscoder-0.2 , but it won't transcode my ogg > streams ( same problem as mentioned on its homepage forum - connects > for about 2o seconds , appears on status.xsl , dies but transcoder > continues to run ). Same problem here, don't know of a fix yet. > otherwise , is ices-0.2.3cvs an option ?? does it require an older > version of libshout than ices2 ? i have libshout.so.3.0.0 installed , > but ./configure does not detect it .. You can't use Ices v0.2.3 with an Icecast2 server, I think. > i pressume this could work for live programming .. . You might want to give DarkIce a try, it works great for live streaming on our network. > for the on-demand archives, can ices-0.2.3cvs use .ogg in its playlist > ? or would i have to keep .mp3 archives as well ?? You can't use Ices v0.2.3 with an Icecast2 server, I think. regards, Remco ps. Stop swapping "0" and "o", it's annoying and lessens your chance of getting a serious response. -- Remco B. Brink -- Information Systems Developer, Opera Software ASA Personal site at http://rc6.org - PGP key at http://rc6.org/rbb.pgp --- >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 May 21 13:01:41 2003 From: gshang at uq.net.au (Geoff Shang) Date: Wed, 21 May 2003 23:01:41 +1000 (EST) Subject: [icecast] mp3 support and compatibility In-Reply-To: <20030521142400.2c440de5.remco@rc6.org> Message-ID: On Wed, 21 May 2003, Remco B. Brink wrote: > > > > i've been hearing of more and more people in my community who are > > having troubles connecting to our netw0rk . in most cases , wind0ws > > media player or realone is stealing the associations ; > > What associations? Probably .M3U > Only the full version of Winamp has Ogg/Vorbis support, if I recall > correctly. I think it's full and standard, not the other one (minimal?). and it needs to be 2.8 or higher (not 3.x, Vorbis streaming is busted in that). > I've noticed some problems with an Ogg/Vorbis stream that had no > specific .ogg extension crashing Winamp. Could be the Winamp version > used, could be bug at any other place in the chain. Winamp doesn't respect the MIME type sent with the stream and thinks that it's an MP3 stream unless it has a .ogg extention. > > i would use streamTranscoder-0.2 , but it won't transcode my ogg > > streams ( same problem as mentioned on its homepage forum - connects > > for about 2o seconds , appears on status.xsl , dies but transcoder > > continues to run ). > > Same problem here, don't know of a fix yet. treamTranscoder 0.2.0 which, last I checked, was the most recent release (December 2002) expects to see application/x-ogg in the MIME header from an icecast2 server, rather than application/ogg. Edit line 167 of transcurl.cpp, then also edit line 848 of liboddcast.cpp for completeness, then recompile. Works fine. > > otherwise , is ices-0.2.3cvs an option ?? does it require an older > > version of libshout than ices2 ? i have libshout.so.3.0.0 installed , > > but ./configure does not detect it .. > > You can't use Ices v0.2.3 with an Icecast2 server, I think. The CVS version of ices 0.2.x in the xiph repository works with CVS libshout and icecast2. You can get CVS snapshots from http://www.xiph.org/~brendan/ Note to developers and webpersons. I really think that the current status of ices 0.x is causing as much confusion as icecast 1.x did before it was publically (i.e. on the site) deprecated. So I suggest that the ices 0.2.3 release be put with icecast 1.x, and a new release (0.2.4? 0.3?) be made and put where people would look for ices 0.x, or, if it's not up to release status, instructions for obtaining it be put with the retrieval instructions for icecast2/ices2/libshout2. This would hopefully stop the "I can't get ices 0.2.3 to work with icecast2" messages. the presence of ices 0.2.3 and icecast 1.3.12 news items on the front page is also a possible sorce of confusion. > > for the on-demand archives, can ices-0.2.3cvs use .ogg in its playlist > > ? or would i have to keep .mp3 archives as well ?? Ices 0.2.3 will take both .ogg and .MP3 files as input and produce MP3 output. 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 remco at rc6.org Wed May 21 13:17:31 2003 From: remco at rc6.org (Remco B. Brink) Date: Wed, 21 May 2003 15:17:31 +0200 Subject: [icecast] mp3 support and compatibility In-Reply-To: Message-ID: <20030521151731.09870a4e.remco@rc6.org> > On Wed, 21 May 2003, Remco B. Brink wrote: > > > > > > i would use streamTranscoder-0.2 , but it won't transcode my ogg > > > streams ( same problem as mentioned on its homepage forum - > > > connects for about 2o seconds , appears on status.xsl , dies but > > > transcoder continues to run ). > > > > Same problem here, don't know of a fix yet. > > streamTranscoder 0.2.0 which, last I checked, was the most recent > release(December 2002) expects to see application/x-ogg in the MIME > header from an icecast2 server, rather than application/ogg. Edit > line 167 of transcurl.cpp, then also edit line 848 of liboddcast.cpp > for completeness, then recompile. Works fine. Thanks for the tip, Geoff! regards, Remco -- Remco B. Brink -- Information Systems Developer, Opera Software ASA Personal site at http://rc6.org - PGP key at http://rc6.org/rbb.pgp --- >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 Wed May 21 13:20:55 2003 From: oddsock at oddsock.org (oddsock) Date: Wed, 21 May 2003 08:20:55 -0500 Subject: [icecast] mp3 support and compatibility In-Reply-To: <20030521151731.09870a4e.remco@rc6.org> Message-ID: <5.1.1.6.0.20030521081804.01bb8828@www.oddsock.org> At 03:17 PM 5/21/2003 +0200, you wrote: > > > > On Wed, 21 May 2003, Remco B. Brink wrote: > > > > > > > > > i would use streamTranscoder-0.2 , but it won't transcode my ogg > > > > streams ( same problem as mentioned on its homepage forum - > > > > connects for about 2o seconds , appears on status.xsl , dies but > > > > transcoder continues to run ). > > > StreamTranscoder has just been updated yesterday with a whole lot of fixes....I have also moved the code from sourceforge to my own CVS... I've changed all the sourceforge links to hopefully alleviate some of the confusion, but for the record, the latest can always be found here -> http://www.oddsock.org/tools/streamTranscoder. The command line and NUI versions are currently available, if you use the win32/linux WX version then you will need to wait a bit while I work out a few UI-related issues... 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 boink at tetter.xs4all.nl Wed May 21 17:16:09 2003 From: boink at tetter.xs4all.nl (boink) Date: Wed, 21 May 2003 19:16:09 +0200 Subject: [icecast] listening to ogg with a Mac Message-ID: <20030521171609.GA8138@tetter.xs4all.nl> hi, I'm not a Mac user, thus, my question is: What is the best way to listen to .ogg files with a Mac? In both Mac 9 and MacOS X. ta, b. -- Nullum magnum ingenium sine mixtura dementiae fuit - Seneca (there is no great genuis without madmess) --- >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 toffe at nah-ko.org Wed May 21 17:24:01 2003 From: toffe at nah-ko.org (Toffe) Date: Wed, 21 May 2003 19:24:01 +0200 Subject: [icecast] listening to ogg with a Mac In-Reply-To: <20030521171609.GA8138@tetter.xs4all.nl> Message-ID: <20030521172401.GD13687@chiarra> On Wed, May 21, 2003 at 07:16:09PM +0200, boink wrote: > > hi, > > I'm not a Mac user, thus, my question is: > > What is the best way to listen to .ogg files with a Mac? In both Mac 9 > and MacOS X. > Hi, I remember that there were a mac version of winamp... I don't know the name but take a look on winamp website. -- Toffe UIN #39872819 http://www.nah-ko.org/ Le travail d'?quipe est essentiel. En cas d'erreur, ?a permet d'accuser quelqu'un autre --- >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 tarken at lyrical.net Wed May 21 17:32:29 2003 From: tarken at lyrical.net (Joseph Wilhelm) Date: 21 May 2003 10:32:29 -0700 Subject: [icecast] listening to ogg with a Mac In-Reply-To: <20030521171609.GA8138@tetter.xs4all.nl> Message-ID: <1053538348.14241.0.camel@jwilhelm.ofsloans.com> On Wed, 2003-05-21 at 10:16, boink wrote: > hi, > > I'm not a Mac user, thus, my question is: > > What is the best way to listen to .ogg files with a Mac? In both Mac 9 > and MacOS X. > > ta, > > b. I haven't used any of this software myself, as I have no Mac to use, but there are lists of software that supports Ogg here: http://www.vorbis.com/software.psp --Joseph Wilhelm --- >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 stefan at neufeind.net Wed May 21 17:52:35 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Wed, 21 May 2003 19:52:35 +0200 Subject: [icecast] mp3 support and compatibility In-Reply-To: Message-ID: <3ECBD903.22774.59B2AFC@localhost> On 21 May 2003 at 23:01, Geoff Shang wrote: > On Wed, 21 May 2003, Remco B. Brink wrote: > > streamTranscoder 0.2.0 which, last I checked, was the most recent > release (December 2002) expects to see application/x-ogg in the MIME > header from an icecast2 server, rather than application/ogg. Edit > line 167 of transcurl.cpp, then also edit line 848 of liboddcast.cpp > for completeness, then recompile. Works fine. application/ogg is the official now, even specified by RFCs, right? --- >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 medwards at ualberta.ca Wed May 21 18:00:03 2003 From: medwards at ualberta.ca (M Edwards) Date: Wed, 21 May 2003 12:00:03 -0600 Subject: [icecast] listening to ogg with a Mac In-Reply-To: <[icecast] listening to ogg with a Mac> Message-ID: <3ECD4FF9@webmail.ualberta.ca> I believe that you can get plugins for iTunes (OSX) that allow you to play ogg files. Be aware that this does not mean they will play ogg vorbis streams. --thanks Michael Edwards http://www.walledcity.ca >===== Original Message From Joseph Wilhelm ===== >On Wed, 2003-05-21 at 10:16, boink wrote: >> hi, >> >> I'm not a Mac user, thus, my question is: >> >> What is the best way to listen to .ogg files with a Mac? In both Mac 9 >> and MacOS X. >> >> ta, >> >> b. > >I haven't used any of this software myself, as I have no Mac to use, but >there are lists of software that supports Ogg here: >http://www.vorbis.com/software.psp > >--Joseph Wilhelm >--- >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 kevin at hilman.org Wed May 21 17:58:43 2003 From: kevin at hilman.org (Kevin Hilman) Date: Wed, 21 May 2003 10:58:43 -0700 Subject: [icecast] listening to ogg with a Mac In-Reply-To: <20030521171609.GA8138@tetter.xs4all.nl> Message-ID: <87of1wp4fg.fsf@bugs.hilman.org> On OSX, I use xmms. Using fink (http://fink.sourceforge.net) and Apple's X server, you can run most *nix X apps. Kevin boink writes: > hi, > > I'm not a Mac user, thus, my question is: > > What is the best way to listen to .ogg files with a Mac? In both Mac 9 > and MacOS X. > > ta, > > 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 jack at xiph.org Wed May 21 18:37:10 2003 From: jack at xiph.org (Jack Moffitt) Date: Wed, 21 May 2003 12:37:10 -0600 Subject: [icecast] listening to ogg with a Mac In-Reply-To: <3ECD4FF9@webmail.ualberta.ca> Message-ID: <20030521183710.GF19992@i.cantcode.com> > I believe that you can get plugins for iTunes (OSX) that allow you to play ogg > files. Be aware that this does not mean they will play ogg vorbis streams. They don't work very well. They only play _certain_ files. I couldn't get them to work hardly at all, although I know I've gotten them to work in the past. YMMV. jack. --- >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 arc at indymedia.org Wed May 21 18:49:23 2003 From: arc at indymedia.org (Arc) Date: Wed, 21 May 2003 14:49:23 -0400 Subject: [icecast] listening to ogg with a Mac In-Reply-To: <20030521183710.GF19992@i.cantcode.com> Message-ID: <20030521184923.GQ1819@selket.nyfss.org> On Wed, May 21, 2003 at 12:37:10PM -0600, Jack Moffitt wrote: > > I believe that you can get plugins for iTunes (OSX) that allow you to play ogg > > files. Be aware that this does not mean they will play ogg vorbis streams. > > They don't work very well. They only play _certain_ files. I couldn't > get them to work hardly at all, although I know I've gotten them to work > in the past. YMMV. I've found it to depend on the machine. Some macs only play ogg files, not streams, others play everything fine, others don't work at all. Also, especially after system updates, the plugins sometimes start to work or stop working.. I don't know if it has anything to do with the quicktime version or anything else in the system.. I think a good policy on these plugins is to not recommend them, if people want to use them and get them to work that's great, but prehaps something like macamp or mint audio would be better to recommend. We really should compile a list of players which work properly with icecast, prehaps start an "icecast certification" process? :-) Ie, it has to play Ogg, has to handle chained bitstreams properly (change metadata, not go haywire when the number of channels or samplerate changes, etc), and prehaps throw some other stuff in there such as it has to properly handle non-vorbis codecs or something (ie, ignore them, give a message that it lacks support, etc).

-------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From adon at yorku.ca Wed May 21 19:03:07 2003 From: adon at yorku.ca (Adon Irani) Date: Wed, 21 May 2003 15:03:07 -0400 (EDT) Subject: [icecast] listening to ogg with a Mac In-Reply-To: <[icecast] listening to ogg with a Mac> Message-ID: ---------- Forwarded message ---------- Subject: Full Mac report

Anyway, here's my full report. I'm gonna recommend the Audion 3 for Mac, and just tell people to follow directions from the dv8 website for the PC. Here goes: Went to the diskset and clicked...got a menu...two Mac options...onc called "Legacy Mac OS," the other was for Mac OSX, which I don't have. So I went into the "Legacy" and tested them all. Here are the Mac results: Audion 3 15 day demo. 30 bucks U.S. to buy. It WORKS! But, I had to go into tools, console, effects, and speed to slow it down to 50% speed. At 100%, it plays way too fast. There is a little rasp or rattle at the high end when its playing. Yech...BUT...the speed effect is cool?you can blast through at 200% or also sweeten it a little by a going slightly faster than 50% (which seems to be their 100%, because it started off terrible at 100%...wayyy too fast. DropOgg Link goes to site not built yet Macamp 14 day demo. Weird...website won't scroll down, can't even reach the download links. Their logo is a ripoff of the Winamp logo, and its name is a ripoff of "Winamp for Mac," which is totally free and works great. These "macamp" people seem sleazy. N2MP3 Pro Demo. Doesn't say on the main page how long the demo is good for, and it's for OSX, which means it should be in the other category. Full price? 60 bucks U.S.! Downloaded it anyway. Says it will "encode a complete audio cd," "encode tracks off an audio cd," "encode a file from your disk," and "encode live from an audio source." When I click on the "encode live," it says that option is disabled, and to go buy the full version. All three of the other options I tried, but it won't recognize the dv8 file on my desktop. Ogg Drop for Mac Freeware. Downloaded, installed...shuts down when opened. Ogg Quicktime Components Downloaded, unstuffed...said put the icon in the "extensions" folder. Usually a piece of cake for a mac user. Drag, drop, restart. But this? After restart...nothing. Tried to open the m3u as an "url" and a "movie," and it won't recognize the file on my desktop. Website also says: "The Ogg Vorbis component now works with QuickTime?6.0.2." Well, all I know is that I downloaded the new free Quicktime 6 from Apple, unstuffed the Ogg Quicktime extension, put it in extensions, restarted and it doesn't work. Unsanity Echo Website says: "This product has been discontinued!"

-Darren --- >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 vanguardist at cox.net Wed May 21 19:19:22 2003 From: vanguardist at cox.net (Manuel Lora) Date: Wed, 21 May 2003 14:19:22 -0500 Subject: [icecast] listening to ogg with a Mac In-Reply-To: Message-ID: <200305211419.22654.vanguardist@cox.net> Have you tried http://www.macamplite.com/ ? They went under, but released the codes to keep the player going beyond the expiration date and that would unlock the other features. I have not tested this myself, but heard that after two weeks, it would still stop working (even if the codes were entered) ml

On Wednesday 21 May 2003 02:03 pm, Adon Irani wrote: > ---------- Forwarded message ---------- > Subject: Full Mac report > > > Anyway, here's my full report. I'm gonna recommend the Audion 3 for Mac, > and just tell people to follow directions from the dv8 website for the PC. > > Here goes: > > Went to the diskset and clicked...got a menu...two Mac options...onc called > "Legacy Mac OS," the other was for Mac OSX, which I don't have. So I went > into the "Legacy" and tested them all. Here are the Mac results: > > Audion 3 > > 15 day demo. 30 bucks U.S. to buy. > It WORKS! But, I had to go into tools, console, effects, and speed to slow > it down to 50% speed. At 100%, it plays way too fast. There is a little > rasp or rattle at the high end when its playing. Yech...BUT...the speed > effect is cool?you can blast through at 200% or also sweeten it a little by > a going slightly faster than 50% (which seems to be their 100%, because it > started off terrible at 100%...wayyy too fast. > > DropOgg > > Link goes to site not built yet > > Macamp > > 14 day demo. Weird...website won't scroll down, can't even reach the > download links. Their logo is a ripoff of the Winamp logo, and its name is > a ripoff of "Winamp for Mac," which is totally free and works great. These > "macamp" people seem sleazy. > > N2MP3 Pro > > Demo. Doesn't say on the main page how long the demo is good for, and it's > for OSX, which means it should be in the other category. Full price? 60 > bucks U.S.! Downloaded it anyway. > Says it will "encode a complete audio cd," "encode tracks off an audio cd," > "encode a file from your disk," and "encode live from an audio source." > When I click on the "encode live," it says that option is disabled, and to > go buy the full version. All three of the other options I tried, but it > won't recognize the dv8 file on my desktop. > > Ogg Drop for Mac > > Freeware. Downloaded, installed...shuts down when opened. > > Ogg Quicktime Components > > Downloaded, unstuffed...said put the icon in the "extensions" folder. > Usually a piece of cake for a mac user. Drag, drop, restart. But this? > After restart...nothing. Tried to open the m3u as an "url" and a "movie," > and it won't recognize the file on my desktop. Website also says: "The Ogg > Vorbis component now works with QuickTime 6.0.2." Well, all I know is that > I downloaded the new free Quicktime 6 from Apple, unstuffed the Ogg > Quicktime extension, put it in extensions, restarted and it doesn't work. > > Unsanity Echo > > Website says: "This product has been discontinued!" > > > -Darren > --- >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 jack at xiph.org Wed May 21 20:07:07 2003 From: jack at xiph.org (Jack Moffitt) Date: Wed, 21 May 2003 14:07:07 -0600 Subject: [icecast] listening to ogg with a Mac In-Reply-To: <20030521184923.GQ1819@selket.nyfss.org> Message-ID: <20030521200706.GI19992@i.cantcode.com> > I think a good policy on these plugins is to not recommend them, if > people want to use them and get them to work that's great, but prehaps > something like macamp or mint audio would be better to recommend. I agree. > We really should compile a list of players which work properly with > icecast, prehaps start an "icecast certification" process? :-) Ie, it > has to play Ogg, has to handle chained bitstreams properly (change > metadata, not go haywire when the number of channels or samplerate > changes, etc), and prehaps throw some other stuff in there such as it > has to properly handle non-vorbis codecs or something (ie, ignore them, > give a message that it lacks support, etc). I highly encourage you to do this. The wiki would be the place to get started. Let me know what help you need from Xiph to make it possible. jack. --- >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 magron at web.de Wed May 21 23:14:49 2003 From: magron at web.de (Matthias Gronwald) Date: Thu, 22 May 2003 01:14:49 +0200 Subject: [icecast] error compiling icecast on woody Message-ID: hi. i just tried to compile latest icecast version from cvs on a debian 'woody' intel machine. autogen works without errors but trying to 'make' it i receive the following error-message in the end. ____________________________________________________________________________ _ ... /usr/local/icecast/stream/include -I/usr/local/icecast/stream/include \ -I/usr/local/icecast/stream/include -c `test -f yp.c || echo './'`yp.c yp.c: In function `yp_submit_url': yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function) yp.c:36: (Each undeclared identifier is reported only once yp.c:36: for each function it appears in.) make[2]: *** [yp.o] Error 1 make[2]: Leaving directory `/usr/local/icecast/src/icecast/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/icecast/src/icecast/src' make: *** [all-recursive] Error 1 ____________________________________________________________________________ _

anyone an idea??

matthias --- >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 kevin at hilman.org Wed May 21 23:53:02 2003 From: kevin at hilman.org (Kevin Hilman) Date: Wed, 21 May 2003 16:53:02 -0700 Subject: [icecast] error compiling icecast on woody In-Reply-To: Message-ID: <877k8jq2ld.fsf@bugs.hilman.org> I had this same problem. To fix, I just commented the line with the CURLOPT_NOSIGNAL out since I couldn't find that option anywhere in the curl headers. It's running fine on my Debian woody box. Kevin "Matthias Gronwald" writes: > hi. > > i just tried to compile latest icecast version from cvs on a debian 'woody' > intel machine. autogen works without errors but trying to 'make' it i > receive the following error-message in the end. > > ____________________________________________________________________________ > _ > ... > /usr/local/icecast/stream/include -I/usr/local/icecast/stream/include \ > -I/usr/local/icecast/stream/include -c `test -f yp.c || echo './'`yp.c > yp.c: In function `yp_submit_url': > yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function) > yp.c:36: (Each undeclared identifier is reported only once > yp.c:36: for each function it appears in.) > make[2]: *** [yp.o] Error 1 > make[2]: Leaving directory `/usr/local/icecast/src/icecast/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/icecast/src/icecast/src' > make: *** [all-recursive] Error 1 > ____________________________________________________________________________ > _ > > > anyone an idea?? > > > matthias > > --- >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. -- If all the world valued food and cheer and song over hoarded gold, the world would be a merrier place. -- Thorin Oakenshield, from "The Hobbit" --- >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 tarken at lyrical.net Thu May 22 00:03:15 2003 From: tarken at lyrical.net (Joseph Wilhelm) Date: 21 May 2003 17:03:15 -0700 Subject: [icecast] error compiling icecast on woody In-Reply-To: Message-ID: <1053561795.14241.7.camel@jwilhelm.ofsloans.com> What you need is the most recent version of libcurl... there was a decision made a month or two ago to bump up the libcurl version dependency, so that's causing frustrations for a lot of people. If you just update though, it will work just fine. :) --Joseph Wilhelm On Wed, 2003-05-21 at 16:14, Matthias Gronwald wrote: > hi. > > i just tried to compile latest icecast version from cvs on a debian 'woody' > intel machine. autogen works without errors but trying to 'make' it i > receive the following error-message in the end. > > ____________________________________________________________________________ > _ > ... > /usr/local/icecast/stream/include -I/usr/local/icecast/stream/include \ > -I/usr/local/icecast/stream/include -c `test -f yp.c || echo './'`yp.c > yp.c: In function `yp_submit_url': > yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function) > yp.c:36: (Each undeclared identifier is reported only once > yp.c:36: for each function it appears in.) > make[2]: *** [yp.o] Error 1 > make[2]: Leaving directory `/usr/local/icecast/src/icecast/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/icecast/src/icecast/src' > make: *** [all-recursive] Error 1 > ____________________________________________________________________________ > _ > > > anyone an idea?? > > > matthias > > --- >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 magron at web.de Thu May 22 01:22:46 2003 From: magron at web.de (Matthias Gronwald) Date: Thu, 22 May 2003 03:22:46 +0200 Subject: [icecast] error compiling icecast on woody In-Reply-To: <877k8jq2ld.fsf@bugs.hilman.org> Message-ID: ok, commenting out really seem to work. :) thanks, matthias --- >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 May 22 01:54:04 2003 From: gshang at uq.net.au (Geoff Shang) Date: Thu, 22 May 2003 11:54:04 +1000 (EST) Subject: [icecast] error compiling icecast on woody In-Reply-To: Message-ID: Hi: You need curl 7.10.x. I think this change was made as part of the code to handle the unavailability of YP servers, so commenting out the line in question might be OK until this happens, at which time it might come back to haunt you. 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 Thu May 22 01:55:31 2003 From: gshang at uq.net.au (Geoff Shang) Date: Thu, 22 May 2003 11:55:31 +1000 (EST) Subject: [icecast] mp3 support and compatibility In-Reply-To: <3ECBD903.22774.59B2AFC@localhost> Message-ID: On Wed, 21 May 2003, Stefan Neufeind wrote: > application/ogg is the official now, even specified by RFCs, right? Right. Icecast2 will actually accept both, but will only ever produce application/ogg as of about January sometime. 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 Thu May 22 05:20:01 2003 From: adon at yorku.ca (Adon Irani) Date: Thu, 22 May 2003 01:20:01 -0400 (EDT) Subject: [icecast] mp3 support and compatibility In-Reply-To: Message-ID: > StreamTranscoder has just been updated yesterday with a whole lot of > fixes....I have also moved the code from sourceforge to my own CVS... I've > changed all the sourceforge links to hopefully alleviate some of the > confusion, but for the record, the latest can always be found here -> > http://www.oddsock.org/tools/streamTranscoder. i have been able to successfully transc0de the ogg stream to mp3 ( sending/receiving from icecast2 ) . i'm using the hiquality stream (ogg vbr quality of 7 ) and dropping it down to a 24kbps mp3 for compatibility thanks for all the updates/fixes . . i think this option will be the most versatile . i can transc0de both my live and rebroadcast streams . as for the on-demand archives , they are in ogg , and i refuse to keep mp3 archives as well .. but i think its fair to expect repeat listeners to setup winamp for their own go0d . ( so long as there is something to listen to by all ie., wmp or realone , they won't just leave frustrated the first time ! )

> > I think it's full and standard, not the other one (minimal?). and it needs > to be 2.8 or higher (not 3.x, Vorbis streaming is busted in that). 3.x DOES work , but not very well .. and i think different people will have varied experiences with it . 2.91 is the new most current version of 2. it is go0d and works well with ogg . . and yes , the lite or minimal version does NOT have ogg support .

> > The CVS version of ices 0.2.x in the xiph repository works with CVS > libshout and icecast2. You can get CVS snapshots from > http://www.xiph.org/~brendan/ > > Ices 0.2.3 will take both .ogg and .MP3 files as input and produce MP3 > output. > i think i'm going to hold off on this option ( streamTranscoder appears to be working very well ) . however, out of curiousity . is there a performance different between reencoding via streamTranscoder vs. ices 0.2.x ? thanks again for the flo0d of support !.. 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 rado at linuxmg.org Thu May 22 10:48:51 2003 From: rado at linuxmg.org (Rado Ramarotafika) Date: Thu, 22 May 2003 12:48:51 +0200 Subject: [icecast] listening to ogg with a Mac In-Reply-To: <20030521171609.GA8138@tetter.xs4all.nl> Message-ID: <200305221249.03789.rado@linuxmg.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Le Mercredi 21 Mai 2003 19:16, boink a ?crit : > hi, > > I'm not a Mac user, thus, my question is: > > What is the best way to listen to .ogg files with a Mac? In both Mac 9 > and MacOS X. On MacOs X only, one can use VLC http://www.videolan.org/vlc/index.html It supports streaming too. - -- Logiciel Libre: la libert? n'a pas de prix rado at linuxmg.org http://linuxmg.org Public Key: http://linuxmg.org/rado_ramarotafika.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+zKsdJUgdcHXeI+kRAkGfAKDNeR8Sg1WzAzEU1iQ8IniU3tdntACfVqHE IWnpPaR7jE9ySvansxXhH4o= =gyuW -----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 cfaber at fpsn.net Mon May 26 05:13:59 2003 From: cfaber at fpsn.net (Colin Faber) Date: Sun, 25 May 2003 23:13:59 -0600 Subject: [icecast] icecast2, libshout2, Shout.pm FreeBSD Message-ID: <3ED1A297.2090907@fpsn.net> Hi all, Has anyone successfully managed to get icecast2 libshout2 and Shout.pm built under freebsd? o far I've been able to build all of them except for Shout.pm. I would like to migrate from icecast1 however I can't do so until I can get everything built. Here is the error I'm having trying to build Shout.pm from the FreeBSD ports tree. # make cc -c -I/usr/local/include -O -pipe -march=pentiumpro -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE Shout.c Shout.c: In function `XS_Shout_raw_new': Shout.c:157: `shout_conn_t' undeclared (first use in this function) Shout.c:157: (Each undeclared identifier is reported only once Shout.c:157: for each function it appears in.) Shout.c:157: `RETVAL' undeclared (first use in this function) Shout.xs:136: syntax error before `)' Shout.c: In function `XS_Shout_DESTROY': Shout.c:178: `shout_conn_t' undeclared (first use in this function) Shout.c:178: `self' undeclared (first use in this function) Shout.c:181: syntax error before `)' Shout.c: In function `XS_Shout_shout_set_ip': Shout.c:210: `shout_conn_t' undeclared (first use in this function) Shout.c:210: `self' undeclared (first use in this function) Shout.c:211: syntax error before `char' Shout.c:214: syntax error before `)' Shout.xs:166: `str' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_port': Shout.c:232: `shout_conn_t' undeclared (first use in this function) Shout.c:232: `self' undeclared (first use in this function) Shout.c:233: syntax error before `int' Shout.c:236: syntax error before `)' Shout.xs:173: `num' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_mount': Shout.c:254: `shout_conn_t' undeclared (first use in this function) Shout.c:254: `self' undeclared (first use in this function) Shout.c:255: syntax error before `char' Shout.c:258: syntax error before `)' Shout.xs:180: `str' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_password': Shout.c:276: `shout_conn_t' undeclared (first use in this function) Shout.c:276: `self' undeclared (first use in this function) Shout.c:277: syntax error before `char' Shout.c:280: syntax error before `)' Shout.xs:187: `str' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_icy_compat': Shout.c:298: `shout_conn_t' undeclared (first use in this function) Shout.c:298: `self' undeclared (first use in this function) Shout.c:299: syntax error before `int' Shout.c:302: syntax error before `)' Shout.xs:194: `num' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_aim': Shout.c:320: `shout_conn_t' undeclared (first use in this function) Shout.c:320: `self' undeclared (first use in this function) Shout.c:321: syntax error before `char' Shout.c:324: syntax error before `)' Shout.xs:201: `str' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_icq': Shout.c:342: `shout_conn_t' undeclared (first use in this function) Shout.c:342: `self' undeclared (first use in this function) Shout.c:343: syntax error before `char' Shout.c:346: syntax error before `)' Shout.xs:208: `str' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_irc': Shout.c:364: `shout_conn_t' undeclared (first use in this function) Shout.c:364: `self' undeclared (first use in this function) Shout.c:365: syntax error before `char' Shout.c:368: syntax error before `)' Shout.xs:215: `str' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_dumpfile': Shout.c:386: `shout_conn_t' undeclared (first use in this function) Shout.c:386: `self' undeclared (first use in this function) Shout.c:387: syntax error before `char' Shout.c:390: syntax error before `)' Shout.xs:222: `str' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_name': Shout.c:408: `shout_conn_t' undeclared (first use in this function) Shout.c:408: `self' undeclared (first use in this function) Shout.c:409: syntax error before `char' Shout.c:412: syntax error before `)' Shout.xs:229: `str' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_url': Shout.c:430: `shout_conn_t' undeclared (first use in this function) Shout.c:430: `self' undeclared (first use in this function) Shout.c:431: syntax error before `char' Shout.c:434: syntax error before `)' Shout.xs:236: `str' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_genre': Shout.c:452: `shout_conn_t' undeclared (first use in this function) Shout.c:452: `self' undeclared (first use in this function) Shout.c:453: syntax error before `char' Shout.c:456: syntax error before `)' Shout.xs:243: `str' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_description': Shout.c:474: `shout_conn_t' undeclared (first use in this function) Shout.c:474: `self' undeclared (first use in this function) Shout.c:475: syntax error before `char' Shout.c:478: syntax error before `)' Shout.xs:250: `str' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_bitrate': Shout.c:496: `shout_conn_t' undeclared (first use in this function) Shout.c:496: `self' undeclared (first use in this function) Shout.c:497: syntax error before `int' Shout.c:500: syntax error before `)' Shout.xs:257: `num' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_set_ispublic': Shout.c:518: `shout_conn_t' undeclared (first use in this function) Shout.c:518: `self' undeclared (first use in this function) Shout.c:519: syntax error before `int' Shout.c:522: syntax error before `)' Shout.xs:264: `num' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_ip': Shout.c:540: `shout_conn_t' undeclared (first use in this function) Shout.c:540: `self' undeclared (first use in this function) Shout.c:541: syntax error before `char' Shout.c:544: syntax error before `)' Shout.xs:270: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_port': Shout.c:564: `shout_conn_t' undeclared (first use in this function) Shout.c:564: `self' undeclared (first use in this function) Shout.c:565: syntax error before `int' Shout.c:568: syntax error before `)' Shout.xs:278: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_mount': Shout.c:588: `shout_conn_t' undeclared (first use in this function) Shout.c:588: `self' undeclared (first use in this function) Shout.c:589: syntax error before `char' Shout.c:592: syntax error before `)' Shout.xs:286: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_password': Shout.c:612: `shout_conn_t' undeclared (first use in this function) Shout.c:612: `self' undeclared (first use in this function) Shout.c:613: syntax error before `char' Shout.c:616: syntax error before `)' Shout.xs:294: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_icy_compat': Shout.c:636: `shout_conn_t' undeclared (first use in this function) Shout.c:636: `self' undeclared (first use in this function) Shout.c:637: syntax error before `int' Shout.c:640: syntax error before `)' Shout.xs:302: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_aim': Shout.c:660: `shout_conn_t' undeclared (first use in this function) Shout.c:660: `self' undeclared (first use in this function) Shout.c:661: syntax error before `char' Shout.c:664: syntax error before `)' Shout.xs:310: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_icq': Shout.c:684: `shout_conn_t' undeclared (first use in this function) Shout.c:684: `self' undeclared (first use in this function) Shout.c:685: syntax error before `char' Shout.c:688: syntax error before `)' Shout.xs:318: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_irc': Shout.c:708: `shout_conn_t' undeclared (first use in this function) Shout.c:708: `self' undeclared (first use in this function) Shout.c:709: syntax error before `char' Shout.c:712: syntax error before `)' Shout.xs:326: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_dumpfile': Shout.c:732: `shout_conn_t' undeclared (first use in this function) Shout.c:732: `self' undeclared (first use in this function) Shout.c:733: syntax error before `char' Shout.c:736: syntax error before `)' Shout.xs:334: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_name': Shout.c:756: `shout_conn_t' undeclared (first use in this function) Shout.c:756: `self' undeclared (first use in this function) Shout.c:757: syntax error before `char' Shout.c:760: syntax error before `)' Shout.xs:342: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_url': Shout.c:780: `shout_conn_t' undeclared (first use in this function) Shout.c:780: `self' undeclared (first use in this function) Shout.c:781: syntax error before `char' Shout.c:784: syntax error before `)' Shout.xs:350: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_genre': Shout.c:804: `shout_conn_t' undeclared (first use in this function) Shout.c:804: `self' undeclared (first use in this function) Shout.c:805: syntax error before `char' Shout.c:808: syntax error before `)' Shout.xs:358: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_description': Shout.c:828: `shout_conn_t' undeclared (first use in this function) Shout.c:828: `self' undeclared (first use in this function) Shout.c:829: syntax error before `char' Shout.c:832: syntax error before `)' Shout.xs:366: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_bitrate': Shout.c:852: `shout_conn_t' undeclared (first use in this function) Shout.c:852: `self' undeclared (first use in this function) Shout.c:853: syntax error before `int' Shout.c:856: syntax error before `)' Shout.xs:374: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_get_ispublic': Shout.c:876: `shout_conn_t' undeclared (first use in this function) Shout.c:876: `self' undeclared (first use in this function) Shout.c:877: syntax error before `int' Shout.c:880: syntax error before `)' Shout.xs:382: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_error': Shout.c:900: `shout_conn_t' undeclared (first use in this function) Shout.c:900: `self' undeclared (first use in this function) Shout.c:901: syntax error before `int' Shout.c:904: syntax error before `)' Shout.xs:390: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_init_connection': Shout.c:924: `shout_conn_t' undeclared (first use in this function) Shout.c:924: `self' undeclared (first use in this function) Shout.c:927: syntax error before `)' Shout.c: In function `XS_Shout_shout_connect': Shout.c:944: `shout_conn_t' undeclared (first use in this function) Shout.c:944: `self' undeclared (first use in this function) Shout.c:945: syntax error before `int' Shout.c:948: syntax error before `)' Shout.c:954: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_disconnect': Shout.c:967: `shout_conn_t' undeclared (first use in this function) Shout.c:967: `self' undeclared (first use in this function) Shout.c:968: syntax error before `int' Shout.c:971: syntax error before `)' Shout.c:977: `RETVAL' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_send_data': Shout.c:990: `shout_conn_t' undeclared (first use in this function) Shout.c:990: `self' undeclared (first use in this function) Shout.c:991: syntax error before `unsigned' Shout.c:996: syntax error before `)' Shout.c:1002: `RETVAL' undeclared (first use in this function) Shout.c:1002: `buff' undeclared (first use in this function) Shout.c:1002: `len' undeclared (first use in this function) Shout.c: In function `XS_Shout_shout_sleep': Shout.c:1015: `shout_conn_t' undeclared (first use in this function) Shout.c:1015: `self' undeclared (first use in this function) Shout.c:1018: syntax error before `)' Shout.c: In function `XS_Shout_shout_update_metadata': Shout.c:1035: `shout_conn_t' undeclared (first use in this function) Shout.c:1035: `self' undeclared (first use in this function) Shout.c:1036: syntax error before `char' Shout.c:1040: syntax error before `)' Shout.c:1046: `RETVAL' undeclared (first use in this function) Shout.c:1046: `metadata' undeclared (first use in this function) *** Error code 1 Stop in /mnt/ipv6.export/usr.4.x/ports/audio/p5-Shout/work/Shout-1.0. -- Colin Faber (303) 859-1491 fpsn.net, Inc. * Black holes are where God divided by zero. * --- >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 Mon May 26 07:38:06 2003 From: msmith at labyrinth.net.au (Michael Smith) Date: Mon, 26 May 2003 17:38:06 +1000 Subject: [icecast] icecast2, libshout2, Shout.pm FreeBSD In-Reply-To: <3ED1A297.2090907@fpsn.net> Message-ID: <20030526073805.CBDE6A411D@eyre.southern.net.au> Colin Faber said: > Hi all, > > Has anyone successfully managed to get icecast2 libshout2 > and Shout.pm built under freebsd? > You'll have to port Shout.pm to use libshout2 - the API has changed (not in terribly major ways for the most part, so it should be a simple and straightforward port). 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 gshang at uq.net.au Tue May 27 03:49:24 2003 From: gshang at uq.net.au (Geoff Shang) Date: Tue, 27 May 2003 13:49:24 +1000 (EST) Subject: [icecast] icecast2, libshout2, Shout.pm FreeBSD In-Reply-To: <20030526073805.CBDE6A411D@eyre.southern.net.au> Message-ID: On Mon, 26 May 2003, Michael Smith wrote: > You'll have to port Shout.pm to use libshout2 - the API has changed (not in > terribly major ways for the most part, so it should be a simple and > straightforward port). Didn't someone do this and post it to icecast-dev? Or was that something else? I'm not a perl programmer. I'd just hate to see someone duplicate work unnecessarily. 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 aleigh at fdmedia.com Tue May 27 18:24:59 2003 From: aleigh at fdmedia.com (adam leigh) Date: Tue, 27 May 2003 13:24:59 -0500 Subject: [icecast] Ices2 / Icecast2 / Long connect and no sound Message-ID: <20030527182500.09A082CEA1F@webmail.fdmedia.com> Hallo, I'm trying to run two seperate live audio streams on my Redhat 8 box. I've got two sound devices that linux (begrudgingly) acknoledges. I can get Ices2 to run off of the onboard sound solution but there seems to be alot of interference, however, when I try to use the PCI-card (a C-Media chipset) it takes a lot time to connect from a remote client and there is no sound coming through at all. I've checked all mixer settings thoroughly as well as making sure the input audio is being processed by the card but it simply does not broadcast it over the net. Can anyone give me suggestions as to the nature of this problem? I'm using OSS drivers because ALSA gave me migranes trying to install and in the end I could not get them to work. THanks in advance! Adam Leigh Full Disclosure Media http://www.fdmedia.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 k.heyes at blueyonder.co.uk Tue May 27 19:51:48 2003 From: k.heyes at blueyonder.co.uk (Karl Heyes) Date: 27 May 2003 20:51:48 +0100 Subject: [icecast] Ices2 / Icecast2 / Long connect and no sound In-Reply-To: <20030527182500.09A082CEA1F@webmail.fdmedia.com> Message-ID: <1054065108.1116.9.camel@bogus.hackers.club> On Tue, 2003-05-27 at 19:24, adam leigh wrote: > Hallo, > > I'm trying to run two seperate live audio streams on my Redhat 8 box. I've got > two sound devices that linux (begrudgingly) acknoledges. I can get Ices2 to > run off of the onboard sound solution but there seems to be alot of > interference, however, when I try to use the PCI-card (a C-Media chipset) it > takes a lot time to connect from a remote client and there is no sound coming > through at all. > > I've checked all mixer settings thoroughly as well as making sure the input > audio is being processed by the card but it simply does not broadcast it over > the net. Check what is reported in the ices log file, see if the requested settings are being accepted. Some devices only accept certain rates like 48000 for instance. Can you describe the interference, are the levels too high for instance, are unused inputs muted ? Can you do some straight recording with rec/sox without interference. > Can anyone give me suggestions as to the nature of this problem? I'm using OSS > drivers because ALSA gave me migranes trying to install and in the end I could > not get them to work. The alsa drivers aren't too bad, there are some extra lines from the modules.conf for automatic loading. The alsa site does describe them though, http://www.alsa-project.org/alsa-doc/ 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 aleigh at fdmedia.com Tue May 27 20:06:17 2003 From: aleigh at fdmedia.com (adam leigh) Date: Tue, 27 May 2003 15:06:17 -0500 Subject: [icecast] Ices2 / Icecast2 / Long connect and no sound In-Reply-To: <1054065108.1116.9.camel@bogus.hackers.club> Message-ID: <20030527200617.9D5E42CEA02@webmail.fdmedia.com> Unfortunately, ices2 isn't writing anything to the logs. I've got them on debug mode, but there still isn't anything being written to indicate it's having a known problem. As far as the interference goes, I've found that reducing the iGain and amping the input source seems to reduce the interfencence a good deal, at least, good enough such that it's only a low murmur in the background. I have tinkered with the bitrates, however, and have found them to have little effect. Unused inputs have all been muted. The secondary (PCI) card still only broadcasts silence even when changing the settings mentioned above. It continues to send no sound even when I have a microphone connected to the card and I can hear it over the local speakers. Nothing on the mixer app seems to change this. --acl

> On Tue, 2003-05-27 at 19:24, adam leigh wrote: > > Hallo, > > > > I'm trying to run two seperate live audio streams on my Redhat 8 box. I've got > > two sound devices that linux (begrudgingly) acknoledges. I can get Ices2 to > > run off of the onboard sound solution but there seems to be alot of > > interference, however, when I try to use the PCI-card (a C-Media chipset) it > > takes a lot time to connect from a remote client and there is no sound coming > > through at all. > > > > I've checked all mixer settings thoroughly as well as making sure the input > > audio is being processed by the card but it simply does not broadcast it over > > the net. > > Check what is reported in the ices log file, see if the requested > settings are being accepted. Some devices only accept certain rates like > 48000 for instance. > > Can you describe the interference, are the levels too high for instance, > are unused inputs muted ? > > Can you do some straight recording with rec/sox without interference. > > > Can anyone give me suggestions as to the nature of this problem? I'm using OSS > > drivers because ALSA gave me migranes trying to install and in the end I could > > not get them to work. > > The alsa drivers aren't too bad, there are some extra lines from the > modules.conf for automatic loading. The alsa site does describe them > though, http://www.alsa-project.org/alsa-doc/ > > 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. > --- >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 k.heyes at blueyonder.co.uk Tue May 27 21:07:32 2003 From: k.heyes at blueyonder.co.uk (Karl Heyes) Date: 27 May 2003 22:07:32 +0100 Subject: [icecast] Ices2 / Icecast2 / Long connect and no sound In-Reply-To: <20030527200617.9D5E42CEA02@webmail.fdmedia.com> Message-ID: <1054069653.1115.20.camel@bogus.hackers.club> On Tue, 2003-05-27 at 21:06, adam leigh wrote: > Unfortunately, ices2 isn't writing anything to the logs. I've got them on > debug mode, but there still isn't anything being written to indicate it's > having a known problem. well thats a problem, you should at least see ices started if not then try to resolve that first. Email the config file to me and I'll have a quick look. > As far as the interference goes, I've found that reducing the iGain and amping > the input source seems to reduce the interfencence a good deal, at least, good > enough such that it's only a low murmur in the background. I have tinkered > with the bitrates, however, and have found them to have little effect. Unused > inputs have all been muted. On mine, I have a Mic Boost which can add horrid interference to the audio. > The secondary (PCI) card still only broadcasts silence even when changing the > settings mentioned above. It continues to send no sound even when I have a > microphone connected to the card and I can hear it over the local speakers. > Nothing on the mixer app seems to change this. Either ices is listening to the wrong dsp device or the mixer has not set the correct input to record. 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 abo at degeneve.net Tue May 27 22:41:30 2003 From: abo at degeneve.net (Xavier Degenčve) Date: Wed, 28 May 2003 00:41:30 +0200 Subject: [icecast] icecast2, libshout2, Shout.pm FreeBSD In-Reply-To: Message-ID: <200305280041.30079.abo@degeneve.net> On Tuesday 27 May 2003 05:49, Geoff Shang wrote: > On Mon, 26 May 2003, Michael Smith wrote: > > You'll have to port Shout.pm to use libshout2 - the API has changed (not > > in terribly major ways for the most part, so it should be a simple and > > straightforward port). > > Didn't someone do this and post it to icecast-dev? Or was that something > else? I'm not a perl programmer. I'd just hate to see someone duplicate > work unnecessarily. Hi folks, I have made some gentoo package for thus who want icecast2/libshout2 from cvs and libshoutperl from a post into the mailing list archive :) The URLof gentoo package is http://limpoo.degeneve.com/icecast2.php and the libshout2perl URL is http://www.xiph.org/archives/icecast-dev/att-0480/01-Shout-1.1.tar.gz I did not remember who post this but THANKS a lot !! Note: The Perl API has changed, open files and use example to find it. Why it is not on CVS ? Somebody have a date of release ? It works fine. Note this ebuild use a "fixed" date version of the CVS, but you can customize it easily. Regards, Xavier --- >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 ericn at ionws.com Wed May 28 02:50:08 2003 From: ericn at ionws.com (Eric Naeseth) Date: Tue, 27 May 2003 21:50:08 -0500 Subject: [icecast] Compile Error Message-ID: <000401c324c3$dd1d8d70$0802a8c0@Alienware> yp.c: In function `yp_submit_url': yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function) yp.c:36: (Each undeclared identifier is reported only once yp.c:36: for each function it appears in.) make[2]: *** [yp.o] Error 1 make[2]: Leaving directory `/root/downloads/icecast-2.0-alpha-2/icecast/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/downloads/icecast-2.0-alpha-2/icecast/src' make: *** [all-recursive] Error 1 I've tried both snapshot and CVS with no success. Running RedHat 9.

--- >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 Wed May 28 02:52:01 2003 From: msmith at labyrinth.net.au (Michael Smith) Date: Wed, 28 May 2003 12:52:01 +1000 Subject: [icecast] Compile Error In-Reply-To: <000401c324c3$dd1d8d70$0802a8c0@Alienware> Message-ID: <20030528025200.575CEA4370@eyre.southern.net.au> Eric Naeseth said: > yp.c: In function `yp_submit_url': > yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function) > yp.c:36: (Each undeclared identifier is reported only once > yp.c:36: for each function it appears in.) > make[2]: *** [yp.o] Error 1 > make[2]: Leaving directory > `/root/downloads/icecast-2.0-alpha-2/icecast/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/root/downloads/icecast-2.0-alpha-2/icecast/src' > make: *** [all-recursive] Error 1 > > I've tried both snapshot and CVS with no success. > Running RedHat 9. > You still need curl 7.10 or greater. 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 brendan at xiph.org Wed May 28 04:02:04 2003 From: brendan at xiph.org (Brendan Cully) Date: Wed, 28 May 2003 00:02:04 -0400 Subject: [icecast] icecast 2 CVS version doesn't compile In-Reply-To: <3EAC4A97.4030001@tyrell.hu> Message-ID: <20030528040204.GA21471@watanabe.kublai.com> On Sunday, 27 April 2003 at 23:24, Akos Maroy wrote: > I got the latest version of icecast2 from the CVS, and I can't compile > it. it says: ... > yp.c: In function `yp_submit_url': > yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function) This is only defined in libcurl 7.10 and later. I've just committed a test for this to the configure script, which should disable YP if libcurl isn't recent enough. I haven't tested it though, so I'd appreciate testing and feedback from the CVS-using community. -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 gshang at uq.net.au Wed May 28 05:40:56 2003 From: gshang at uq.net.au (Geoff Shang) Date: Wed, 28 May 2003 15:40:56 +1000 (EST) Subject: [icecast] icecast 2 CVS version doesn't compile In-Reply-To: <20030528040204.GA21471@watanabe.kublai.com> Message-ID: On Wed, 28 May 2003, Brendan Cully wrote: > This is only defined in libcurl 7.10 and later. I've just committed a > test for this to the configure script, which should disable YP if > libcurl isn't recent enough. I haven't tested it though, so I'd > appreciate testing and feedback from the CVS-using community. Surely preferred behaviour is for configure to complain if libcurl isn't recent enough, and only complete with YP disabled if you specifically disable it with a configure flag. 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 Wed May 28 13:44:32 2003 From: gshang at uq.net.au (Geoff Shang) Date: Wed, 28 May 2003 23:44:32 +1000 (EST) Subject: [icecast] icecast 2 CVS version doesn't compile In-Reply-To: Message-ID: On Wed, 28 May 2003, Geoff Shang wrote: > Surely preferred behaviour is for configure to complain if libcurl isn't > recent enough, and only complete with YP disabled if you specifically > disable it with a configure flag. Or maybe have YP disabled by default and have it complain as above if you enable it with a configure option? It's just that I can see a whole bunch of "I can't get YP stuff to work" messages replacing the "WTF is CURLOPT_NOSIGNAL" messages we're currently getting. Having configure quietly disable YP support and go about its business isn't going to make it any easier for the casual user to figure out what the problem is, and is only going to make what seems to be a common issue harder for us to diagnose (at least now it's easy). I guess whether we opt for YP support to be enabled or disabled by default will be a matter of deciding how mainstream a function it is. Personally, I'd think that most icecast users will want to use it, so I'd vote for it being enabled by default. But I'm not too bothered either way. 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 devin at moonglade.com Wed May 28 14:23:40 2003 From: devin at moonglade.com (Devin Campbell) Date: Wed, 28 May 2003 10:23:40 -0400 Subject: [icecast] Low frequency feedback? In-Reply-To: <5.1.1.6.0.20030516122036.02f9ff90@www.oddsock.org> Message-ID: I'm having a rather strange problem with what sounds like low frequency feedback in my stream. I've been running the stream for several months and this hasn't been happening until recently. I haven't done any upgrades to icecast2 or ices2 and only a few other minor system upgrades that shouldn't be related in any way. It's about time I pulled a new version of everything from CVS, but I was hoping to figure out what's causing this problem before I do the upgrade. Ices2 reads OGG files from disk, reencodes them and sends them to icecast2, not very complicated. You should be able to hear the problem here: http://24.164.83.85:8000/music.ogg It happens with all files that I've tried, I've restarted Ices and Icecast with no effect. The files are fine when I play them directly, so I figure it must be happening during the reencoding. Any thoughts? Thanks, Devin --- >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 k.heyes at blueyonder.co.uk Wed May 28 14:59:13 2003 From: k.heyes at blueyonder.co.uk (Karl Heyes) Date: 28 May 2003 15:59:13 +0100 Subject: [icecast] icecast 2 CVS version doesn't compile In-Reply-To: Message-ID: <1054133954.1142.1.camel@bogus.hackers.club> On Wed, 2003-05-28 at 14:44, Geoff Shang wrote: > I guess whether we opt for YP support to be enabled or disabled by default > will be a matter of deciding how mainstream a function it is. Personally, > I'd think that most icecast users will want to use it, so I'd vote for it > being enabled by default. But I'm not too bothered either way. Personally I would say check to see it's available and disable if not, but then log a warning message if YP services are requested. 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 brendan at xiph.org Wed May 28 15:09:34 2003 From: brendan at xiph.org (Brendan Cully) Date: Wed, 28 May 2003 11:09:34 -0400 Subject: [icecast] icecast 2 CVS version doesn't compile In-Reply-To: Message-ID: <20030528150933.GA17914@watanabe.kublai.com> On Wednesday, 28 May 2003 at 23:44, Geoff Shang wrote: > Or maybe have YP disabled by default and have it complain as above if you > enable it with a configure option? > > It's just that I can see a whole bunch of "I can't get YP stuff to work" > messages replacing the "WTF is CURLOPT_NOSIGNAL" messages we're currently > getting. Having configure quietly disable YP support and go about its > business isn't going to make it any easier for the casual user to figure > out what the problem is, and is only going to make what seems to be a > common issue harder for us to diagnose (at least now it's easy). > > I guess whether we opt for YP support to be enabled or disabled by default > will be a matter of deciding how mainstream a function it is. Personally, > I'd think that most icecast users will want to use it, so I'd vote for it > being enabled by default. But I'm not too bothered either way. Right now, since we aren't yet at release point, I think the highest priority is having it compile out of the box on as many machines as possible. The second priority is exercising as much code as possible. So the current behaviour is to enable YP by default (exercising the YP code), but to disable it with a warning message if the curl library isn't available or of an adequate version (increasing the odds of a successful untweaked compilation). I've added a --disable-yp option. Obviously this turns off YP even if curl is installed. --enable-yp on the other hand causes configure to error out if curl isn't available. How does that sound? --- >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 aleigh at fdmedia.com Wed May 28 18:32:26 2003 From: aleigh at fdmedia.com (adam leigh) Date: Wed, 28 May 2003 13:32:26 -0500 Subject: [icecast] Ices2 / Icecast2 / Long connect and no sound In-Reply-To: <1054069653.1115.20.camel@bogus.hackers.club> Message-ID: <20030528183226.B5CAF2CEA23@webmail.fdmedia.com> > On Tue, 2003-05-27 at 21:06, adam leigh wrote: > > Unfortunately, ices2 isn't writing anything to the logs. I've got them on > > debug mode, but there still isn't anything being written to indicate it's > > having a known problem. > > well thats a problem, you should at least see > ices started > if not then try to resolve that first. Email the config file to me and > I'll have a quick look. Here's a copy of the config file. I've checked the specified directory many times but there's never any updates to it. I can't imagine what might be wrong. ---- Quoted File: ices-live1.xml 0 /usr/local/programs/ices/logs ices-live-1.log 4 1 Example stream name Example genre A short description of your stream oss 44100 2 /dev/dsp1 1 test localhost 8000 hackme /1 0 44100 2 1 44100 22050 --- >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 k.heyes at blueyonder.co.uk Wed May 28 19:10:18 2003 From: k.heyes at blueyonder.co.uk (Karl Heyes) Date: 28 May 2003 20:10:18 +0100 Subject: [icecast] Ices2 / Icecast2 / Long connect and no sound In-Reply-To: <20030528183226.B5CAF2CEA23@webmail.fdmedia.com> Message-ID: <1054149018.1114.3.camel@bogus.hackers.club> On Wed, 2003-05-28 at 19:32, adam leigh wrote: > 1 try setting this to 0 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 aleigh at fdmedia.com Wed May 28 19:54:53 2003 From: aleigh at fdmedia.com (adam leigh) Date: Wed, 28 May 2003 14:54:53 -0500 Subject: [icecast] Ices2 / Icecast2 / Long connect and no sound In-Reply-To: <1054149018.1114.3.camel@bogus.hackers.club> Message-ID: <20030528195453.47F112CEA1F@webmail.fdmedia.com> > On Wed, 2003-05-28 at 19:32, adam leigh wrote: > > > 1 > > try setting this to 0 Ahh, right, it would be something simple. Sorry for the oversight. Anyway, even with it set properly, now, the only warning it gives me is concerning the lack of file to read metadata from. Everything else seems all right, I can quote below. ---- Quoted File: ices-live-1.log [2003-05-28 15:47:56] INFO ices-core/main ices started... [2003-05-28 15:47:56] INFO input-oss/oss_open_module Opened audio device /dev/dsp1 at 2 channel(s), 44100 Hz [2003-05-28 15:47:56] INFO input-oss/oss_open_module Started metadata update thread [2003-05-28 15:47:56] INFO signals/signal_usr1_handler Metadata update requested [2003-05-28 15:47:56] WARN metadata/metadata_thread_signal Failed to open file test for metadata update: No such file or directory [2003-05-28 15:47:56] INFO audio/resample_initialise Initialised resampler for 2 channels, from 44100 Hz to 22050 Hz [2003-05-28 15:47:56] INFO encode/encode_initialise Encoder initialising in VBR mode: 2 channel(s), 22050 Hz, quality 0.000000 [2003-05-28 15:47:56] INFO stream/ices_instance_stream Connected to server: localhost:8000/1

--- Thanks for all the help so far! --acl --- >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 Thu May 29 00:26:09 2003 From: oddsock at oddsock.org (oddsock) Date: Wed, 28 May 2003 19:26:09 -0500 Subject: [icecast] icecast 2 CVS version doesn't compile In-Reply-To: <20030528150933.GA17914@watanabe.kublai.com> Message-ID: <5.1.1.6.0.20030528192005.02293a38@www.oddsock.org> >Right now, since we aren't yet at release point, I think the highest >priority is having it compile out of the box on as many machines as >possible. The second priority is exercising as much code as possible. > >So the current behaviour is to enable YP by default (exercising the YP >code), but to disable it with a warning message if the curl library >isn't available or of an adequate version (increasing the odds of a >successful untweaked compilation). > >I've added a --disable-yp option. Obviously this turns off YP even if >curl is installed. --enable-yp on the other hand causes configure to >error out if curl isn't available. > >How does that sound? I don't understand what is wrong with a simple mandatory version check for curl 7.10.x ? Now, granted I'm not a autoconf guru, but doing things like "if you have version 7.10.x of curl, then enable YP support, otherwise send a warning disabling the yp code" seems just very wrong (and non-standard - again not necessarily speaking from experience)....Most people have curl installed, just the wrong version, so making sure they have the correct version and blowing out of the configure script if not seems appropriate to me. So, I'd suggest : enable YP by default, check for curl 7.10.x and if either curl does not exist, or the version is not current enough, cause configure to error. keep the --disable-yp for those who don't want to install curl and could care less about listing in a yp. 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 gshang at uq.net.au Thu May 29 07:26:34 2003 From: gshang at uq.net.au (Geoff Shang) Date: Thu, 29 May 2003 17:26:34 +1000 (EST) Subject: [icecast] Low frequency feedback? In-Reply-To: Message-ID: On Wed, 28 May 2003, Devin Campbell wrote: > I'm having a rather strange problem with what sounds like low frequency > feedback in my stream. I have to say that I'm not hearing it. I am hearing what sounds a bit like low level distortion sometimes, but I'm not familiar with the material so it might be meant to sound like that. I'm certainly not hearing what I'd describe as low frequency feedback, and given your setup, I can't see how such a thing could be introduced. Perhaps you could describe the artifact a little more in the hope that someone might recognise what you're hearing. 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 devin at moonglade.com Thu May 29 12:47:13 2003 From: devin at moonglade.com (Devin Campbell) Date: Thu, 29 May 2003 08:47:13 -0400 Subject: [icecast] Low frequency feedback? In-Reply-To: Message-ID: Hey Geoff, thanks for the reply. I had a chance to listen to it for quite a while yesterday and I realized that it's not a constant problem. It starts out really soft, so soft that you wouldn't even notice it if you didn't know what to listen for. I have two types of songs playing at the moment, loud music (rock/punk) and very soft music (middle eastern style). It seems to always start during one of the loud songs. The tone (always the same frequency) slowly starts to build. By the end of the song it's very noticeable. It keeps increasing until the music is almost inaudible. I was unable to observe when it stops producing this tone, unfortunately. I really couldn't understand how this would happen with my setup either. That's why it bothers me so much, I don't know of anything I can do to correct a problem like that. Actually, it's happening right now as I listen to the stream. The last song was fine. This song is loud enough that I can't hear the tone, but I can hear the volume of the music dropping.... After about 20 seconds the music is about half the volume and the tone is clearly audible. Now a quiet song plays and the tone is still present, this song is so quiet to start with that I can now barely hear the music. I was able to capture the problem in an MP3 file. There's a really high frequency tone in the sample, but that wasn't in the original stream it came from Cakewalk. The problem I'm talking about is the lower hum that sounds like a vacuum cleaner running. http://www.starbeamllc.com/images/feedback.mp3 Thanks for taking the time! Devin -----Original Message----- From: owner-icecast at xiph.org [mailto:owner-icecast at xiph.org]On Behalf Of Geoff Shang Sent: Thursday, May 29, 2003 3:27 AM To: icecast at xiph.org Subject: Re: [icecast] Low frequency feedback?

On Wed, 28 May 2003, Devin Campbell wrote: > I'm having a rather strange problem with what sounds like low frequency > feedback in my stream. I have to say that I'm not hearing it. I am hearing what sounds a bit like low level distortion sometimes, but I'm not familiar with the material so it might be meant to sound like that. I'm certainly not hearing what I'd describe as low frequency feedback, and given your setup, I can't see how such a thing could be introduced. Perhaps you could describe the artifact a little more in the hope that someone might recognise what you're hearing. 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. --- >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 Mitja.Pirih at radiocapris.com Thu May 29 12:53:13 2003 From: Mitja.Pirih at radiocapris.com (Mitja Pirih) Date: Thu, 29 May 2003 14:53:13 +0200 Subject: [icecast] Compile Error In-Reply-To: <[icecast] Compile Error> Message-ID: > > `/root/downloads/icecast-2.0-alpha-2/icecast/src' > > make: *** [all-recursive] Error 1 > > I've tried both snapshot and CVS with no success. > > Running RedHat 9. > You still need curl 7.10 or greater. I am actually compiling it OK, but it stil reports to use curl 7.10 or greater. I am using OpenBSD 3.3 (stable) with curl 7.10.3p1. Regards, Mitja --- >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 May 29 13:30:19 2003 From: gshang at uq.net.au (Geoff Shang) Date: Thu, 29 May 2003 23:30:19 +1000 (EST) Subject: [icecast] Low frequency feedback? In-Reply-To: Message-ID: On Thu, 29 May 2003, Devin Campbell wrote: > I had a chance to listen to it for quite a while yesterday and I realized > that it's not a constant problem. hmmmm. Maybe it's in the player. If you kill off your player then restart it, is it still there? A friend of mine experiences noise with ogg123 that gradually creeps in, though it's not as subtle as what you're describing and it takes a good while to happen. > http://www.starbeamllc.com/images/feedback.mp3 Sorry, I got a 404 not found error with this URL. 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 devin at moonglade.com Thu May 29 14:44:58 2003 From: devin at moonglade.com (Devin Campbell) Date: Thu, 29 May 2003 10:44:58 -0400 Subject: [icecast] Low frequency feedback? In-Reply-To: Message-ID: > hmmmm. Maybe it's in the player. If you kill off your player then restart > it, is it still there? A friend of mine experiences noise with ogg123 that > gradually creeps in, though it's not as subtle as what you're describing > and it takes a good while to happen. Crap, I think it is in the player! It's Winamp 2.91. That's where I thought the problem was at first, but I could stop the stream and restart and the problem was still there. I could play other MP3/OGG files and then restart the stream with the same problem occurring. But, I didn't completely restart the client. That made the problem go away. >> http://www.starbeamllc.com/images/feedback.mp3 > Sorry, I got a 404 not found error with this URL. That's odd... Works from a system in Ohio and one in California. Oh well, thanks for the pointer in the right direction. I guess my next question is: is there something special about my stream or my songs that's causing this? I'll have to do some experimentation. Devin --- >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 ross at stationplaylist.com Thu May 29 20:56:09 2003 From: ross at stationplaylist.com (Ross Levis) Date: Fri, 30 May 2003 08:56:09 +1200 Subject: [icecast] Low frequency feedback? In-Reply-To: Message-ID: <004101c32624$bb6f7d70$0300a8c0@levis3> I tuned into your 320kb/s mp3 feed with Winamp 2.91 and immediately I could hear the loud hum. I doubt it's the player. Ross Levis http://winvorbis.stationplaylist.com http://www.stationplaylist.com

----- Original Message ----- From: "Devin Campbell" To: Sent: Friday, May 30, 2003 2:44 AM Subject: RE: [icecast] Low frequency feedback?

> > hmmmm. Maybe it's in the player. If you kill off your player then > restart > > it, is it still there? A friend of mine experiences noise with ogg123 > that > > gradually creeps in, though it's not as subtle as what you're describing > > and it takes a good while to happen. > > Crap, I think it is in the player! It's Winamp 2.91. That's where I > thought > the problem was at first, but I could stop the stream and restart and the > problem was still there. I could play other MP3/OGG files and then restart > the stream with the same problem occurring. But, I didn't completely > restart > the client. That made the problem go away. > > >> http://www.starbeamllc.com/images/feedback.mp3 > > Sorry, I got a 404 not found error with this URL. > > That's odd... Works from a system in Ohio and one in California. Oh well, > thanks for the pointer in the right direction. > > I guess my next question is: is there something special about my stream > or my songs that's causing this? I'll have to do some experimentation. > > Devin > > --- >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 Fri May 30 08:25:14 2003 From: gtgbr at gmx.net (gtgbr at gmx.net) Date: Fri, 30 May 2003 10:25:14 +0200 Subject: [icecast] Low frequency feedback? In-Reply-To: Message-ID: <3ED7156A.8E05F6F9@gmx.net> Devin Campbell wrote: > >> http://www.starbeamllc.com/images/feedback.mp3 > I guess my next question is: is there something special about my stream > or my songs that's causing this? I'll have to do some experimentation. Owtch, my ears. :( I find that 16 kHz beep most irritating, it hurts even at low volumes. ;P Anyways, the humming you hear is actually multiple tones, that spread out in ripples - same like the 16 kHz (16050 Hz, to be exact) beep. The interesting part is the frequencies of the ripples. These are, in decreasing strength, 147 Hz, 440 Hz, 732 Hz, 1025 Hz, 1318 Hz. Those are the notes D, A, F#, C, E (and quite more, but those are the ones that are visible in the analysis even with the "background" music playing). This looks like some fucked up test tones generated by a music/notes-aware progam. You say the 16 kHz thing is coming from Cakewalk? Then the low hum is probably coming from there, too. Why all this is happening, I don't know. However, both hum and beep look so much alike, so an uneducated conclusion is that they're somehow related. ;P Maybe the attached pic helps you to find the culprit.

Moritz -------------- next part -------------- A non-text attachment was scrubbed... Name: feedback-mp3.png Type: image/png Size: 28143 bytes Desc: feedback-mp3.png URL: From devin at moonglade.com Fri May 30 14:35:22 2003 From: devin at moonglade.com (Devin Campbell) Date: Fri, 30 May 2003 10:35:22 -0400 Subject: [icecast] Low frequency feedback? In-Reply-To: <3ED7156A.8E05F6F9@gmx.net> Message-ID: While crafting a rather lengthy reply (included below for information's sake) I believe I stumbled on to the real problem. At some point I was playing around with the Ices2 samplerate to see how that affected sound quality and CPU usage, etc. I ended up leaving this set to 32000 in the ices.xml. What I didn't realize was that Winamp 2.91 said the stream was 44 kHz as it played. I changed Ices to reencode at 44100 and after listening to the stream for over an hour and a half I see no sign of the problem. So, is Ices doing something funny during the reencoding process or is there something wrong with Winamp 2.91 listening to a 32 kHz, quality 0 OGG stream or is it just my setup? Devin > Owtch, my ears. :( I find that 16 kHz beep most irritating, it hurts > even at low volumes. ;P I agree. :) When I say that this 16 kHz beep is coming from Cakewalk, I'm fairly confident of that, but the lower hum was there before I captured that sample in Cakewalk. Let me expand on the procedure that I came by that MP3. I'm streaming OGG files with Ices2 and Icecast2. When I listen to the stream with Winamp 2.91 the low end hum slowly creeps into the stream (takes about 5-10 minutes). After 10 minutes or so the hum is overpowering. Since I don't want to force people to listen to the stream for 10 minutes to see the problem, I captured the audio coming through my mixer to lay down a track in Cakewalk. So, the 16 kHz tone either came from the Windows mixer or Cakewalk during the capture process because it exists afterward, but not before. That is, unless Winamp is doing something that blocks out the high frequency before it gets to my speakers.... the EQ has 16k pumped up fairly high so if it's there I think I would have heard it. So, the MP3 is just a static MP3 file with a captured sample of the problem. It looks like the 16 kHz signal was a product of Cakewalk's conversion to MP3. Here's an OGG that sounds more true to what I'm hearing on the stream. http://www.starbeamllc.com/images/feedback.ogg The thing that bothers me is how the sound slowly grows from nothing to almost overpowering. Gives me the impression of some sort of feedback loop. I've listened to several other OGG streams (listed on Oddsock's site) and found a few with similar bitrates, but I haven't noticed the problem on any of their streams.

--- >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 linuxmailing at derpaul.com Fri May 30 19:36:04 2003 From: linuxmailing at derpaul.com (Paul) Date: Fri, 30 May 2003 21:36:04 +0200 Subject: [icecast] ices2 and old icecast? Message-ID: Hello! I want use ices and icecast, i had problems with old ices and try now to use the new one. i tried debian woody, freebsd 4.8, freebsd 5.0 with ices2 only with freebsd 4.8 i could install ices2 but icecast2... or can any one tell me where icecast2 are running on which system? or can i send the stream with ices2 to icecast 1.3? i get the message that ices dont have the right encoder password, i think that ices2 dont have a encoder password, can i turn off? please... I WANT ICECAST STREAM : ((( thanks Paul --- >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 linuxmailing at derpaul.com Fri May 30 19:59:04 2003 From: linuxmailing at derpaul.com (Paul) Date: Fri, 30 May 2003 21:59:04 +0200 Subject: [icecast] AW: ices2 and old icecast? In-Reply-To: <1054324582.7970.87.camel@bogus.hackers.club> Message-ID: i have now installed debian again i think i dont try icecast2 with debian... on freebsd 5.0 i get errors when i compile icecast2 and i dont understand what he want from me... freebsd 4.8 i cant use, it do not work with my network cards... i take a look from your site! thanks which system you use with icecast 2? thanks Paul -----Urspr?ngliche Nachricht----- Von: Karl Heyes [mailto:k.heyes at blueyonder.co.uk] Gesendet: Freitag, 30. Mai 2003 21:56 An: Paul Betreff: RE: ices2 and old icecast?

I haven't tried building ices2 on FBSD 5 yet, so knowing what errors show up would be helpful. My tailored code bases are on www.1ce.org/xiph. The ices/libshout combo on there may very well build on FBSD5 but the config file format is slightly different to CVS so if you try those check out the conf/ directory. The icecast on there is pretty much CVS with a couple of pending fixes and build updates. This you may want to try. I don't think ices2 will work with icecast 1.x, the authentication IIRC is different. 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 linuxmailing at derpaul.com Fri May 30 20:46:28 2003 From: linuxmailing at derpaul.com (Paul) Date: Fri, 30 May 2003 22:46:28 +0200 Subject: [icecast] checking for oggpack_writealign in -logg... no In-Reply-To: <1054325470.7969.107.camel@bogus.hackers.club> Message-ID: can u tell me what i need? configure tells me: checking for oggpack_writealign in -logg... no my config.log are under: 217.224.222.41/~ftp/config.log --- >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 linuxmailing at derpaul.com Fri May 30 22:04:26 2003 From: linuxmailing at derpaul.com (Paul) Date: Sat, 31 May 2003 00:04:26 +0200 Subject: [icecast] WOW!!!! In-Reply-To: <1054328750.7969.168.camel@bogus.hackers.club> Message-ID: Hey Karl, you are great! since 2 month i tried to install ices and icecast this evening i finished! ehm, i have an other question, the old icecast had a console with the link and something else, if i start now, i see nothing, have i connect to icecast to the admin console? i have clammy hands! if icecast run now! i will so happy! : ) now i only have to fixed my second kernel... crc error... then i m really happy *smile* very thanks to you it is very rare that someone tell really helpfull information : ) thanks!! Paul --- >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 linuxmailing at derpaul.com Fri May 30 23:27:05 2003 From: linuxmailing at derpaul.com (Paul) Date: Sat, 31 May 2003 01:27:05 +0200 Subject: [icecast] no mp3s with ices2!? an other way? Message-ID: Oh... thats new for me... how can i use my mp3s with ices2? can i use with device input module or stdin input module? do i play the files to /dev/dsp and ices catch this? thanks Paul --- >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 stefan at neufeind.net Sat May 31 08:17:57 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Sat, 31 May 2003 10:17:57 +0200 Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: Message-ID: <3ED88155.25342.D78D3@localhost> You "should" be able to use mp3s with ices. But not with ices2-2.x. You have to grab ices-0.2.3 from the snapshots. The earlier versions of ices-0.2.3 containted mp3-support but were not capable of streaming to an icecast2-server (only icecast). The current builds support both features. But from testing myself and from the list I recall there have been some problems: Ices connected fine, said it is playing mp3-audio - but you can't hear anything when you listen to the stream. Did anybody resolve the problem already? It would be really nice to get this feature working Or how about adding mp3-support again to ices-2.x? Some people voted against that - but why?

Best wishes Stefan On 31 May 2003 at 1:27, Paul wrote: > Oh... > thats new for me... > how can i use my mp3s with ices2? > can i use with device input module or stdin input module? > do i play the files to /dev/dsp and ices catch this? --- >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 May 31 09:07:46 2003 From: adon at yorku.ca (Adon Irani) Date: Sat, 31 May 2003 05:07:46 -0400 (EDT) Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: <3ED88155.25342.D78D3@localhost> Message-ID: > You "should" be able to use mp3s with ices. But not with ices2-2.x. > You have to grab ices-0.2.3 from the snapshots. The earlier versions > of ices-0.2.3 containted mp3-support but were not capable of > streaming to an icecast2-server (only icecast). The current builds > support both features. one suggestion ; i have ices2-2.x doing (1) live encoding and (2) .ogg recast , depending on the time of day, etc .. to add mp3 support , I've now got streamTranscoder running as well .. this provides another mp3 mountpoint , and this works with icecast2 . i've had it running for about a week now , and it's going well . 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 adon at yorku.ca Sat May 31 09:11:21 2003 From: adon at yorku.ca (Adon Irani) Date: Sat, 31 May 2003 05:11:21 -0400 (EDT) Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: <3ED88155.25342.D78D3@localhost> Message-ID: > Best wishes > Stefan (on second thought ) :: my last post assumed that you had .OGG files to begin with .. depending on the size of your library, you may want to convert your mp3s to ogg . i ended up doing this , and it made things much simpler on the web end . also ; check out dir2ogg .. echo "dir2ogg written by Darren Kirby; linuxbot at shaw.ca; www.badcomputer.no-ip.com/" 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 stefan at neufeind.net Sat May 31 09:29:25 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Sat, 31 May 2003 11:29:25 +0200 Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: Message-ID: <3ED89215.11632.4EE779@localhost> I have mp3s as input and can't convert them all. And since my listeners will ONLY use mp3-streaming I don't want the overhead and quality-loss of converting mp3 to ogg and later stream-transcode them from ogg back to mp3. That's not worth it. So why can't support for mp3 be added to ices2? From a technical point, I mean? Somebody said "It's not and never will be". Any good reason for that? This is the only problem why I'm fiddling around with ices-0.2.3-cvsbuild (and not getting it to work, but thats another story). On 31 May 2003 at 5:11, Adon Irani wrote: > > Best wishes > > Stefan > > (on second thought ) :: > my last post assumed that you had .OGG files to begin with .. > depending on the size of your library, you may want to convert your > mp3s to ogg . i ended up doing this , and it made things much simpler > on the web end . > > also ; check out dir2ogg .. > echo "dir2ogg written by Darren Kirby; linuxbot at shaw.ca; > www.badcomputer.no-ip.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 adon at yorku.ca Sat May 31 10:17:17 2003 From: adon at yorku.ca (Adon Irani) Date: Sat, 31 May 2003 06:17:17 -0400 (EDT) Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: <3ED89215.11632.4EE779@localhost> Message-ID: > So why can't support for mp3 be added to ices2? From a technical > point, I mean? Somebody said "It's not and never will be". Any good > reason for that? This is the only problem why I'm fiddling around > with ices-0.2.3-cvsbuild (and not getting it to work, but thats > another story). can't answer to the technicals ., but as far as getting ices-0.x_cvs to build , try the ices-0.2.3 and libshout-2.0 tarballs from http://www.icecast.org/~brendan .. these helped me solve the ices-0.x_cvs won't compile problem . 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 stefan at neufeind.net Sat May 31 11:08:45 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Sat, 31 May 2003 13:08:45 +0200 Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: Message-ID: <3ED8A95D.12043.A9DAB8@localhost> On 31 May 2003 at 6:17, Adon Irani wrote: > > So why can't support for mp3 be added to ices2? From a technical > > point, I mean? Somebody said "It's not and never will be". Any good > > reason for that? This is the only problem why I'm fiddling around > > with ices-0.2.3-cvsbuild (and not getting it to work, but thats > > another story). > > can't answer to the technicals ., but as far as getting ices-0.x_cvs > to build , try the ices-0.2.3 and libshout-2.0 tarballs from > http://www.icecast.org/~brendan .. these helped me solve the > ices-0.x_cvs won't compile problem . Did that and was able to compile fine. But as reported to the list already even by someone else some days / weeks ago ices-0.2.3-cvs SEEMS to stream MP3s correctly to the server and icecast2 SEEMS to rebroadcast the audio. But the only thing you get is silence. So there must be a problem somewhere. Anyway, wouldn't it be easier to add mp3-support to ices-2 instead of testing and fixing the old 0.2.3? --- >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 linuxmailing at derpaul.com Sat May 31 11:33:51 2003 From: linuxmailing at derpaul.com (Paul) Date: Sat, 31 May 2003 13:33:51 +0200 Subject: [icecast] nice: EROR stream/ices_instance_stream libshout error: Out of memory Message-ID: ehm, how many memory i need!? : ) i had first 64mb now i have 128mb but also: EROR stream/ices_instance_stream libshout error: Out of memory... --- >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 k.heyes at blueyonder.co.uk Sat May 31 11:49:11 2003 From: k.heyes at blueyonder.co.uk (Karl Heyes) Date: 31 May 2003 12:49:11 +0100 Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: <3ED89215.11632.4EE779@localhost> Message-ID: <1054381751.7969.1082.camel@bogus.hackers.club> On Sat, 2003-05-31 at 10:29, Stefan Neufeind wrote: > I have mp3s as input and can't convert them all. And since my > listeners will ONLY use mp3-streaming I don't want the overhead and > quality-loss of converting mp3 to ogg and later stream-transcode them > from ogg back to mp3. That's not worth it. > So why can't support for mp3 be added to ices2? From a technical > point, I mean? Somebody said "It's not and never will be". Any good All transcoding suffers from this. it doesn't matter if you do it before hand converting all your files or trancoding on-the-fly inside something like ices. Nothing is stopping it technically, but it's the non-technical points that are stopping this, there are patents on mp3 that people need to consider, ices2 is a xiph project so producing ogg streams comes before sorting out mp3 and of course some developers have to be interested in producing mp3 streams. There is nothing wrong with having multiple apps talking to icecast2. 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 k.heyes at blueyonder.co.uk Sat May 31 11:52:02 2003 From: k.heyes at blueyonder.co.uk (Karl Heyes) Date: 31 May 2003 12:52:02 +0100 Subject: [icecast] nice: EROR stream/ices_instance_stream libshout error: Out of memory In-Reply-To: Message-ID: <1054381922.7970.1089.camel@bogus.hackers.club> On Sat, 2003-05-31 at 12:33, Paul wrote: > ehm, how many memory i need!? : ) > i had first 64mb now i have 128mb but also: > EROR stream/ices_instance_stream libshout error: Out of memory... ouch, can you send me the ices log 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 linuxmailing at derpaul.com Sat May 31 12:02:04 2003 From: linuxmailing at derpaul.com (Paul) Date: Sat, 31 May 2003 14:02:04 +0200 Subject: AW: [icecast] nice: EROR stream/ices_instance_stream libshouterror: Out of memory In-Reply-To: <1054381922.7970.1089.camel@bogus.hackers.club> Message-ID: i can do it, but i mean it would not talk much to you ; ) [2003-05-31 12:00:25] INFO ices-core/main ices started... [2003-05-31 12:00:25] EROR stream/ices_instance_stream libshout error: Out of memory [2003-05-31 12:00:31] INFO signals/signal_int_handler Shutdown requested... [2003-05-31 12:16:47] INFO ices-core/main ices started... [2003-05-31 12:16:47] EROR stream/ices_instance_stream libshout error: Out of memory [2003-05-31 12:16:51] INFO signals/signal_int_handler Shutdown requested... ehm, befor i get this message i remove the password for icecast in the ices config. because ices said EROR stream/ices_instance_stream Failed initial connect to 192.168.1.10:8000 (Unknown error) in the error.log from icecast: [2003-05-31 13:10:04] INFO main/main icecast server started [2003-05-31 13:10:08] INFO connection/_handle_source_request Source logging in at mountpoint "/test.ogg" [2003-05-31 13:10:08] INFO connection/_handle_source_request Source (/test.ogg) attempted to login with invalid or missing password not wonder the clocks going all wrong ; ) perhaps i dont understand something? Do i use /*.ogg right? -----Urspr?ngliche Nachricht----- Von: owner-icecast at xiph.org [mailto:owner-icecast at xiph.org]Im Auftrag von Karl Heyes Gesendet: Samstag, 31. Mai 2003 13:52 An: icecast at xiph.org Betreff: Re: [icecast] nice: EROR stream/ices_instance_stream libshouterror: Out of memory

On Sat, 2003-05-31 at 12:33, Paul wrote: > ehm, how many memory i need!? : ) > i had first 64mb now i have 128mb but also: > EROR stream/ices_instance_stream libshout error: Out of memory... ouch, can you send me the ices log 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. --- >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 stefan at neufeind.net Sat May 31 12:12:04 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Sat, 31 May 2003 14:12:04 +0200 Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: <1054381751.7969.1082.camel@bogus.hackers.club> Message-ID: <3ED8B834.19783.E3D210@localhost> On 31 May 2003 at 12:49, Karl Heyes wrote: > On Sat, 2003-05-31 at 10:29, Stefan Neufeind wrote: > > I have mp3s as input and can't convert them all. And since my > > listeners will ONLY use mp3-streaming I don't want the overhead and > > quality-loss of converting mp3 to ogg and later stream-transcode > > them from ogg back to mp3. That's not worth it. > > > So why can't support for mp3 be added to ices2? From a technical > > point, I mean? Somebody said "It's not and never will be". Any good > > All transcoding suffers from this. it doesn't matter if you do it > before hand converting all your files or trancoding on-the-fly inside > something like ices. > > Nothing is stopping it technically, but it's the non-technical points > that are stopping this, there are patents on mp3 that people need to > consider, ices2 is a xiph project so producing ogg streams comes > before sorting out mp3 and of course some developers have to be > interested in producing mp3 streams. > > There is nothing wrong with having multiple apps talking to icecast2. Patents: Well okay, if you transcode mp3s or something this might a patent- question (since you'd maybe have to license an encoder ... but not under all cases!!!). But sending mp3-files "as is" to the server shouldn't require too many changes - or am I wrong? I mean, no transcoding or something at all - just sending to the server and finished. What patents are you "fearing"? Multiple apps talking to icecast2: What do you mean? Still stick to ices-0.2.3-cvs? Well, if mp3-support really worked. As said before there were problems reported - and I experienced problems myself. So I wonder if it is easier to update ices-2.x to support mp3 since it's actively maintained. Stefan --- >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 k.heyes at blueyonder.co.uk Sat May 31 12:20:26 2003 From: k.heyes at blueyonder.co.uk (Karl Heyes) Date: 31 May 2003 13:20:26 +0100 Subject: AW: [icecast] nice: EROR stream/ices_instance_stream libshouterror: Out of memory In-Reply-To: Message-ID: <1054383627.7969.1123.camel@bogus.hackers.club> On Sat, 2003-05-31 at 13:02, Paul wrote: > i can do it, but i mean it would not talk much to you ; ) > > [2003-05-31 12:00:25] INFO ices-core/main ices started... > [2003-05-31 12:00:25] EROR stream/ices_instance_stream libshout error: Out > of memory hmmm, right at the very start..look suspicious > ehm, befor i get this message i remove the password for icecast in the ices > config. > because ices said EROR stream/ices_instance_stream Failed initial connect to > 192.168.1.10:8000 (Unknown error) you need the password really, so that icecast2 will allow audio data to be accepted. > in the error.log from icecast: > > [2003-05-31 13:10:04] INFO main/main icecast server started > [2003-05-31 13:10:08] INFO connection/_handle_source_request Source logging > in at mountpoint "/test.ogg" > [2003-05-31 13:10:08] INFO connection/_handle_source_request Source > (/test.ogg) attempted to login with invalid or missing password > > not wonder the clocks going all wrong ; ) > > perhaps i dont understand something? Do i use /*.ogg right? looks like the error reporting isn't correct, but as you mentioned without the right password then streaming won't occur. 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 linuxmailing at derpaul.com Sat May 31 12:22:05 2003 From: linuxmailing at derpaul.com (Paul) Date: Sat, 31 May 2003 14:22:05 +0200 Subject: AW: AW: [icecast] i dont want password In-Reply-To: <1054383627.7969.1123.camel@bogus.hackers.club> Message-ID: you need the password really, so that icecast2 will allow audio data to be accepted.

ok, i dont have something against a password, but its dont work with password, i use password test in ices config and test in icecast config... what is the problem? : ( should i use 6 chars min.? or i have it crypt? > in the error.log from icecast: > > [2003-05-31 13:10:04] INFO main/main icecast server started > [2003-05-31 13:10:08] INFO connection/_handle_source_request Source logging > in at mountpoint "/test.ogg" > [2003-05-31 13:10:08] INFO connection/_handle_source_request Source > (/test.ogg) attempted to login with invalid or missing password > > not wonder the clocks going all wrong ; ) > > perhaps i dont understand something? Do i use /*.ogg right? looks like the error reporting isn't correct, but as you mentioned without the right password then streaming won't occur. 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 k.heyes at blueyonder.co.uk Sat May 31 12:45:33 2003 From: k.heyes at blueyonder.co.uk (Karl Heyes) Date: 31 May 2003 13:45:33 +0100 Subject: AW: AW: [icecast] i dont want password In-Reply-To: Message-ID: <1054385134.7970.1183.camel@bogus.hackers.club> On Sat, 2003-05-31 at 13:22, Paul wrote: > ok, i dont have something against a password, but its dont work with > password, > i use password test in ices config and test in icecast config... what is the > problem? : ( > should i use 6 chars min.? or i have it crypt? There's no minimum/maximum IIRC (maybe some max internal limitation though) and no crypt is needed. Without seeing the 2 configs it's hard to say. Send them privately if need be. 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 k.heyes at blueyonder.co.uk Sat May 31 12:50:09 2003 From: k.heyes at blueyonder.co.uk (Karl Heyes) Date: 31 May 2003 13:50:09 +0100 Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: <3ED8B834.19783.E3D210@localhost> Message-ID: <1054385409.7969.1193.camel@bogus.hackers.club> On Sat, 2003-05-31 at 13:12, Stefan Neufeind wrote: > Patents: > Well okay, if you transcode mp3s or something this might a patent- > question (since you'd maybe have to license an encoder ... but not > under all cases!!!). But sending mp3-files "as is" to the server > shouldn't require too many changes - or am I wrong? I mean, no > transcoding or something at all - just sending to the server and > finished. What patents are you "fearing"? Bear in mind decoding is also subject to patent licensing. Sending as-is won't be a problem from a patent point of view, just from a coding point of view and how it fits in with the config file. > Multiple apps talking to icecast2: > What do you mean? Still stick to ices-0.2.3-cvs? Well, if mp3-support > really worked. As said before there were problems reported - and I > experienced problems myself. So I wonder if it is easier to update > ices-2.x to support mp3 since it's actively maintained. icecast2 supports multiple individual sources, so your not tied to one source application. 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 stefan at neufeind.net Sat May 31 13:00:40 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Sat, 31 May 2003 15:00:40 +0200 Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: <1054385409.7969.1193.camel@bogus.hackers.club> Message-ID: <3ED8C398.7066.1104F69@localhost> On 31 May 2003 at 13:50, Karl Heyes wrote: > On Sat, 2003-05-31 at 13:12, Stefan Neufeind wrote: > > > Patents: > > Well okay, if you transcode mp3s or something this might a patent- > > question (since you'd maybe have to license an encoder ... but not > > under all cases!!!). But sending mp3-files "as is" to the server > > shouldn't require too many changes - or am I wrong? I mean, no > > transcoding or something at all - just sending to the server and > > finished. What patents are you "fearing"? > > Bear in mind decoding is also subject to patent licensing. Sending > as-is won't be a problem from a patent point of view, just from a > coding point of view and how it fits in with the config file. ACK! > > Multiple apps talking to icecast2: > > What do you mean? Still stick to ices-0.2.3-cvs? Well, if > > mp3-support really worked. As said before there were problems > > reported - and I experienced problems myself. So I wonder if it is > > easier to update ices-2.x to support mp3 since it's actively > > maintained. > > icecast2 supports multiple individual sources, so your not tied to one > source application. Yes but ices-0.2.3-cvs seems to have problems, ices-2.x doesn't yet support mp3. And all other tools I can find are only for shoutcast- or icecast-servers. Sure i could send mp3-stream to a shoutcast just to relay it from an icecast2 ... but ... :-) --- >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 May 31 15:44:59 2003 From: gshang at uq.net.au (Geoff Shang) Date: Sun, 1 Jun 2003 01:44:59 +1000 (EST) Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: <3ED8C398.7066.1104F69@localhost> Message-ID: Hi: My understanding was that the ices 0.x app was still being maintained. If it doesn't work with icecast2, and I've not personally tried it, then there's some problem with either ices 0.x or icecast2 and it needs to be fixed. icecast2 should also accept shoutcast-style MP3 streams as well, and again if this doesn't work, it's a bug that needs fixing. I don't see a lot of point adding MP3 output support to ices 2.x. Ices 0.x does MP3, ices 2.x does ogg. Seems simple enough. Ices 0.x will even read ogg files. There's an argument for enabling MP3 input support for ices 2.x, but as has been said already, patent issues are a problem now that decoders need to be licensed, so I don't expect to see 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 stefan at neufeind.net Sat May 31 16:04:14 2003 From: stefan at neufeind.net (Stefan Neufeind) Date: Sat, 31 May 2003 18:04:14 +0200 Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: Message-ID: <3ED8EE9E.29897.1B860B7@localhost> On 1 Jun 2003 at 1:44, Geoff Shang wrote: > I don't see a lot of point adding MP3 output support to ices 2.x. > Ices 0.x does MP3, ices 2.x does ogg. Seems simple enough. Ices 0.x > will even read ogg files. There's an argument for enabling MP3 input > support for ices 2.x, but as has been said already, patent issues are > a problem now that decoders need to be licensed, so I don't expect to > see it. But we're not talking about "decoding", are we? Just sending the raw mp3-data to the server. Or are you talking about re-encoding while streaming to the server? In this point I agree with your patent- doubts! --- >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 Sat May 31 16:06:27 2003 From: msmith at xiph.org (Michael Smith) Date: Sun, 1 Jun 2003 02:06:27 +1000 Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: <3ED89215.11632.4EE779@localhost> Message-ID: <200306010206.27918.msmith@xiph.org> On Saturday 31 May 2003 19:29, Stefan Neufeind wrote: > I have mp3s as input and can't convert them all. And since my > listeners will ONLY use mp3-streaming I don't want the overhead and > quality-loss of converting mp3 to ogg and later stream-transcode them > from ogg back to mp3. That's not worth it. > > So why can't support for mp3 be added to ices2? From a technical > point, I mean? Somebody said "It's not and never will be". Any good > reason for that? This is the only problem why I'm fiddling around > with ices-0.2.3-cvsbuild (and not getting it to work, but thats > another story). > It's not that it _couldn't_ be added (it could), but that nobody has shown any interest in actually doing so. 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 msmith at xiph.org Sat May 31 16:07:22 2003 From: msmith at xiph.org (Michael Smith) Date: Sun, 1 Jun 2003 02:07:22 +1000 Subject: [icecast] nice: EROR stream/ices_instance_stream libshout error: Out of memory In-Reply-To: Message-ID: <200306010207.22498.msmith@xiph.org> On Saturday 31 May 2003 21:33, Paul wrote: > ehm, how many memory i need!? : ) > i had first 64mb now i have 128mb but also: > EROR stream/ices_instance_stream libshout error: Out of memory... This is probably some serious internal error resulting in corruption of memory allocator internal datastructures. 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 msmith at xiph.org Sat May 31 16:10:25 2003 From: msmith at xiph.org (Michael Smith) Date: Sun, 1 Jun 2003 02:10:25 +1000 Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: <3ED8EE9E.29897.1B860B7@localhost> Message-ID: <200306010210.25235.msmith@xiph.org> On Sunday 01 June 2003 02:04, Stefan Neufeind wrote: > On 1 Jun 2003 at 1:44, Geoff Shang wrote: > > I don't see a lot of point adding MP3 output support to ices 2.x. > > Ices 0.x does MP3, ices 2.x does ogg. Seems simple enough. Ices 0.x > > will even read ogg files. There's an argument for enabling MP3 input > > support for ices 2.x, but as has been said already, patent issues are > > a problem now that decoders need to be licensed, so I don't expect to > > see it. > > But we're not talking about "decoding", are we? Just sending the raw > mp3-data to the server. Or are you talking about re-encoding while > streaming to the server? In this point I agree with your patent- > doubts! Without attempting to argue the validity of these claims, I'll just put forward the fact that the mp3 patent licensors claim that their patents cover any form of mp3 streaming (as a _seperate_ thing from encoding and decoding), and that you should pay them for doing so. 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 brendan at xiph.org Sat May 31 16:20:12 2003 From: brendan at xiph.org (Brendan Cully) Date: Sat, 31 May 2003 12:20:12 -0400 Subject: [icecast] no mp3s with ices2!? an other way? In-Reply-To: <3ED8C398.7066.1104F69@localhost> Message-ID: <20030531161809.GA425@24-29-155-9.nyc.rr.com> On Saturday, 31 May 2003 at 15:00, Stefan Neufeind wrote: > Yes but ices-0.2.3-cvs seems to have problems, ices-2.x doesn't yet > support mp3. And all other tools I can find are only for shoutcast- > or icecast-servers. Sure i could send mp3-stream to a shoutcast just > to relay it from an icecast2 ... but ... :-) I've tested ices 0 against icecast 2 many times with no problems. It should work. Please describe your setup and any error messages from ices or 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.