From criddell at adelphia.net Fri Mar 1 00:22:54 2002 From: criddell at adelphia.net (Chris Riddell) Date: Thu, 28 Feb 2002 19:22:54 -0500 Subject: [icecast] Icecast, Liveice... experiences? In-Reply-To: Message-ID: <20020301001946.9A97018D089@motherfish.xiph.org> On Thursday 28 February 2002 06:20 pm, you wrote: > Hello. > > We have been using LiveIce to serve mp3 streams for 10 months or so. So > far, IceCast has been pretty reliable. Well, until LiveIce is introduced > into the picture. We originally tried LiveIce running on FreeBSD. It ran > for a while, but we suffered wierd problems: disconnects, skips and > such. We are streaming from a radio receiver -- at 28800 compatible > bitrates. > > So we switched to the WinAmp plugin from the Shoutcast site. We easily > manage 2 month uptimes without problems. However... It is a Windows > program, and Unix is our friend. > > So recently I've decided to expand. That is, add some other audio > streams. I scrapped together 3 systems to act as encoding hosts. Loaded > FreeeBSD 4.5 + current Lame + LiveIce + Screen on them all. Perfect I > think! Small footprint, I can line them up with a network switch in the > corner of my bedroom and serve content. > > But now it is making IceCast unstable. I first hit problems when > decreasing the bitrate to 16000 and the sample rate to 11025. I tried to > move things back up, but it seems to be completley unstable and a mess. > > Does anyone have suggestions? By leaving LAME and trying to go with L3ENC > or whatever the current version is -- will that improve stability? Anyone > have any tips? I really don't want to go the Windows route -- but I don't > want to babysit the stuff either. LiveIce seems like an okay application > -- except stability. Is there anything else to feed live audio outside of > LiveIce? I've been streaming live audio and not had much luck with LiveIce staying alive either... I had a silly cron script running to check if it was alive and bring it back up again! I switched to Darkice about 2 months ago and the stream has been rock solid. This on a linux box running 2.4.14 kernel. Darkice uses liblame without spawning lame externally and, in my opinion, is much more straight forward in it's configuration. Check it out: http://darkice.sourceforge.net BTW, ignore the warning about it being beta. While that may be true, it seems very stable and, for what I want, bug-free. Chris --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From shaynewhite at attbi.com Fri Mar 1 01:09:34 2002 From: shaynewhite at attbi.com (Shayne White) Date: Thu, 28 Feb 2002 20:09:34 -0500 Subject: [icecast] icecast with stunnel Message-ID: <3C7ED4CE.30309@attbi.com> Hello I've been using icecast/ices 1.3.11 at home for sometime now, and it works pretty well. Thanks to everyone who has worked on it. Occasionally, icecast will go up to 100% CPU for some reason, but if I restart it this goes away. Ices also has served me well. It dies on occasion too, but I think it's likely due to my custom ices.pm module, since it was much more stable before I added this. Anyway, I am investigating a way to get a secure stream from home to work now. At first I was considering a separate solution using apache and SSL to do this, but then realized I don't know of a player that can handle SSL. Now, I am leaning towards using stunnel to encrypt/decrypt the stream on each side, both on my server and the machine at work. Has anyone on the list used a setup like this? Just want to get some opinions before I spend some time on it. Stunnel (stunnel.org), for those who don't know, uses SSL to tunnel packets securely from one machine to another. thanks in advance... shayne

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 Fri Mar 1 01:24:00 2002 From: jack at xiph.org (Jack Moffitt) Date: Thu, 28 Feb 2002 18:24:00 -0700 Subject: [icecast] icecast with stunnel In-Reply-To: <3C7ED4CE.30309@attbi.com> Message-ID: <20020301012400.GD25371@babyjesus.cantcode.com> > Anyway, I am investigating a way to get a secure stream from home to > work now. Seems like a silly idea. Is your music really that confidential that you must waste CPU to send it to yourself? :) In any case, if it's really what you want to do, just portforward with ssh. 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 shaynewhite at attbi.com Fri Mar 1 01:51:31 2002 From: shaynewhite at attbi.com (Shayne White) Date: Thu, 28 Feb 2002 20:51:31 -0500 Subject: [icecast] icecast with stunnel In-Reply-To: <20020301012400.GD25371@babyjesus.cantcode.com> Message-ID: <3C7EDEA3.4010802@attbi.com> You're right, it's not that important that I encrypt it....it's more a proof of concept thing. I thought using ssh in this way would require a mp3 player that could handle SSL connections, but I haven't done much investigating (obviously). So thanks, I'll try doing that. hayne Jack Moffitt wrote: >>Anyway, I am investigating a way to get a secure stream from home to >>work now. >> > >Seems like a silly idea. Is your music really that confidential that >you must waste CPU to send it to yourself? :) > >In any case, if it's really what you want to do, just portforward with >ssh. > >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 jack at xiph.org Fri Mar 1 02:19:40 2002 From: jack at xiph.org (Jack Moffitt) Date: Thu, 28 Feb 2002 19:19:40 -0700 Subject: [icecast] icecast with stunnel In-Reply-To: <3C7EDEA3.4010802@attbi.com> Message-ID: <20020301021940.GE25371@babyjesus.cantcode.com> > You're right, it's not that important that I encrypt it....it's more a > proof of concept thing. I thought using ssh in this way would require a > mp3 player that could handle SSL connections, but I haven't done much > investigating (obviously). So thanks, I'll try doing that. It's surprisingly trivial to make ssh do these things. I use it to secure POP3 and many other things. You can also do reverse tunnels to create access points through a firewall which is nice. -L is the option. Basically it creates a local port that connects to a remote port thorugh a secure tunnel. so if you set it up, you'd just point your mp3 client at the local port and ssh takes care of all the hard work. 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 hathaway at munkynet.org Fri Mar 1 02:36:27 2002 From: hathaway at munkynet.org (Samuel Hathaway) Date: Thu, 28 Feb 2002 21:36:27 -0500 (EST) Subject: [icecast] Downsampling mp3 on-demand streams Message-ID: Hello, We're streaming radio programs at both 128kbsp and 32kbps, but only archiving the 128kbps stream to save storage space. I'd like to give users a similar choice of bitrates when they request an archived stream (served through icecast's /file/ functionality). Is there a way to change the bitrate on the fly, or do I really need to save archive both bitrates? Thanks for the advice. -samuel Samuel Hathaway System Administrator WRUR Broadcasting Corporation http://wrur.org/

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From jack at xiph.org Fri Mar 1 02:43:10 2002 From: jack at xiph.org (Jack Moffitt) Date: Thu, 28 Feb 2002 19:43:10 -0700 Subject: [icecast] Downsampling mp3 on-demand streams In-Reply-To: Message-ID: <20020301024310.GF25371@babyjesus.cantcode.com> > We're streaming radio programs at both 128kbsp and 32kbps, but only > archiving the 128kbps stream to save storage space. I'd like to give users > a similar choice of bitrates when they request an archived stream (served > through icecast's /file/ functionality). Is there a way to change the > bitrate on the fly, or do I really need to save archive both bitrates? Think about the cpu that would require :) It would increase _per client_ and after 2-5 clients your machine would be unable to do anything useful. You'll have to archive in the other bitrates. Fortunately this doesn't waste as much space as you think. +30% maybe at one bitrate depending on the bitrate. 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 tanga at freemail.it Fri Mar 1 08:51:30 2002 From: tanga at freemail.it (GHERdO) Date: Fri, 1 Mar 2002 09:51:30 +0100 Subject: [icecast] Icecast, Liveice... experiences? In-Reply-To: <20020301001946.9A97018D089@motherfish.xiph.org> Message-ID: <20020301085130.GB945@goliath.abelardo.net> Chris Riddell scriveva: > I've been streaming live audio and not had much luck with LiveIce staying > alive either... I had a silly cron script running to check if it was alive > and bring it back up again! > > I switched to Darkice about 2 months ago and the stream has been rock solid. > This on a linux box running 2.4.14 kernel. Darkice uses liblame without > spawning lame externally and, in my opinion, is much more straight forward in > it's configuration. Check it out: http://darkice.sourceforge.net It's the same for me: 2 months with liveice + cron and now DarkICE ... alive and kicking from fLORENCE/italy :) -- GHERdO, happy GNU/linux user. ... Boys don't Cry! -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 233 bytes Desc: not available URL: From freyason at yahoo.com Sat Mar 2 04:30:45 2002 From: freyason at yahoo.com (freyason at yahoo.com) Date: Fri, 1 Mar 2002 20:30:45 -0800 (PST) Subject: [icecast] icecast with stunnel In-Reply-To: <3C7ED4CE.30309@attbi.com> Message-ID: <20020302043045.60285.qmail@web11606.mail.yahoo.com> --- Shayne White wrote: > Hello > I've been using icecast/ices 1.3.11 at home for sometime now, and it > works pretty well. Thanks to everyone who has worked on it. > Occasionally, icecast will go up to 100% CPU for some reason, but if > I > restart it this goes away. Ices also has served me well. It dies on > > occasion too, but I think it's likely due to my custom ices.pm > module, > since it was much more stable before I added this. > > Anyway, I am investigating a way to get a secure stream from home to > work now. At first I was considering a separate solution using > apache > and SSL to do this, but then realized I don't know of a player that > can > handle SSL. Now, I am leaning towards using stunnel to > encrypt/decrypt > the stream on each side, both on my server and the machine at work. > Has > anyone on the list used a setup like this? Just want to get some > opinions before I spend some time on it. Stunnel (stunnel.org), for > those who don't know, uses SSL to tunnel packets securely from one > machine to another. > > thanks in advance... > shayne Shayne, You might want to try PPP over SSH, it works great for me as a VPN. :) Tom ps. If you have any questions on setup, feel free to mail me. :) __________________________________________________ Do You Yahoo!? Yahoo! Sports - sign up for Fantasy Baseball http://sports.yahoo.com --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Sat Mar 2 13:46:36 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Sat, 02 Mar 2002 14:46:36 +0100 Subject: [icecast] Icecast, Liveice... experiences? In-Reply-To: <20020301085130.GB945@goliath.abelardo.net> Message-ID: <3C80D7BC.3070001@tyrell.hu> GHERdO wrote: > Chris Riddell scriveva: > > >>I've been streaming live audio and not had much luck with LiveIce staying >>alive either... I had a silly cron script running to check if it was alive >>and bring it back up again! >> >>I switched to Darkice about 2 months ago and the stream has been rock solid. >>This on a linux box running 2.4.14 kernel. Darkice uses liblame without >>spawning lame externally and, in my opinion, is much more straight forward in >>it's configuration. Check it out: http://darkice.sourceforge.net >> > > It's the same for me: 2 months with liveice + cron and now DarkICE ... > alive and kicking from fLORENCE/italy :) good to hear that you could make use of darkice in a useful way :)

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mailist at toolz.com Sun Mar 3 02:17:19 2002 From: mailist at toolz.com (Mailing List Receiver) Date: Sat, 2 Mar 2002 21:17:19 -0500 Subject: [icecast] Looking for a client to feed Icecast Message-ID: <200203030217.g232HJn27533@toolz.com> Would like to use a Windows client with a line-in processor to feed an icecast server. Have tried Winamp, but could not get the plugin recommended in this forum to work. Looked at the Sonique site, and could not find plugins that would do line-in and server out. Any recommendataions? Todd Merriman www.rainbowradio.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 roy at lamrim.com Sun Mar 3 05:07:57 2002 From: roy at lamrim.com (Roy Harvey) Date: Sat, 02 Mar 2002 21:07:57 -0800 Subject: [icecast] Looking for a client to feed Icecast In-Reply-To: <200203030217.g232HJn27533@toolz.com> Message-ID: <5.0.0.25.2.20020302210629.00a89ae8@mail.lamrim.com> Todd -- I was actually able to get this working with the WinAmp plugin, Oddsock (www.oddsock.org) last night. The configuration is a little twitchy, but worked well for my purpose. Email me directly if you need help. Roy At 09:17 PM 03/02/02 -0500, you wrote: >Would like to use a Windows client with a line-in processor to >feed an icecast server. Have tried Winamp, but could not get the >plugin recommended in this forum to work. Looked at the Sonique site, >and could not find plugins that would do line-in and server out. >Any recommendataions? > >Todd Merriman >www.rainbowradio.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.

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From timf at zip.co.nz Sun Mar 3 09:28:36 2002 From: timf at zip.co.nz (Tim) Date: Sun, 3 Mar 2002 22:28:36 +1300 Subject: [icecast] Step by Step Message-ID: <01C1C302.D26E9D20.timf@zip.co.nz> trying hard to get my first Multicast MP3 stream going. What would be really helpfull is if someone could give me a step by step guide to getting a Multicast Stream up and running. I have icecast but dont know how to use it. I have Winamp and have got that side sussed have got some a domain with 20meg space Any Use? Thanks

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From adam at xs4all.nl Sun Mar 3 11:30:34 2002 From: adam at xs4all.nl (adam) Date: Sun, 3 Mar 2002 12:30:34 +0100 (CET) Subject: [icecast] Looking for a client to feed Icecast In-Reply-To: <5.0.0.25.2.20020302210629.00a89ae8@mail.lamrim.com> Message-ID: oddcast from oddsock.org works really well. Make sure you have chosen the 'adv record' option if you want line-in. also make sure your mount point in the config has a '/' before it else it wont work I have been using oddsock 24/7 for over a month on a slow mmx and it just keeps going (hasnt stopped once). The added cool part, is that if your connection goes offline for any reason oddcast keeps trying to reconnect until its successful which has been a life saver in my situation.

adam fyi my stream is at: http://www.radioqualia.net/freeradiolinux

On Sat, 2 Mar 2002, Roy Harvey wrote: > Todd -- > > I was actually able to get this working with the WinAmp plugin, Oddsock > (www.oddsock.org) last night. The configuration is a little twitchy, but > worked well for my purpose. Email me directly if you need help. > > Roy > > At 09:17 PM 03/02/02 -0500, you wrote: > >Would like to use a Windows client with a line-in processor to > >feed an icecast server. Have tried Winamp, but could not get the > >plugin recommended in this forum to work. Looked at the Sonique site, > >and could not find plugins that would do line-in and server out. > >Any recommendataions? > > > >Todd Merriman > >www.rainbowradio.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. > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >

Adam Hyde XS4ALL Internet B.V. mobile : + (31) 06 2903 6248 Eekholt 42 1112 XH Diemen Amsterdam "free, as in 'radio'"

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From freyason at yahoo.com Sun Mar 3 13:04:00 2002 From: freyason at yahoo.com (freyason at yahoo.com) Date: Sun, 3 Mar 2002 05:04:00 -0800 (PST) Subject: [icecast] Updating stream metadata... Message-ID: <20020303130400.40838.qmail@web11605.mail.yahoo.com> Does anyone know what tool I can use to update the stream metadata (like artist, title, etc..) while I use an app like DarkIce? I would like to be able to update the stream info with the track I play. I know that XMMS and its liveice plugin do that, but I'd rather use DarkIce and capture all the sound from the card. Thanks, Tom __________________________________________________ Do You Yahoo!? Yahoo! Sports - sign up for Fantasy Baseball http://sports.yahoo.com --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Sun Mar 3 13:19:15 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Sun, 03 Mar 2002 14:19:15 +0100 Subject: [icecast] Updating stream metadata... In-Reply-To: <20020303130400.40838.qmail@web11605.mail.yahoo.com> Message-ID: <3C8222D3.50409@tyrell.hu> freyason at yahoo.com wrote: > Does anyone know what tool I can use to update the stream metadata > (like artist, title, etc..) while I use an app like DarkIce? I would > like to be able to update the stream info with the track I play. > > I know that XMMS and its liveice plugin do that, but I'd rather use > DarkIce and capture all the sound from the card. This would be a nice feature to add to DarkIce. But how would this work? How do I update the meta data for a stream I send to icecast? At the moment, meta data is only sent at login, through the ICY login protocol.

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 gary at v-man.ca Sun Mar 3 18:43:48 2002 From: gary at v-man.ca (Gary Major) Date: Sun, 3 Mar 2002 13:43:48 -0500 Subject: [icecast] Darkice CVS Message-ID: <20020303134348.07987766.gary@v-man.ca> Akos, have tried to use the CVS for the last few days (following instructions on sourceforge) but it keeps timing out. Anything going on with the CVS Server? Gary. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 Mar 3 18:56:57 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Sun, 03 Mar 2002 19:56:57 +0100 Subject: [icecast] Darkice CVS In-Reply-To: <20020303134348.07987766.gary@v-man.ca> Message-ID: <3C8271F9.7060802@tyrell.hu> Gary, > Akos, have tried to use the CVS for the last few days (following > instructions on sourceforge) but it keeps timing out. > > Anything going on with the CVS Server? Well, it's in SourceForge hands, so I can't do much about it. Anyhow, I can access the CVS w/o any problems.

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 freyason at yahoo.com Sun Mar 3 19:48:30 2002 From: freyason at yahoo.com (freyason at yahoo.com) Date: Sun, 3 Mar 2002 11:48:30 -0800 (PST) Subject: [icecast] Updating stream metadata... In-Reply-To: <3C8222D3.50409@tyrell.hu> Message-ID: <20020303194830.83998.qmail@web11608.mail.yahoo.com> --- Akos Maroy wrote: > freyason at yahoo.com wrote: > > Does anyone know what tool I can use to update the stream metadata > > (like artist, title, etc..) while I use an app like DarkIce? I > would > > like to be able to update the stream info with the track I play. > > > > I know that XMMS and its liveice plugin do that, but I'd rather use > > DarkIce and capture all the sound from the card. > > This would be a nice feature to add to DarkIce. But how would this > work? > How do I update the meta data for a stream I send to icecast? > > At the moment, meta data is only sent at login, through the ICY login > > protocol. > > > Akos As far as I know, ICY protocol is older. I think the new login is X-Audiocast headers. Regardless, the liveice plugin for XMMS seems to be able to adjust the stream title when a MP3 file changes, so sure there has to be a program somewhere that would let me do this on the fly at any time? Tom __________________________________________________ Do You Yahoo!? Yahoo! Sports - sign up for Fantasy Baseball http://sports.yahoo.com --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From dave at jetcafe.org Sun Mar 3 20:45:08 2002 From: dave at jetcafe.org (Dave Hayes) Date: Sun, 03 Mar 2002 12:45:08 -0800 Subject: [icecast] Icecast, Liveice... experiences? In-Reply-To: <[icecast] Icecast, Liveice... experiences?> Message-ID: <200203032045.g23KjDZ41414@hokkshideh2.jetcafe.org> telmnstr writes: > We have been using LiveIce to serve mp3 streams for 10 months or > so. ... > Does anyone have suggestions? By leaving LAME and trying to go with L3ENC > or whatever the current version is -- will that improve stability? One more for Darkice here. My experiences with LiveIce were less than fruitful. I used to use the shoutcast plugin on windows but, like you, Unix is my friend. I tried to use LiveIce, but the _exit/exit problem prevented initial use. After that was fixed my DJ app that inserts song changes would crash xmms, but only when liveice was playing (previous uptimes were in the months before I installed liveice). Emails to the author went woefully unanswered. So I use DarkIce now, and I'm really satisfied with it. No crashes and decent sound quality. I still really want an XMMS plugin that streams, but I suppose that's not forthcoming. What will probably happen after the next redesign of my DJ app is that I will use IceS to queue and play songs, so I don't have to go into the audio domain at all. ------ Dave Hayes - Consultant - Altadena CA, USA - dave at jetcafe.org >>> The opinions expressed above are entirely my own <<< Learn from the mistakes of others. You don't have time to make them all yourself.

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From dave at jetcafe.org Sun Mar 3 20:53:13 2002 From: dave at jetcafe.org (Dave Hayes) Date: Sun, 03 Mar 2002 12:53:13 -0800 Subject: [icecast] Step by Step In-Reply-To: <[icecast] Step by Step> Message-ID: <200203032053.g23KrIZ41476@hokkshideh2.jetcafe.org> timf writes: > What would be really helpfull is if someone could give me a step by > step guide to getting a Multicast Stream up and running. One of the tools you have to use is non open-source (gasp) and available from www.live.com. If anyone knows any real open source tools, please let me know. =) If you can hold out a bit, I am getting Yet Another DVMRP tunnel "any day now". At that point I'm going to rebroadcast my stream over the MBONE. Then I'll have more accurate data. ------ Dave Hayes - Consultant - Altadena CA, USA - dave at jetcafe.org >>> The opinions expressed above are entirely my own <<< Ours is a world where people don't know what they want but are willing to go through hell to get 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 malletc3 at cti.ecp.fr Sun Mar 3 22:05:21 2002 From: malletc3 at cti.ecp.fr (Cédric Mallet) Date: Sun, 3 Mar 2002 23:05:21 +0100 Subject: [icecast] DarkIce problem In-Reply-To: <20020303134348.07987766.gary@v-man.ca> Message-ID: <35415287.20020303230521@cti.ecp.fr> I have installed DarkIce from the latest rpm version. I get this error message when running it : TcPSocket.cpp:197 : gethostbyname error Does anyone know what it means ? -- Ced

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From kgb at gangverk.is Mon Mar 4 06:27:03 2002 From: kgb at gangverk.is (Kristjan G. Bjarnason) Date: Sun, 3 Mar 2002 22:27:03 -0800 Subject: [icecast] DarkIce problem In-Reply-To: <35415287.20020303230521@cti.ecp.fr> Message-ID: <002901c1c345$99dcf900$662ea8c0@kgbhome> Haven't used DarkIce but it sounds like a DNS problem to me.

----- Original Message ----- From: "C?dric Mallet" To: Sent: Sunday, March 03, 2002 2:05 PM Subject: [icecast] DarkIce problem

> I have installed DarkIce from the latest rpm version. > I get this error message when running it : > > TcPSocket.cpp:197 : gethostbyname error > > Does anyone know what it means ? > > -- > Ced > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request at 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 malletc3 at cti.ecp.fr Sun Mar 3 22:30:51 2002 From: malletc3 at cti.ecp.fr (Cédric Mallet) Date: Sun, 3 Mar 2002 23:30:51 +0100 Subject: [icecast] DarkIce problem In-Reply-To: <002901c1c345$99dcf900$662ea8c0@kgbhome> Message-ID: <891944195.20020303233051@cti.ecp.fr> lundi 4 mars 2002, 07:27:03, Kristjan G. Bjarnason a ?crit : > Haven't used DarkIce but it sounds like a DNS problem to me. I would say so if everything else was not OK :-) I ran liveice and a few others sources successfully... Ced > ----- Original Message ----- > From: "C?dric Mallet" > To: > Sent: Sunday, March 03, 2002 2:05 PM > Subject: [icecast] DarkIce problem

>> I have installed DarkIce from the latest rpm version. >> I get this error message when running it : >> >> TcPSocket.cpp:197 : gethostbyname error >> >> Does anyone know what it means ? >> >> -- >> Ced >> >> >> --- >8 ---- >> List archives: http://www.xiph.org/archives/ >> icecast project homepage: http://www.icecast.org/ >> To unsubscribe from this list, send a message to > 'icecast-request at 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.

-- Ced

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From malletc3 at cti.ecp.fr Sun Mar 3 23:22:29 2002 From: malletc3 at cti.ecp.fr (Cédric Mallet) Date: Mon, 4 Mar 2002 00:22:29 +0100 Subject: [icecast] DarkIce problem In-Reply-To: <35415287.20020303230521@cti.ecp.fr> Message-ID: <186618238.20020304002229@cti.ecp.fr> dimanche 3 mars 2002, 23:05:21, C?dric Mallet a ?crit : > I have installed DarkIce from the latest rpm version. > I get this error message when running it : > TcPSocket.cpp:197 : gethostbyname error > Does anyone know what it means ?

A hint : according to the man this function is linked to /etc/hosts, which contains only one line : 127.0.0.1 I replaced my DNS with my IP (not successfully...), and with 127.0.0.1 in /etc/darkice/cfg. Now I get another error message (but this does not seem to have any link to network issues...) : "lameLibEncoder.cpp : lame lib opening underlying sink error" Well, now a Lame problem ? Please help, according to everything I read DarkIce is worth a try :-) -- Ced

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 Mar 3 23:34:02 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Mon, 04 Mar 2002 00:34:02 +0100 Subject: [icecast] DarkIce problem In-Reply-To: <186618238.20020304002229@cti.ecp.fr> Message-ID: <3C82B2EA.6020702@tyrell.hu> C?dric Mallet wrote: > dimanche 3 mars 2002, 23:05:21, C?dric Mallet a ?crit : > > >>I have installed DarkIce from the latest rpm version. >>I get this error message when running it : >> > >>TcPSocket.cpp:197 : gethostbyname error >> > >>Does anyone know what it means ? >> > > > A hint : according to the man this function is linked to /etc/hosts, > which contains only one line : 127.0.0.1 > I replaced my DNS with my IP (not successfully...), and with 127.0.0.1 > in /etc/darkice/cfg. Now I get another error message (but this does not seem > to have any link to network issues...) : > > "lameLibEncoder.cpp : lame lib opening underlying sink error" > > Well, now a Lame problem ? no, not a lame problem. darkice can't connect to your server. either the host name or the port or the source login password is incorrect. try to telnet to your server manually: telnet hostname port and then say: SOURCE password /mount and an empty line. if it says "OK", there is indeed a problem in darkice.

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From Mick at superorg.demon.co.uk Mon Mar 4 10:32:20 2002 From: Mick at superorg.demon.co.uk (Mick Ritchie) Date: Mon, 04 Mar 2002 10:32:20 +0000 Subject: [icecast] Icecast question In-Reply-To: <20020303134348.07987766.gary@v-man.ca> Message-ID: <3C834D22.6A65DA99@superorg.demon.co.uk> Hi Can anyone direct me to a place where I can find details of which players Icecast streams will play back on - for both pc and mac systems. I am hoping it will play back on Real Player with mpeg stream is this so? I am also hoping for quicktime playback mmmm Were looking to stream an FM station ResonanceFM in London for 12 months and are looking at possibilities

Anything possible mick ritchie lmcsound

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From Mick at superorg.demon.co.uk Mon Mar 4 10:37:31 2002 From: Mick at superorg.demon.co.uk (Mick Ritchie) Date: Mon, 04 Mar 2002 10:37:31 +0000 Subject: [icecast] Icecast question In-Reply-To: <20020303134348.07987766.gary@v-man.ca> Message-ID: <3C834E58.A26B6975@superorg.demon.co.uk> Hi Can anyone direct me to a place where I can find details of which players Icecast streams will play back on - for both pc and mac systems. I am hoping it will play back on Real Player with mpeg stream is this so? I am also hoping for quicktime playback mmmm Were looking to stream an FM station ResonanceFM in London for 12 months and are looking at possibilities

Anything possible mick ritchie lmcsound --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 Mon Mar 4 19:12:23 2002 From: telmnstr at 757.org (Ethan) Date: Mon, 4 Mar 2002 14:12:23 -0500 (EST) Subject: [icecast] Relay question Message-ID: Hello, I have a question regarding relaying. Well, I've set it up and it isn't working. Maybe I am doing something wrong? I added 3 aliases to the icecast.conf file on Host#2. Host#1 has 3 streams that are served up, and that are working. When I connect to one of the aliased screams on host#2, it immediately kicks me off with an error. On Host#2: -> alias list Listing aliases [sm2.757tech.net :8000/ORF] [68.10.144.71:8000/ORF] [sm2.757tech.net :8000/fm99] [68.10.144.71:8000/icy_0] [sm2.757tech.net :8000/vbpd] [68.10.144.71:8000/vbpd] 68.10.144.71 is Host#1 sm2.757tech.net is Host#2 When I connect and get dumped, I see this on sm2's console: > [04/Mar/2002:13:47:02] Kicking unknown 1 [xxx.xxxx.gov] [No encoder], connected for 0 seconds It doesn't seem to make any attempt to connect the 68.10.144.71 system. I didn't want to use the push or pull command, but much rather use the system that works like automountd (from the manual :-) As far as I can see, everything looks proper?

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From the.dude at softhome.net Tue Mar 5 08:50:44 2002 From: the.dude at softhome.net (Gregory Bouckhuyt) Date: Tue, 05 Mar 2002 09:50:44 +0100 Subject: [icecast] No encoder Message-ID: <3C8486E4.1080204@softhome.net> Hi ... I've installed and configured icecast following the readme and manual but can't connect from my windows client, I get this message in the logs: [05/Mar/2002:09:28:50] [5:Connection Handler] Kicking unknown 1 [172.16.141.52] [No encoder], connected for 1 seconds To test it, I've placed demo.mp3 in /usr/local/icecast/static/ and try http://172.16.150.253:8000/demo.mp3 with winamp Anyone knows where the problem comes from? Here are my conf files: icecast.conf: # This be a comment, I like comments. # To use this file, copy it to etc/icecast.conf in the icecast base directory ################################################################################ # I suggest you read this file carefully, and don't do anything silly # cause the configuration file parser is pretty lame. # If not stated otherwize, you can change these while the server is # running (through the admin console). Or by changing this file # and using the rehash command (or (if supported) sending SIGHUP) # Please use the admin console though, cause that's what its there for :) ################################################################################ ############### Server Location and Resposible Person ########################## # Server meta info, please fill out these. # They get displayed when listing directories, streams, and # if the client supports it, among the other stream headers. # You can put anything here, it's just for show. ############### location Higgins rp_email the.dude at softhome.net server_url http://172.16.150.253/ ########################### Server Limits ###################################### # These describe the maximum number of simultaneous connections allowed. # When reached, the server will refuse access. # There is a builtin bandwidth measuring tool inside the icecast server, # and when icecast thinks that it is using more than "throttle" MB/s, then # no clients or sources will be allowed until the bandwidth usage goes back # down below the limit. Use this with caution, since the bandwidth measurement # is in no way an exact science. ########################### max_clients 2 max_clients_per_source 2 max_sources 2 max_admins 2 throttle 10.0 ########################## Stream Meta Data #################################### # This is a experimental feature, at best. # When it does not work, it will put the whole stream out of synk on the client # side, and you will get a big mess. # use_meta_data controls whether this icecast server will use title streaming at # all. It's turned off by default, cause it creates chirps in the # stream if you're not careful. # streamtitletemplate is a the template for creating the title that gets sent to # the client and the directory server. %s will be # substituted for the actual filename. # streamurl is the default url for each stream. # nametemplate is a template for the name of each stream. # desctemplate is a template for the description of each stream. ########################## use_meta_data 0 streamurllock 0 streamtitletemplate %s streamurl http://yp.icecast.org nametemplate %s desctemplate %s

######################## Mountpoint fallback ################################### # By default, if a user requests a stream that is not found, this user will be # given the default stream instead. The default stream is per default the oldest # stream on the server, but this can be changed with the priority value in the # 'modify' command. # If you don't want the user to get the default mount, but instead a # HTTP 404 Stream Not Found, then set this to 0 ######################## mount_fallback 1 ######################### Server passwords ##################################### # Unless you've compiled icecast with crypt support, # i.e with --with-crypt as an argument to the configure script, # then these are in cleartext. If you _do_ have crypt support, then # you have to create a crypted version of the password. You can do this # with the included mkpasswd.c program. Just compile it with # "gcc -o mkpasswd mkpasswd.c", perhaps with the -lcrypt option. ######################### encoder_password hackme admin_password hackme oper_password hackme ######################## Directory servers ##################################### # A directory server is a "meta-server" where you, for free, can list # your own icecast server. This is a great way of getting more listeners. # The touch_freq is how often to "update" the directory server with information # from your server. (e.g number of listeners, stream info, etc..) ######################## #icydir yp.shoutcast.com #icydir yp.breakfree.com #icydir yp.musicseek.net #icydir yp.van-pelt.com #icydir yp.radiostation.de #directory yp.icecast.org #directory yp.mp3.de touch_freq 5 ############# Server IP/port configuration (IMPORTANT) ######################### # If no hostname is specified, icecast will listen on all available interfaces, # i.e INADDR_ANY. This is probably what you want. # If you want icecast to _only_ listen on a specified ip, then change the # "hostname" parameter. The "port" parameter is rather self-explanatory. # As of icecast 1.3, all connections use port 8000. Admins, encoders, clients, # the whole thing. So no more messing with 3 different ports in the firewall # rules. # The server_name can currently ONLY be specified here, and ONLY when you start # the server. Changing it later on will not have the desired effect. # The server_name specifies the hostname of the server, don't set it to an ip, # and don't even THINK about setting it to a hostname not pointing to your ip. # - WARNING - WARNING - WARNING - (important, get it?) # It is VERY important that this server_name does actually resolv to the ip you # are running your server at. If not, BAD THINGS will happen. # E.g localhost is definately probably not what you want :) # Using your ip will probably work.. but it will look nicer with your hostname. # The problem is that if you specify something that doesn't resolve to yourself, # then virtual host support will get fscked up, and default server action # might not work either. # Also, changing the port here will not affect the server when doing a 'rehash' # since binding to a port is done only once, when the server is started. # server is started. # Users on dialup connections with dynamic ip:s are in trouble here, I know. # You will just have to live without the virtual hosts support, cause there is # no portable way of getting all the ip:s the process is binding to. Either # edit this file before starting icecast and fill in the current ip, or just # live with it. Setting the value to "dynamic", will tell the icecast server # that there is no reliable hostname for this machine. # # you can now use multiple ports. the default port is the first one defined. # define PORT, and PORT+1 for shoutcast compatibility. ############# hostname 172.16.150.253 port 8000 port 8001 erver_name 172.16.150.253 ####################### Directory server options ############################## # You can now force the directory server to use the server_name value instead # of the originating ip. For most people this is unnecessary, since it is the # same. But for people behind proxies, this should be very useful. # Set it to 1 if you want to force use of the server_name variable. ####################### force_servername 0 ######################## Main Server Logfile ################################## # This is the file where icecast prints all the information about # connections, warnings, errors, etc... # You cannot change this in the admin console, but changing it here # and then rehashing the server will work. # logfiledebuglevel is the debugging level for all output to the main logfile. # consoledebuglevel is the debugging level to the icecast console. # accessfile is the file where all connects/disconnects goes # usagefile is a file for periodic bandwidth and usage information goes ######################## logfile icecast.log accessfile access.log usagefile usage.log logfiledebuglevel 0 consoledebuglevel 0 ########################## Reverse Lookups #################################### # Set this to 1 if you want ip:s to be looked up (using reverse lookup) # or 0 if you just want the ip:s (which is slightly faster) ########################## reverse_lookups 1 ############################ Console mode ##################################### # Use 0 if you want stdin to become a local admin console with log tailing # Use 1 if you want stdin to become a local admin console # Use 2 if you just want the console to become a log window # Use 3 if you want the icecast server to be launched in the background (not available for Win32) ############################ console_mode 0 ########################### Client Timeout #################################### # (How to deal with clients when no encoder is connected) # A negative value means keep them forever # 0 (zero) means kick them out instantly # X > 0 means keep them X seconds ########################### client_timeout 30 ######################### Kicking clients ##################################### # If set to 1, then clients whose source has disconnected will # be kicked. If set to 0, they will simply be moved to another # stream. This only has an effect if client_timeout is <= 0. ######################### kick_clients 0 ###################### Static file directory ################################## # This enables the http-server file streaming support in icecast. # If you don't want to go through the trouble of setting up apache # or roxen or whatever, then you can just specify a directory here, # and then http://your_server:port/file/file.mp3 will be equivalent # to /staticdir/file.mp3 # The http server support is of course very limited, don't try to # do anything fancy. Also, only .mp3 files will be displayed. ###################### #staticdir c:\windows\desktop staticdir /usr/local/icecast/static ############################# Templates ###################################### # the icecast server uses templtes to format output for list.cgi and # various errors. you can specify the directory that these are read from # please use absolute paths if possible ############################# templatedir /usr/local/icecast/templates ############################# Statistics ###################################### # The icecast server dumps statistics to a file on a regular basis. # You can specify how often (stats_time), and to what file (stats_log) # StatsTime (how often to dump stats, in seconds) # 0 (zero) means to not dump stats # X > 0 means dump stats every X seconds to the file specified by stats_log ############################# logdir /usr/local/icecast/logs stats_log stats.log statshtml_log stats.html stats_time 60 ############# Aliases (including virtual host support) ######################## # In icecast servers prior to the 1.3 release, you could run a icecast # server as a relay for another icecast server, simply acting as a # client on the other server and serving the local clients. This was # of course a neat way of increasing the number of possible listeners # for your broadcast. You could build a tree-like structure of relays # and broadcast to 1000 listeners without problem with the originating # stream on a cable modem or whatever. # In icecast 1.3.0 and above, we make this procedure much simpler. # If you want to relay a stream from another server, simply add an # alias for that server. Say you want to relay the broadcast originating # from my machine (laika.linux.tm:8000/laika), on your machine, do this: # alias laika http://laika.linux.tm:8000/laika # What happens is that when a listeners connects to your server and # requests the /laika stream, then your icecast server will connect # as a client to my machine, and then feed my stream to the listener. # All subsequent requests for /laika will use the same feed (i.e only # one connect will be made to my machine). Icecast will automagically # shut the link from my machine down when no one is listening. I.e # no bandwidth will be wasted. # The old functionality (i.e adding a more or less static relay) is still # there, but you have to do it from the admin console. Just do # relay pull http://laika.linux.tm:8000, and that will be accessible as # http://your_machine:port/laika.linux.tm:8000/ (you can change this with # the -m option to relay pull. # There is also a possibity to do it the other way around, starting at # the originating server. Just do "relay push host:port", and # your stream will be relayed to the remote server. # In theory, this should enable virtual host support, cause you can # specify an alias like so: # alias http://virtual.host.com:port/whatever /something # This will make all requests to virtual.host.com:port/whatever use the # stream /something. This is not really thorougly tested, but it should # work if your server_name is correctly set, and the client is sending # the valid Host: http header. ############# alias radiofri http://195.7.65.207:6903 ############################ Kick Relays ###################################### # How long to keep aliased sources when no clients are left listening to it. ############################ kick_relays 10 ############################ Transparent proxy ################################ # This is somewhat equivalent to making _all_ request to aliased sources. So # instead of adding an alias for all streams in the world, turn on the # transparent proxy support. Using this on a server that has streams of it's # own can be quite tricky, and then, as usual it is _very_ important that # the server_name is correct. # Most mp3 playing clients have support for a http proxy # (afaik x11amp and winamp do, anyway). If listeners set your machine as this # proxy, and you turn on transparent_proxy, then when a client requests # http://whatever.com:port/whatever, then your icecast server will connect # to whatever.com and feed the whatever-stream to the client. All subsequent # request for this stream will use the same feed, just as if it was an alias. # When running icecast with your own broadcasts, then you should turn this off, # or anyone can bring your network down with a lot of relaying connects. # Don't turn this on if you don't have a server_name set ############################ transparent_proxy 0

######################## Access Control Lists ################################## # Perhaps you don't care who connects to your server, but I guess most people # do. Icecast has 2 different ways of keeping people out. The first is using # libwrap (tcpd, tcp wrappers, whatever you want to call it). It is a separate # library written by Wietse Venema that over the years has become more or less # a security standard in Unix. It should compile on every sane and unsane unix # platform, and perhaps other platforms as well, I don't know. # libwrap uses the files hosts.deny and hosts.allow, usually found in /etc # or /usr/local/etc. You probably have to be root to edit these files. # Try the man pages for tcpd and hosts_access for more information. # There are 4 different icecast control thingies to use in hosts.deny/allow. # First just "icecast", which controls _all_ connections, and kick in before # anything is written or read on the socket. If a connection is denied here # then it's bye bye. If it is allowed then depending on the type of the # connection (admin/client/source), the controls "icecast_client", # "icecast_admin", "icecast_source" describe who gets in. # So to deny all clients except those matching *.se, add # "icecast_client: ALL EXCEPT *.se" to hosts.deny. There are millions of # variations on how to build a complete defence, and it's quite simple too. # libwrap is a very powerful tool, consult the manpages for more information. #### # The second way (which is always available) is using icecast's internal # acl lists. The functionality is the same, but it is not as powerful when it # comes to configuration and flexibilty as libwrap. # You can specify acl rules either here in icecast.conf, or using the # admin console. The syntax in icecast.conf is: # allow # deny # So, using the same rule as above (allowing only clients from *.se) # deny * # allow *.se # When using the internal acl rules, you need to specify a policy. # This rule kick in when no allow or deny rule affects a connection. # If you set acl_policy to 0, then connections who are not allowed by any # allow rule will be denied, and the other way around if you set it to 1. ######################### acl_policy 1 #deny all * #allow all *.ryd.student.liu.se ################################################################################ users.aut: # This is the user authentication file. # To use this file, copy it to etc/users.aut in the icecast base directory # The syntax is simple, one user and password per line. # Separate the user from the password with a colon. # The password should be in cleartext unless you've compiled # icecast with crypt support. # Example: # eel:mypassword # you:yourpassword greg:QONJH4LT7xRZE groups.aut: # This is the group authentication file. # Copy this file to etc/groups.aut in the icecast directory # Here you list all groups and their members. # The syntax is simple, one group with all its members on one line. # Separate the group name from the users with a colon, and the users # with commas. # Example: # all:him,her,it,me,you,they,and,we # enterprise:spock,kirk,mccoy,uhura,scott,chekov all:greg mounts.aut: # This is the mount authentication file. # To use this file, copy it to etc/mounts.aut in the icecast base directory # You specify which group(s) have access to which mountpoints # Groups are specified in the groups.aut file. # Note that you CANNOT specify users, only groups # Separate the mountpoint from the groups with a colon, and the # groups with commas # Example: # /monkey:enterprise,bandcamp # There are two special keywords, "all" and "rest", if you specify # "all" as the mountpoint (without slash), all other mountpoint # authorization lines are ignored and only the groups specified # on the "all" line are used. # The mountpoints /admin and /oper specify which users and groups can # use the WWW admin interface command, and operator commands. Don't # remove these, or anyone will have full access to the server. # The groups specified on the "rest" line are used to authorize # the mountpoint for which there are no lines. # Note that you DO NOT have to specifiy "rest" or "all". In fact # I suspect most people will not want this feature. # Example: # /reggae:reggaegroup,bandcamp # rest:enterprise /admin:greg /oper:greg all:greg

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 Mar 5 19:15:29 2002 From: oddsock at oddsock.org (oddsock) Date: Tue, 05 Mar 2002 13:15:29 -0600 Subject: [icecast] Icecast, Liveice... experiences? In-Reply-To: <200203032045.g23KjDZ41414@hokkshideh2.jetcafe.org> Message-ID: <5.1.0.14.0.20020305131352.03394ff0@oddsock.org> At 12:45 PM 3/3/2002 -0800, you wrote: >I still really want an XMMS plugin that streams, but I suppose that's >not forthcoming. What will probably happen after the next redesign of >my DJ app is that I will use IceS to queue and play songs, so I don't >have to go into the audio domain at all. >------ http://www.oddsock.org/tools/dsp_oddcast/xmms/ give that a try...haven't done a whole lot of testing with it, but it does, in fact, work....you'll need both the lame-dev and vorbis/ogg libs to get it compiled... 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 larry at wbhm.org Tue Mar 5 19:33:57 2002 From: larry at wbhm.org (Larry Owen) Date: Tue, 05 Mar 2002 13:33:57 -0600 Subject: [icecast] Icecast question In-Reply-To: <3C834E58.A26B6975@superorg.demon.co.uk> Message-ID: <3C851DA5.1040009@wbhm.org> It will work with _some_ versions of Real Player. Don't know about Quicktime. Larry Mick Ritchie wrote: > Hi > > Can anyone direct me to a place where I can find details of which > players Icecast streams will play back on - for both pc and mac > systems. I am hoping it will play back on Real Player with mpeg stream > is this so? I am also hoping for quicktime playback mmmm

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 Tue Mar 5 19:59:18 2002 From: telmnstr at 757.org (Ethan) Date: Tue, 5 Mar 2002 14:59:18 -0500 (EST) Subject: [icecast] Icecast question In-Reply-To: <3C851DA5.1040009@wbhm.org> Message-ID: > It will work with _some_ versions of Real Player. > Don't know about Quicktime. > Larry Forget quicktime! It will play in Windows Mplayer2 or newer, Realplayer (from the last two years?), x11amp, mpg123, macamp I think, and tons of other players. Quicktime upon install tries to take over every file association. Nothing like having to click thru the "BUY NOW/LATER" option to play a wav file on a Windows system. There is a good chance it will play it, but I try to avoid installing it. It tends to be a pain. -- 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 demirt at boun.edu.tr Thu Mar 7 00:26:20 2002 From: demirt at boun.edu.tr (Tamer Demir) Date: Thu, 07 Mar 2002 02:26:20 +0200 Subject: [icecast] Liveice+Darkice? In-Reply-To: <5.1.0.14.0.20020305131352.03394ff0@oddsock.org> Message-ID: <5.1.0.14.2.20020307021137.0301e2f8@hisar.cc.boun.edu.tr> Hello, Could the experienced people help me? 1:) Is it possible to start liveice in the background like icecast and shout?? 2:) If I insert another sound card to PC(it will have 2 or more sound cards). Is it enough to specify "SOUND_DEVICE" option to /dev/dspX in liveice.cfg and start another liveice session with that configuration file??? 3:) With many efforts I fail to start darkice (I wish I could try it :(( ). I think the problem is either I am running RedHat7.1 without gcc3, while tring to install gcc3 I entered a rpm loop so I could not install, or there is something wrong with my sound card. I have changed the parameters, but the results are giving core dump, Sound:Buffer overrun and VorbisLibEncoder.cc:vorbis encode init error [-130].... but liveice worked. Regards, Tamer

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 Thu Mar 7 00:48:40 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Thu, 07 Mar 2002 01:48:40 +0100 Subject: [icecast] Liveice+Darkice? In-Reply-To: <5.1.0.14.2.20020307021137.0301e2f8@hisar.cc.boun.edu.tr> Message-ID: <3C86B8E8.1090601@tyrell.hu> Tamer Demir wrote: > Hello, > Could the experienced people help me? > > 1:) Is it possible to start liveice in the background like icecast and > shout?? ure, try: nohup liveice & > 2:) If I insert another sound card to PC(it will have 2 or more sound > cards). Is it enough to specify "SOUND_DEVICE" option to /dev/dspX in > liveice.cfg and start another liveice session with that configuration > file??? hould be > 3:) With many efforts I fail to start darkice (I wish I could try it :(( > ). I think the problem is either I am running RedHat7.1 without gcc3, > while tring to install gcc3 I entered a rpm loop so I could not install, > or there is something wrong with my sound card. I have changed the > parameters, but the results are giving core dump, Sound:Buffer overrun > and VorbisLibEncoder.cc:vorbis encode init error [-130].... but liveice > worked. on the core dump: could you compile it in debug mode, and send me the backtrace of where it dumps? for buffer underrun: are you sure you're running darkice as root? for vorbis encode init error: the vorbis library won't initialize. are you sure your parameters for the vorbis stream are sensible? (e.g. 24 kb/s streams don't work at 44.1 kHz, that sort of thing)

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 scott at djsnm.com Thu Mar 7 05:11:37 2002 From: scott at djsnm.com (DJ S&M) Date: Wed, 6 Mar 2002 21:11:37 -0800 Subject: [icecast] Liveice+Darkice? In-Reply-To: <5.1.0.14.2.20020307021137.0301e2f8@hisar.cc.boun.edu.tr> Message-ID: > 1:) Is it possible to start liveice in the background like > icecast and shout?? -@ 2 sometimes works.... badly > 2:) If I insert another sound card to PC(it will have 2 or more sound > cards). Is it enough to specify "SOUND_DEVICE" option to /dev/dspX in > liveice.cfg and start another liveice session with that > configuration file??? If they're in different directories then it might work - I've never tried it - liveice uses a couple of named pipes to talk to encoders, so you can't have multiple invocations runnign in the same directory >

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gavin at raha.com Thu Mar 7 07:18:57 2002 From: gavin at raha.com (Gavin) Date: Thu, 7 Mar 2002 10:18:57 +0300 Subject: [icecast] FreeBSD - 2 soundcards? In-Reply-To: Message-ID: Hello, does anyone have experience of running two or more sound cards in a FreeBSD machine? I'm using liveice/icecast to stream radio stations, and I'd like to get several in one box. I realise a BSD list would be a better place for this, but who else but streaming folk would ever think about multiple sound cards? After installing a second card, when I makedev snd1, it creates all the usual devices but ending in a 1, eg. /dev/dsp1, /dev/audio1. So I think ahah! I now have dsp and dsp1! But these turn out to be links to the first devices, eg. /dev/dsp, /dev/audio. Has anyone ever managed this? Gavin

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From pozar at lns.com Mon Mar 11 12:39:00 2002 From: pozar at lns.com (Tim Pozar) Date: Mon, 11 Mar 2002 04:39:00 -0800 Subject: [icecast] FreeBSD - 2 soundcards? In-Reply-To: Message-ID: <20020311043859.A53059@lns.com> On Thu, Mar 07, 2002 at 10:18:57AM +0300, Gavin wrote: > does anyone have experience of running two or more sound cards in a FreeBSD > machine? I'm using liveice/icecast to stream radio stations, and I'd like > to get several in one box. > > I realise a BSD list would be a better place for this, but who else but > streaming folk would ever think about multiple sound cards? > > After installing a second card, when I makedev snd1, it creates all the > usual devices but ending in a 1, eg. /dev/dsp1, /dev/audio1. So I think > ahah! I now have dsp and dsp1! But these turn out to be links to the first > devices, eg. /dev/dsp, /dev/audio. > > Has anyone ever managed this? Yes. I am running multiple stations streaming (muliple bit rates too!) and archiving on one box. As an example I have one box with three audio cards... pcm0: port 0xdc00-0xdc3f irq 5 at device 9.0 on pci0 pcm1: port 0xe000-0xe03f irq 12 at device 10.0 on pci0 pcm2: port 0xe400-0xe43f irq 10 at device 11.0 on pci0 Normally you would have to run MAKEDEV to create the devices you have installed. Ie... #./MAKEDEV snd2 Will create the devices for the third card as numbers start with zero. /dev/dsp, /dev/dspW, /dev/mixer, etc. are just sym links to the default real device names such as: lrwxrwxrwx 1 root wheel 6 Nov 24 22:33 audio -> audio0 crw-rw-rw- 1 root wheel 30, 4 Nov 24 22:33 audio0 crw-rw-rw- 1 root wheel 30, 20 Nov 24 22:32 audio1 crw-rw-rw- 1 root wheel 30, 36 Nov 24 22:32 audio2 lrwxrwxrwx 1 root wheel 4 Nov 24 22:33 dsp -> dsp0 crw-rw-rw- 1 root wheel 30, 3 Nov 24 22:33 dsp0 crw-rw-rw- 1 root wheel 30, 19 Nov 24 22:32 dsp1 crw-rw-rw- 1 root wheel 30, 35 Nov 24 22:32 dsp2 lrwxrwxrwx 1 root wheel 5 Nov 24 22:33 dspW -> dspW0 crw-rw-rw- 1 root wheel 30, 5 Nov 24 22:33 dspW0 crw-rw-rw- 1 root wheel 30, 21 Nov 24 22:32 dspW1 crw-rw-rw- 1 root wheel 30, 37 Nov 24 22:32 dspW2 lrwxrwxrwx 1 root wheel 6 Nov 24 22:33 mixer -> mixer0 crw-rw-rw- 1 root wheel 30, 0 Nov 24 22:33 mixer0 crw-rw-rw- 1 root wheel 30, 16 Nov 24 22:32 mixer1 crw-rw-rw- 1 root wheel 30, 32 Nov 24 22:32 mixer2 [etc.] I use my own perl script for live streaming encoder (mixice) instead of darkice. In the script I just point at the real device name (ie. /dev/dsp1) in the script. I imagine that you would do the same for darkice and liveice. Tim -- Snail: Tim Pozar / LNS / 1978 45th Ave / San Francisco CA 94116 / USA POTS: +1 415 665 3790 Radio: KC6GNJ / KAE6247 "It's a damn poor mind that can only think of one way to spell a word." - Andrew Jackson "What is wanted is not the will to believe, but the will to find out, which is the exact opposite." - Bertrand Russell, "Skeptical_Essays" --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From owner-icecast at xiph.org Tue Mar 12 13:23:38 2002 From: owner-icecast at xiph.org (Majordomo) Date: 12 Mar 2002 14:23:38 +0100 Subject: [icecast] From: spear Message-ID: <1015939430.717.22.camel@Atlantis> auth 447f129c subscribe icecast spear at nordnet.fr

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From spear at nordnet.fr Tue Mar 12 13:36:44 2002 From: spear at nordnet.fr (spear) Date: 12 Mar 2002 14:36:44 +0100 Subject: [icecast] kicking " client not receiving data fast enough " Message-ID: <1015940205.717.30.camel@Atlantis> Hi there ! As i tried that radio finally installed, i got that message from the server after ~ 1 minute ... I reduced and forced the streaming to 44000 instead of the 128000 proposed as default_bitrate in shout.conf. Now i can listen for 12 minutes and 46 seconds before i got the message. what's going on ? Should i modify the throttle parameter ? I have a DSL access for information Sincerely, thanks for your help ! Mathias

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 Wed Mar 13 08:36:44 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Wed, 13 Mar 2002 09:36:44 +0100 Subject: [icecast] metadata update in the stream Message-ID: <3C8F0F9C.7050509@tyrell.hu> This has come up earlier, but I don't remember a solution. How do I update the metadata of the stream 'on the fly'? I'm thinking of having a live stream (through darkice), with the title, author, etc. metadata changed every once in a while to reflect the actual program. How would I do that? Should I insert such data into the mp3 / ogg voribs data somehow by calling some functions of liblame / libvorbis? Or is there some possibility to do this through the protocol with which the data is sent to icecast? At the moment, the only place I put meta data into is when the source logs in to the icecast server. There, in the header, there is a possibility to put metadata. But this persists throughout the stream. How do I change it?

Akos

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From Shaun_Hathaway at uis-inc.com Wed Mar 13 13:23:31 2002 From: Shaun_Hathaway at uis-inc.com (Hathaway, Shaun) Date: Wed, 13 Mar 2002 08:23:31 -0500 Subject: [icecast] ideas for on-demand streaming In-Reply-To: <[icecast] ideas for on-demand streaming> Message-ID: How do I submit an email to icecast? -----Original Message----- From: Gary Major [mailto:gr_major at hotmail.com] Sent: Wednesday, February 20, 2002 1:34 PM To: icecast at xiph.org Subject: Re: [icecast] ideas for on-demand streaming

What you could do, if you were so inclined, is to write a shell script that would cycle through your directories and create symbolic links in your main directory. Not pretty at all, but would solve your issue. Alternatively, a script could be written to cycle through your directories to create a custom web page to display ALL songs. A little prettier and again would solve your issue. My script writing ability, however is not up to the task. ----- Original Message ----- From: "LeDiva" To: Sent: Wednesday, February 20, 2002 1:09 PM Subject: Re: [icecast] ideas for on-demand streaming

> On Wed, 20 Feb 2002, Gary Major wrote: > > > To define this list you put the full path to your mp3 directory in your > > icecast.conf file. It has been awhile since I set this up, and I forget the > > exact option, although static template comes to mind. > > This is great... but it's not showing a full listing of what's in my > directory. My MP3 collection is housed in /music/. There are > subdirectories #, A, B, C, etc... none of these show up on the page. > > The setting in icecast.conf is: staticdir /music > > If I specify the filename manually for on-demand streaming, it works > fine... I just can't get them listed on the webpage. > --- > Julia Lunetta > Listen to my music collection... http://julial.dhs.org:8005/ > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request at 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 Shaun_Hathaway at uis-inc.com Wed Mar 13 13:26:36 2002 From: Shaun_Hathaway at uis-inc.com (Hathaway, Shaun) Date: Wed, 13 Mar 2002 08:26:36 -0500 Subject: [icecast] ideas for on-demand streaming In-Reply-To: <[icecast] ideas for on-demand streaming> Message-ID: I guess that answers my question :P -----Original Message----- From: Hathaway, Shaun Sent: Wednesday, March 13, 2002 8:24 AM To: icecast at xiph.org Subject: RE: [icecast] ideas for on-demand streaming

How do I submit an email to icecast? -----Original Message----- From: Gary Major [mailto:gr_major at hotmail.com] Sent: Wednesday, February 20, 2002 1:34 PM To: icecast at xiph.org Subject: Re: [icecast] ideas for on-demand streaming

What you could do, if you were so inclined, is to write a shell script that would cycle through your directories and create symbolic links in your main directory. Not pretty at all, but would solve your issue. Alternatively, a script could be written to cycle through your directories to create a custom web page to display ALL songs. A little prettier and again would solve your issue. My script writing ability, however is not up to the task. ----- Original Message ----- From: "LeDiva" To: Sent: Wednesday, February 20, 2002 1:09 PM Subject: Re: [icecast] ideas for on-demand streaming

> On Wed, 20 Feb 2002, Gary Major wrote: > > > To define this list you put the full path to your mp3 directory in your > > icecast.conf file. It has been awhile since I set this up, and I forget the > > exact option, although static template comes to mind. > > This is great... but it's not showing a full listing of what's in my > directory. My MP3 collection is housed in /music/. There are > subdirectories #, A, B, C, etc... none of these show up on the page. > > The setting in icecast.conf is: staticdir /music > > If I specify the filename manually for on-demand streaming, it works > fine... I just can't get them listed on the webpage. > --- > Julia Lunetta > Listen to my music collection... http://julial.dhs.org:8005/ > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request at 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 Shaun_Hathaway at uis-inc.com Wed Mar 13 13:31:11 2002 From: Shaun_Hathaway at uis-inc.com (Hathaway, Shaun) Date: Wed, 13 Mar 2002 08:31:11 -0500 Subject: [icecast] eggdrop tcl Message-ID: Does anyone have any good eggdrop tcls that announce the current song or anything like that? --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 icecast.org Wed Mar 13 15:09:35 2002 From: brendan at icecast.org (Brendan Cully) Date: Wed, 13 Mar 2002 10:09:35 -0500 Subject: [icecast] metadata update in the stream In-Reply-To: <3C8F0F9C.7050509@tyrell.hu> Message-ID: <20020313150935.GA3928@xanadu.kublai.com> See the libshout function shout_update_metadata (also see metadata.c in the ices src). This function just calls up the icecast/shoutcast server and issues a GET request in a particular format. It can be called any time. On Wednesday, 13 March 2002 at 09:36, Akos Maroy wrote: > This has come up earlier, but I don't remember a solution. > > How do I update the metadata of the stream 'on the fly'? I'm thinking of > having a live stream (through darkice), with the title, author, etc. > metadata changed every once in a while to reflect the actual program. > How would I do that? > > Should I insert such data into the mp3 / ogg voribs data somehow by > calling some functions of liblame / libvorbis? > > Or is there some possibility to do this through the protocol with which > the data is sent to icecast? > > At the moment, the only place I put meta data into is when the source > logs in to the icecast server. There, in the header, there is a > possibility to put metadata. But this persists throughout the stream. > How do I change it? > > > Akos > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. > > --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From freyason at yahoo.com Wed Mar 13 22:50:17 2002 From: freyason at yahoo.com (freyason at yahoo.com) Date: Wed, 13 Mar 2002 14:50:17 -0800 (PST) Subject: [icecast] metadata update in the stream In-Reply-To: <3C8F0F9C.7050509@tyrell.hu> Message-ID: <20020313225017.61168.qmail@web11603.mail.yahoo.com> Akos, Yes I brought this up not too long ago, but no one responded. I'm not a heavy developer type of person, but maybe in the ices source code you might be able to find the metadata update code? I would really like some ability like this. If I'm streaming with DarkIce, the title doesn't change at all (just says what I had when I originally ran it.) Tom --- Akos Maroy wrote: > This has come up earlier, but I don't remember a solution. > > How do I update the metadata of the stream 'on the fly'? I'm thinking > of > having a live stream (through darkice), with the title, author, etc. > metadata changed every once in a while to reflect the actual program. > > How would I do that? > > Should I insert such data into the mp3 / ogg voribs data somehow by > calling some functions of liblame / libvorbis? > > Or is there some possibility to do this through the protocol with > which > the data is sent to icecast? > > At the moment, the only place I put meta data into is when the source > > logs in to the icecast server. There, in the header, there is a > possibility to put metadata. But this persists throughout the stream. > > How do I change it? > > > Akos > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to > 'icecast-request at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is > needed. > Unsubscribe messages sent to the list will be ignored/filtered.

__________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From peter at yurt.org Wed Mar 13 23:34:57 2002 From: peter at yurt.org (peter at yurt.org) Date: Wed, 13 Mar 2002 18:34:57 -0500 Subject: [icecast] desperately need liveice help Message-ID: we've been trying to get liveice to work on our machine--used to work fine on our old server. its the same soundcard, but now when we try to run at 44100 or 48000 we get: FinishSegmentation fault 33750 and 22050 both work fine. any ideas? thanks, peter

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From demirt at boun.edu.tr Thu Mar 14 00:02:52 2002 From: demirt at boun.edu.tr (Tamer Demir) Date: Thu, 14 Mar 2002 02:02:52 +0200 Subject: [icecast] Why the server kicks the clients? In-Reply-To: Message-ID: <5.1.0.14.2.20020314015958.02f73b48@hisar.cc.boun.edu.tr> Hello, Can anyone give the exact reasons of: 1:) Why the server kicks the client? 2:) the reasons of why the connection between the client and the server broken(lost connection)? Thanks a lot. Tamer Demir

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From malletc3 at cti.ecp.fr Thu Mar 14 02:12:45 2002 From: malletc3 at cti.ecp.fr (Cédric Mallet) Date: Thu, 14 Mar 2002 03:12:45 +0100 Subject: [icecast] Metadata once more...with Ices Message-ID: <1316376168.20020314031245@cti.ecp.fr> I use Ices with the perl module. I would like to know how to use the function supposed to return metadata, for example to read Id Tag. I didn't find anything in the documentation. Are there commands to get all the fields provided by the IdTag ? I also had strange results when commenting this function (in that case it is supposed to stream the name of the song, by reading the IdTag). With Winamp, I didn't get anything ("unnamned"), with XMMS, I had the proper name, with "unnamned" written after it, and it only worked properly with Freeamp... -- Ced

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darijo at kite-online.net Fri Mar 15 23:50:42 2002 From: darijo at kite-online.net (Darijo) Date: Sat, 16 Mar 2002 00:50:42 +0100 Subject: [icecast] ices and libshout.so.1 Message-ID: <000001c1cc7c$382d7a00$0a00a8c0@kiteonline.net> Hello! I have compileed ices.0.2.2 for my debian system (the system is on a Mac PowerPC, so I use Debian-PPC) When I want to start Ices I get an error message saying this: "./ices: error while loading shared libraries: libshout.so.1: cannot open shared object file: No such file or directory" I start it with ./ices I checked and saw that I had the files but the maybe are in wrong folder, does any body know what's the problem or know how I can get it to work? /Darijo

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 Sat Mar 16 00:00:57 2002 From: jack at xiph.org (Jack Moffitt) Date: Fri, 15 Mar 2002 17:00:57 -0700 Subject: [icecast] ices and libshout.so.1 In-Reply-To: <000001c1cc7c$382d7a00$0a00a8c0@kiteonline.net> Message-ID: <20020316000057.GW12398@babyjesus.cantcode.com> > "./ices: error while loading shared libraries: libshout.so.1: cannot > open shared object file: No such file or directory" Is libshout installed? Did you run ldconfig? Is the directory where you installed the library in /etc/ld.so.conf or in LD_LIBRARY_PATH? 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 darijo at kite-online.net Sat Mar 16 00:38:13 2002 From: darijo at kite-online.net (Darijo) Date: Sat, 16 Mar 2002 01:38:13 +0100 Subject: [icecast] ices and libshout.so.1 In-Reply-To: <20020316000057.GW12398@babyjesus.cantcode.com> Message-ID: <000101c1cc82$db524020$0a00a8c0@kiteonline.net> > "./ices: error while loading shared libraries: libshout.so.1: cannot > open shared object file: No such file or directory" >>Is libshout installed? What I know I haven't installed it, is there a debian package of it so I can install or reinstall it mayne? >>Did you run ldconfig? When I do a ldconfig I get this back in return " ldconfig: /usr/lib/libmp3lame.so.0 is not a symbolic link" >>Is the directory where you installed the library in /etc/ld.so.conf or >>in LD_LIBRARY_PATH? I don't know if I have libshout installed, how can I check thet?

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 Sat Mar 16 00:54:53 2002 From: jack at xiph.org (Jack Moffitt) Date: Fri, 15 Mar 2002 17:54:53 -0700 Subject: [icecast] ices and libshout.so.1 In-Reply-To: <000101c1cc82$db524020$0a00a8c0@kiteonline.net> Message-ID: <20020316005453.GX12398@babyjesus.cantcode.com> > can install or reinstall it mayne? > > >>Did you run ldconfig? > When I do a ldconfig I get this back in return > " ldconfig: /usr/lib/libmp3lame.so.0 is not a symbolic link" > > >>Is the directory where you installed the library in /etc/ld.so.conf or > >>in LD_LIBRARY_PATH? > I don't know if I have libshout installed, how can I check thet? You can't use ices without libshout. Get, compile, and install libshout (ices probably has this included) in the 'libshout' directory. Apparently you messed up the libmp3lame installation or the script messed upt he links. /usr/lib/libmp3lame.so.0 is probably a dead link and can be deleted. the ldconfig should run fine. 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 darijo at kite-online.net Sat Mar 16 06:50:43 2002 From: darijo at kite-online.net (Darijo) Date: Sat, 16 Mar 2002 07:50:43 +0100 Subject: [icecast] download the file instead of stream it Message-ID: <000401c1ccb6$e4a33560$0a00a8c0@kiteonline.net> how come if I run a stream from my icecast and I access my server from a browser (like internet explorer) on port 8000 it starts to download the whole stream instead of play it as a stream. like this, I type this http://192.168.0.254:8000/ices it starts to download and say it will download like 57mb but if I typ same url in my winamp it starts tp play the stream. And if I try the same from someone else mp3 stream, then it works fine. Let's say I play a playlist with ices that's called kite.pls and in my ices.conf I use the default mountpoin (that's ices) and the dumpfile is ices.dump, and my address to the server is 192.168.0.254.. now I wonder what is the url to that site is it http://192.168.0.254:8000/ices/kite.pls or? Would be cool to get this thing going. thanx /Darijo

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From a.gutteridge at cryst.bbk.ac.uk Sat Mar 16 12:14:40 2002 From: a.gutteridge at cryst.bbk.ac.uk (Alex Gutteridge) Date: Sat, 16 Mar 2002 12:14:40 +0000 Subject: [icecast] ices configure script Message-ID: <3C933730.6080800@cryst.bbk.ac.uk> Hi, I'm having difficulty getting ices 0.2.2 to see my lame install and my perl install. The lame libraries (v3.91) are installed in: /usr/local/lib/ with the header file at: /usr/local/include/lame/lame.h, but when I run: ./configure --with-lame --with-lame-includes=/usr/local/include/lame/ --with-lame-libraries=/usr/local/ it says it can't find the lame libraries. ldconfig seems to show they're installed: libmp3lame.so.0 (libc6) => /usr/local/lib/libmp3lame.so.0 libmp3lame.so (libc6) => /usr/local/lib/libmp3lame.so I get the same problem with the --with-perl option - I have perl installed in the normal place (/usr/bin/perl) but when I try --with-perl=/usr it says is can't find /usr/bin/perl (no such file). I've intalled Ices fine withoutthese options, but I'd really like to get it working with the re-encoding and perl. What am I doing wrong? TIA AlexG

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From johnwatson at Mysticglow.com Sun Mar 17 13:02:54 2002 From: johnwatson at Mysticglow.com (John Watson) Date: Sun, 17 Mar 2002 07:02:54 -0600 Subject: [icecast] Win32 streamer? Message-ID: <3C9493FE.D5E9EE95@Mysticglow.com> I have icecast on my linux box (still trying to figure out how to do a name and not unknown) and it works fine with winamp shoutcast streaming to it but I want to stream ogg not mp3. How can I do this using windows as the host and the Linux side as the server.

Thank you. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Sun Mar 17 13:39:03 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Mon, 18 Mar 2002 00:39:03 +1100 Subject: [icecast] Win32 streamer? In-Reply-To: <3C9493FE.D5E9EE95@Mysticglow.com> Message-ID: <3.0.5.32.20020318003903.41104520@mail.labyrinth.net.au> At 07:02 AM 3/17/02 -0600, you wrote: >I have icecast on my linux box (still trying to figure out how to do a name and not unknown) and it >works fine with winamp shoutcast streaming to it but I want to stream ogg not mp3. How can I do >this using windows as the host and the Linux side as the server. Recent versions of oddcast (a plugin for winamp for streaming - FAR better than the builtin stuff) also have support for streaming ogg. You'll need to install icecast2 (from cvs) on the server. Michael

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From johnwatson at Mysticglow.com Sun Mar 17 13:28:46 2002 From: johnwatson at Mysticglow.com (John Watson) Date: Sun, 17 Mar 2002 07:28:46 -0600 Subject: [icecast] Win32 streamer? In-Reply-To: <3.0.5.32.20020318003903.41104520@mail.labyrinth.net.au> Message-ID: <3C949A0E.8996C420@Mysticglow.com> Where do I get oddcast at? I did a search on winamp.com and nothing and I did a google group lookup to see if anyone was talking about it and I got back everything but what I was looking for. Michael Smith wrote: > > At 07:02 AM 3/17/02 -0600, you wrote: > >I have icecast on my linux box (still trying to figure out how to do a name and not unknown) and it > >works fine with winamp shoutcast streaming to it but I want to stream ogg not mp3. How can I do > >this using windows as the host and the Linux side as the server. > > Recent versions of oddcast (a plugin for winamp for streaming - FAR better > than the builtin stuff) also have support for streaming ogg. > You'll need to install icecast2 (from cvs) on the server. > > Michael > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Sun Mar 17 13:51:13 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Mon, 18 Mar 2002 00:51:13 +1100 Subject: [icecast] Win32 streamer? In-Reply-To: <3C949A0E.8996C420@Mysticglow.com> Message-ID: <3.0.5.32.20020318005113.411f2970@mail.labyrinth.net.au> At 07:28 AM 3/17/02 -0600, you wrote: >Where do I get oddcast at? I did a search on winamp.com and nothing and I did a google group lookup >to see if anyone was talking about it and I got back everything but what I was looking for. Hah. winamp's site is, and has been for a long time, utterly useless. A google search pulls it up very easily, as you probably could have found yourself. http://www.oddsock.org/tools/dsp_oddcast/

Michael

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From johnwatson at Mysticglow.com Sun Mar 17 13:39:31 2002 From: johnwatson at Mysticglow.com (John Watson) Date: Sun, 17 Mar 2002 07:39:31 -0600 Subject: [icecast] Win32 streamer? In-Reply-To: <3.0.5.32.20020318005113.411f2970@mail.labyrinth.net.au> Message-ID: <3C949C93.83875EED@Mysticglow.com> Oh, good grief oddcast dsp. Well, I agree winamp site is just pathetic. Do a search for shoutcast on it and end up with 3 or 4 plugins and none are for active streaming. to do that you have to go to the shoutcast site. Thank you. Michael Smith wrote: > > At 07:28 AM 3/17/02 -0600, you wrote: > >Where do I get oddcast at? I did a search on winamp.com and nothing and I did a google group lookup > >to see if anyone was talking about it and I got back everything but what I was looking for. > > Hah. winamp's site is, and has been for a long time, utterly useless. > A google search pulls it up very easily, as you probably could have found > yourself. > http://www.oddsock.org/tools/dsp_oddcast/ > > Michael > --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From johnwatson at Mysticglow.com Sun Mar 17 14:11:59 2002 From: johnwatson at Mysticglow.com (John Watson) Date: Sun, 17 Mar 2002 08:11:59 -0600 Subject: [icecast] Win32 streamer? In-Reply-To: <3.0.5.32.20020318005113.411f2970@mail.labyrinth.net.au> Message-ID: <3C94A42F.B898BC0A@Mysticglow.com> I tried to get icecast2 and BLAMO Error: Failed to spawn GNU rlog on '/cvsroot/icecast-1.1//Makefile.in,v' '/cvsroot/icecast-1.1//acconfig.h,v' '/cvsroot/icecast-1.1//commandline.c,v' '/cvsroot/icecast-1.1//commandline.h,v' '/cvsroot/icecast-1.1//commands.c,v' '/cvsroot/icecast-1.1//commands.h,v' '/cvsroot/icecast-1.1//config.h.in,v' '/cvsroot/icecast-1.1//configure,v' '/cvsroot/icecast-1.1//configure.in,v' '/cvsroot/icecast-1.1//directory.c,v' '/cvsroot/icecast-1.1//directory.h,v' '/cvsroot/icecast-1.1//globals.h,v' '/cvsroot/icecast-1.1//icecast.conf,v' '/cvsroot/icecast-1.1//icecast.h,v' '/cvsroot/icecast-1.1//icetypes.h,v' '/cvsroot/icecast-1.1//install-sh,v' '/cvsroot/icecast-1.1//log.c,v' '/cvsroot/icecast-1.1//log.h,v' '/cvsroot/icecast-1.1//logtime.c,v' '/cvsroot/icecast-1.1//logtime.h,v' '/cvsroot/icecast-1.1//main.c,v' '/cvsroot/icecast-1.1//main.h,v' '/cvsroot/icecast-1.1//mkpasswd.c,v' '/cvsroot/icecast-1.1//sock.c,v' '/cvsroot/icecast-1.1//sock.h,v' '/cvsroot/icecast-1.1//utility.c,v' '/cvsroot/icecast-1.1//utility.h,v' did you set the $ENV{PATH} in your configuration file correctly ?

-------------------------------------------------------------------------------- team at icecast.org Always my luck, heheh. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sun Mar 17 15:26:25 2002 From: gtgbr at gmx.net (Moritz Grimm) Date: Sun, 17 Mar 2002 16:26:25 +0100 Subject: [icecast] Win32 streamer? In-Reply-To: <3C94A42F.B898BC0A@Mysticglow.com> Message-ID: <3C94B5A1.A6AD0D77@gmx.net> John Watson wrote: > > I tried to get icecast2 and BLAMO > > Error: Failed to spawn GNU rlog on '/cvsroot/icecast-1.1//Makefile.in,v' > '/cvsroot/icecast-1.1//acconfig.h,v' '/cvsroot/icecast-1.1//commandline.c,v' [...] I doubt you really got Icecast2. Get it from the xiph.org CVS, the icecast.org repository is outdated. You find help on http://www.xiph.org/cvs.html - download the icecast module from there and read the HACKING file. It tells you what additional helper libraries you'll have to check out and how to compile/install it.

Moritz --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From Shaun_Hathaway at uis-inc.com Sun Mar 17 16:08:20 2002 From: Shaun_Hathaway at uis-inc.com (Hathaway, Shaun) Date: Sun, 17 Mar 2002 11:08:20 -0500 Subject: [icecast] eggdrop tcl In-Reply-To: <[icecast] eggdrop tcl> Message-ID: anyone? -----Original Message----- From: Hathaway, Shaun Sent: Wed 3/13/2002 8:31 AM To: icecast at xiph.org Cc: Subject: [icecast] eggdrop tcl Does anyone have any good eggdrop tcls that announce the current song or anything like that? --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 4042 bytes Desc: winmail.dat URL: From johnwatson at Mysticglow.com Sun Mar 17 16:11:26 2002 From: johnwatson at Mysticglow.com (John Watson) Date: Sun, 17 Mar 2002 10:11:26 -0600 Subject: [icecast] Win32 streamer? In-Reply-To: <3C94B5A1.A6AD0D77@gmx.net> Message-ID: <3C94C02E.9A1D6E3F@Mysticglow.com> I am new to cvs and was wondering if its like ftp in this error: cvs login: authorization failed: server cvs.icecast.org rejected access to /cvsroot for user anonymous. does that mean too many are using it right now or is something borked?

Moritz Grimm wrote: > > John Watson wrote: > > > > I tried to get icecast2 and BLAMO > > > > Error: Failed to spawn GNU rlog on '/cvsroot/icecast-1.1//Makefile.in,v' > > '/cvsroot/icecast-1.1//acconfig.h,v' '/cvsroot/icecast-1.1//commandline.c,v' > [...] > > I doubt you really got Icecast2. Get it from the xiph.org CVS, the > icecast.org repository is outdated. You find help on > http://www.xiph.org/cvs.html - download the icecast module from there > and read the HACKING file. It tells you what additional helper libraries > you'll have to check out and how to compile/install it. > > Moritz --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From johnwatson at Mysticglow.com Sun Mar 17 16:20:11 2002 From: johnwatson at Mysticglow.com (John Watson) Date: Sun, 17 Mar 2002 10:20:11 -0600 Subject: [icecast] Win32 streamer? In-Reply-To: <3C94C02E.9A1D6E3F@Mysticglow.com> Message-ID: <3C94C23B.DBD5B262@Mysticglow.com> Well, I got it and I can say I hate CVS. I much prefer ftp or CVS in ease of navigating but thank you. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sun Mar 17 16:32:30 2002 From: gtgbr at gmx.net (Moritz Grimm) Date: Sun, 17 Mar 2002 17:32:30 +0100 Subject: [icecast] Win32 streamer? In-Reply-To: <3C94C23B.DBD5B262@Mysticglow.com> Message-ID: <3C94C51E.C10C8B0A@gmx.net> copy/paste from xiph.org/cvs.html would've done it :) John Watson wrote: > > Well, I got it and I can say I hate CVS. I much prefer ftp or CVS in ease of navigating but thank > you. > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From johnwatson at Mysticglow.com Sun Mar 17 17:15:22 2002 From: johnwatson at Mysticglow.com (John Watson) Date: Sun, 17 Mar 2002 11:15:22 -0600 Subject: [icecast] Win32 streamer? In-Reply-To: <3C94C51E.C10C8B0A@gmx.net> Message-ID: <3C94CF2A.47AEB462@Mysticglow.com> Where can I find out about the config file params? Seems ice2 is now in xml for its conf file and I am streaming, I am receiving but I am not on yp.icecast.org. Oh, btw the oddcast plugin is weird. If it receives no sound for 1 sec it will disconnect the stream (betcha in the conf file I can't find a good example on).

Thanks for all your help. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sun Mar 17 17:25:00 2002 From: gtgbr at gmx.net (Moritz Grimm) Date: Sun, 17 Mar 2002 18:25:00 +0100 Subject: [icecast] Win32 streamer? In-Reply-To: <3C94CF2A.47AEB462@Mysticglow.com> Message-ID: <3C94D16C.E4EC1A0C@gmx.net> John Watson wrote: > Where can I find out about the config file params? Seems ice2 is now in xml for its conf file and I > am streaming, I am receiving but I am not on yp.icecast.org. Oh, btw the oddcast plugin is weird. > If it receives no sound for 1 sec it will disconnect the stream (betcha in the conf file I can't > find a good example on). Use "advanced recording", it records "what you hear" then. It also streams silence and won't disconnect when it doesn't get any data it could stream. icecast2 comes with a reference config file that is easy to understand. Read it and simply remove or comment the parts about the directory servers.

Moritz --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From johnwatson at Mysticglow.com Sun Mar 17 18:35:55 2002 From: johnwatson at Mysticglow.com (John Watson) Date: Sun, 17 Mar 2002 12:35:55 -0600 Subject: [icecast] Win32 streamer? In-Reply-To: <3C94D16C.E4EC1A0C@gmx.net> Message-ID: <3C94E20B.4C0DE13E@Mysticglow.com> Jack's House jack at icecast.org 100 2 5 30 15 10 hackme 5 yp.icecast.org 15 i.cantcode.com 8000 /usr/local/icecast /tmp access.log error.log Thats all that came from the CVS site (conf/icecast.xml). No instructions or anything. I recognize most of this from icecast1 but if this is all their is to icecast2 then I will wait for it to mature more before I use 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 Sun Mar 17 19:09:51 2002 From: oddsock at oddsock.org (oddsock) Date: Sun, 17 Mar 2002 13:09:51 -0600 Subject: [icecast] Win32 streamer? In-Reply-To: <3C94CF2A.47AEB462@Mysticglow.com> Message-ID: <5.1.0.14.0.20020317130537.035d3398@oddsock.org> At 11:15 AM 3/17/2002 -0600, you wrote: >Where can I find out about the config file params? Seems ice2 is now in >xml for its conf file and I >am streaming, I am receiving but I am not on yp.icecast.org. Oh, btw the >oddcast plugin is weird. >If it receives no sound for 1 sec it will disconnect the stream (betcha in >the conf file I can't >find a good example on). weird eh ? well, just to be clear, the DSP does disconnect the stream for any reason....it simply sends to the connected socket until the socket closes.....in your case, the server (icecast2 in this case) is most definately closing the connection. (it will do this if it doesn't receive any data within a time interval)... also, you might be interested in try the win32 version of icecast2 which is currently being developed....you can get it here -> http://www.oddsock.org/icecast2/Icecast2_win32_beta4_setup.exe ...it's got some neat features IMHO. oddsock >Thanks for all your help. > >--- >8 ---- >List archives: http://www.xiph.org/archives/ >icecast project homepage: http://www.icecast.org/ >To unsubscribe from this list, send a message to 'icecast-request at 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 gary at v-man.ca Sun Mar 17 22:59:10 2002 From: gary at v-man.ca (Gary Major) Date: Sun, 17 Mar 2002 17:59:10 -0500 Subject: [icecast] Darkice Stream dispaying in Icecast Administration Page Message-ID: <20020317175910.7cfdf51c.gary@v-man.ca> Hello folks, when using Darkice to send a stream to an Icecast 1 server, the icecast administration page is not updated correctly.The mountpoint etc.. is all there, but the name of the darkice stream is not there. It has been replaced with the name of the default stream for the server. To ensure I had not overlooked anything, I had also tried the same thing with MuSE, and the same behaviour was there. Is there some additional information I need to add somewhere, or is this a known issues? Thanks. Also, Akos, thanks for adding the localdumpfile option...works perfectly! -- Gary Major -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From telmnstr at 757.org Mon Mar 18 02:06:39 2002 From: telmnstr at 757.org (Ethan) Date: Sun, 17 Mar 2002 21:06:39 -0500 (EST) Subject: [icecast] icecast "dump" suggestions (archiving)? Message-ID: Hello. Anyone have any suggestions for automating archiving? I have a stream that will connect to the server every morning at 5am and be kill'ed at 10am. I'd like to record this every day... is there any suggested solution? I'd have to setup a script to telnet in and start a dump command, and I don't know if that would easily be possible without parsing out the stream ID (Which is random on every connect). I am using darkice as the feed (FreeBSD host with 3 PCI sound cards, thanks to the people on this list -- working great). Any suggestions to setup a means to record the stream to disk? Is there something that I can stand up like the icecast server, set it up as a 2nd connection and send the data to disk? -- 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 darkeye at tyrell.hu Mon Mar 18 07:43:28 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Mon, 18 Mar 2002 08:43:28 +0100 Subject: [icecast] icecast "dump" suggestions (archiving)? In-Reply-To: Message-ID: <3C959AA0.4060401@tyrell.hu> Ethan wrote: > Anyone have any suggestions for automating archiving? I have a stream that > will connect to the server every morning at 5am and be kill'ed at > 10am. I'd like to record this every day... is there any suggested > solution? I'd have to setup a script to telnet in and start a dump > command, and I don't know if that would easily be possible without parsing > out the stream ID (Which is random on every connect). are you using icecast 1.x or icecast 2? icecast 1.x supports a remote dump feature: the stream will be dumped to a file on the server side. Unfortunately icecast 2 does not support such a thing. > I am using darkice as the feed (FreeBSD host with 3 PCI sound cards, > thanks to the people on this list -- working great). darkice supports the local dump feature by now (since version 0.8). so you can save your stream into a file on the encoder side. Then you can set a cron job at 10:05 to copy the saved dump file to your archive.

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 Mon Mar 18 08:20:42 2002 From: telmnstr at 757.org (Ethan) Date: Mon, 18 Mar 2002 03:20:42 -0500 (EST) Subject: [icecast] icecast "dump" suggestions (archiving)? In-Reply-To: <3C959AA0.4060401@tyrell.hu> Message-ID: > are you using icecast 1.x or icecast 2? icecast 1.x supports a remote > dump feature: the stream will be dumped to a file on the server side. > Unfortunately icecast 2 does not support such a thing. We are still using 1.x.. I see the support for the dump function, but no easy way to automate the use of it. > darkice supports the local dump feature by now (since version 0.8). so > you can save your stream into a file on the encoder side. Ahhh! I'm running .8 so that would be EXCELLENT! I shall go read the documentation for darkice. I didn't realize it could do that. > Then you can set a cron job at 10:05 to copy the saved dump file to your > archive. > Akos Yuppers! Thanks!

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sun Mar 17 20:41:52 2002 From: gtgbr at gmx.net (Moritz Grimm) Date: Sun, 17 Mar 2002 21:41:52 +0100 Subject: [icecast] Win32 streamer? In-Reply-To: <3C94E20B.4C0DE13E@Mysticglow.com> Message-ID: <3C94FF90.40FDF540@gmx.net> John Watson wrote: [...] > > 5 > > yp.icecast.org > 15 > > > Thats all that came from the CVS site (conf/icecast.xml). No instructions or anything. I recognize Aww, c'mon, can't it be any more obvious than that? Just read what it sais. To prevent it from updating directory servers, comment the lines i pasted by putting "#"s (w/o quotes) in the beginning. Alter the rest according to your needs.

Moritz --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From johnwatson at Mysticglow.com Mon Mar 18 11:34:21 2002 From: johnwatson at Mysticglow.com (John Watson) Date: Mon, 18 Mar 2002 05:34:21 -0600 Subject: [icecast] Win32 streamer? In-Reply-To: <3C94FF90.40FDF540@gmx.net> Message-ID: <3C95D0BD.5F20103E@Mysticglow.com> Why would anyone want to use xml when a good old conf file would do just as well? My problem was not the fact I want it to NOT update the servers my problem was the fact that it WASN'T updating them. My server never once showed up for 2 hours. Moritz Grimm wrote: > > John Watson wrote: > [...] > > > > 5 > > > > yp.icecast.org > > 15 > > > > > > > Thats all that came from the CVS site (conf/icecast.xml). No instructions or anything. I recognize > > Aww, c'mon, can't it be any more obvious than that? Just read what it > sais. To prevent it from updating directory servers, comment the lines i > pasted by putting "#"s (w/o quotes) in the beginning. Alter the rest > according to your needs. > > Moritz --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From Lars.Jorgensen at pol.dk Mon Mar 18 12:17:50 2002 From: Lars.Jorgensen at pol.dk (Lars Jørgensen IT) Date: Mon, 18 Mar 2002 13:17:50 +0100 Subject: [icecast] Random? Message-ID: <73CD6BF94E5852499D51D460AAE9776F4D3D8E@mail01.pol.dk> I'm running ices 0.2.2 at the moment (from www.icecast.org). I tried to look at the ices 2.0 from xiph.org CVS, but that's too complicated for me to download and compile :-) ices is running without fail, but I have some problems with the randomness of songs selected: After running for a little time, it starts playing three or four songs in a row from the playlist, then jump to another spot and plays songs sequentially from there. Is this a known problem? If anybody has a perl script to handle this instead of the built-in playlist handler, please tell me. -- Lars Jorgensen Network Administrator A/S Dagbladet Politiken Tel. +45 3347 2965 --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From oddsock at oddsock.org Mon Mar 18 14:52:43 2002 From: oddsock at oddsock.org (oddsock) Date: Mon, 18 Mar 2002 08:52:43 -0600 Subject: [icecast] Win32 streamer? In-Reply-To: <3C95D0BD.5F20103E@Mysticglow.com> Message-ID: <5.1.0.14.0.20020318084104.03608cf8@oddsock.org> XML is actually very nice for handling config files....it makes things real easy to add new config params....and less prone to bugs due to reading whacked config files... anyway, the YP updating stuff doesn't work yet for icecast2....jack is still working on the new yp code. oddsock At 05:34 AM 3/18/2002 -0600, you wrote: >Why would anyone want to use xml when a good old conf file would do just >as well? My problem was >not the fact I want it to NOT update the servers my problem was the fact >that it WASN'T updating >them. My server never once showed up for 2 hours. > >Moritz Grimm wrote: > > > > John Watson wrote: > > [...] > > > > > > 5 > > > > > > yp.icecast.org > > > 15 > > > > > > > > > > > Thats all that came from the CVS site (conf/icecast.xml). No > instructions or anything. I recognize > > > > Aww, c'mon, can't it be any more obvious than that? Just read what it > > sais. To prevent it from updating directory servers, comment the lines i > > pasted by putting "#"s (w/o quotes) in the beginning. Alter the rest > > according to your needs. > > > > Moritz > >--- >8 ---- >List archives: http://www.xiph.org/archives/ >icecast project homepage: http://www.icecast.org/ >To unsubscribe from this list, send a message to 'icecast-request at xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered.

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From johnwatson at Mysticglow.com Mon Mar 18 17:54:34 2002 From: johnwatson at Mysticglow.com (John Watson) Date: Mon, 18 Mar 2002 11:54:34 -0600 Subject: [icecast] Win32 streamer? In-Reply-To: <5.1.0.14.0.20020318084104.03608cf8@oddsock.org> Message-ID: <3C9629DA.1B7422FE@Mysticglow.com> Ahhh, okay I was banging my head over here trying to figure out what I was doing wrong. Thanks. oddsock wrote: > > XML is actually very nice for handling config files....it makes things real > easy to add new config params....and less prone to bugs due to reading > whacked config files... > > anyway, the YP updating stuff doesn't work yet for icecast2....jack is > still working on the new yp code. > > oddsock > At 05:34 AM 3/18/2002 -0600, you wrote: > >Why would anyone want to use xml when a good old conf file would do just > >as well? My problem was > >not the fact I want it to NOT update the servers my problem was the fact > >that it WASN'T updating > >them. My server never once showed up for 2 hours. > > > >Moritz Grimm wrote: --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From carl at personnelware.com Fri Mar 22 03:27:02 2002 From: carl at personnelware.com (Carl Karsten) Date: Thu, 21 Mar 2002 21:27:02 -0600 Subject: [icecast] once again: [Too many errors (client not receiving data fast enough)] Message-ID: <01c801c1d151$79b473f0$0a01a8c0@cnt496> Ok, I have seen that this is a common issue, and has been answered many times.... but I think mine is a bit different. Sorry if I am just being thick.

Local Setup:

Local net is 100mb, 9 boxes that don't do much, so no bandwidth issues.

Cable modem - 2mb down, 128k up (is there someplace I can 'measure' this?)

pII-400, win2k, winamp v2.78c, ShoutCast Source v1.8.2a, encoding at 24k, 22kHz, Mono (lowest setting) - CPU usage at about 30%, peaking at 50% (total for system)

PII-400, Linux, icecast v 1.3.10, NATs Cable modem to local net

p-300 w98, winamp, local net, plays for 12 hours, no problem. Reports (confirms) 24kbps, 22kHz, mono. (sounds pretty good if you ask me.)

remote boxes:

me at dialup p-233, w98, 38/29 (win reports 38.4k, http://bandwidthplace.com/speedtest/ reports 29.1k) RealPlayer and Winamp 3beta

Friend's boxes, that I don't really have good stats on, but. Sharon at work - T1 Sharon at home - dialup 50/ Markus at work - DSL Markus at home - DSL Randy at home - cable Josh - dialup, 45/26 Grig - dialup 28.8/22.6 Jeff at work - dsl Jeff at dialup - 33/20 Keena at home - dialup 48/33.1 Kellie at aol - dialup 33/19 am at home - dialup 48/37 (no icecast test yet. ) am at home - dialup ?/? (icecast, didn't get speed test) cherie at home dialup 48/41

The pattern is: anyone with a broadband connection can connect and stay connected for hours. Anyone but Cherie with a dialup can connect, load up the buffer in about 10 seconds, listen for about 2 min, and then get dropped. The last 30 seconds are very traumatic: lots of skipping/and 10ish second pauses. At some point icecast kicks them. Cherie stayed on for 30 min and then she dropped her connection to the net. (just got that stat after writing all this.) Is there any overhead in delivering a 24k stream?

Looking at me at dialup, according to RealPlayer's stats, no lost or late packets. Cant find any stats in winamp.

Given that all I really want to do is stream voice (lectures) maybe if I come up with a lower rate source, that will fix it? For testing, can produce a lower stream from mp3 files? Hmm, I do have a CD of Richard Fineman's lectures and some Spanish instructional cds.

[17/Mar/2002:17:56:59] [52:Source Thread] Kicking client 46 [chi-ras-1-209-112-9 5-201.mc.net] [Too many errors (client not receiving data fast enough)] [listene r], connected for 3 minutes and 3 seconds, 266275 bytes transfered. 0 clients co nnected

TIA, Carl Karsten

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From simon.thompson at videologic.com Fri Mar 22 10:02:28 2002 From: simon.thompson at videologic.com (Simon Thompson) Date: Fri, 22 Mar 2002 10:02:28 -0000 Subject: [icecast] once again: [Too many errors (client not receiving data fast enough)] In-Reply-To: <[icecast] once again: [Too many errors (client not receiving data fast enough)]> Message-ID: > Subject: [icecast] once again: [Too many errors (client not receiving > data fast enough)] > > > Ok, I have seen that this is a common issue, and has been > answered many times.... but I think mine is a bit different. > Sorry if I > am just being thick. > > PII-400, Linux, icecast v 1.3.10, NATs Cable modem to local net > Use icecast 1.3.11, this had a fix in for 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 npavel at easeweb.com Fri Mar 22 11:07:06 2002 From: npavel at easeweb.com (Nicu Pavel) Date: Fri, 22 Mar 2002 13:07:06 +0200 Subject: [icecast] ices (CVS) seg faults. Message-ID: <3C9B105A.4000608@easeweb.com> With bitrate management ices segfaults when using a samplerate different from 44100. But works with VBR (quality setting) works no matter what sample rate I choose . [root at sanctuar ices]# ./ices ices-live.xml [2002-03-22 12:51:23] INFO ices-core/main ices started... [2002-03-22 12:51:23] INFO input-oss/oss_open_module Opened audio device /dev/dsp at 1 channel(s), 22050 Hz [2002-03-22 12:51:23] INFO encode/encode_initialise Encoder initialising with bitrate management: 1 channels, 22050 Hz, minimum bitrate -1, nominal 128000, maximum -1 Segmentation fault

Thanks.

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Fri Mar 22 12:36:39 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Fri, 22 Mar 2002 23:36:39 +1100 Subject: [icecast] ices (CVS) seg faults. In-Reply-To: <3C9B105A.4000608@easeweb.com> Message-ID: <3.0.5.32.20020322233639.4107fbd0@mail.labyrinth.net.au> At 01:07 PM 3/22/02 +0200, you wrote: >With bitrate management ices segfaults when using a samplerate different >from 44100. >But works with VBR (quality setting) works no matter what sample rate I >choose . > >[root at sanctuar ices]# ./ices ices-live.xml >[2002-03-22 12:51:23] INFO ices-core/main ices started... >[2002-03-22 12:51:23] INFO input-oss/oss_open_module Opened audio >device /dev/dsp at 1 channel(s), 22050 Hz >[2002-03-22 12:51:23] INFO encode/encode_initialise Encoder >initialising with bitrate management: 1 channels, 22050 Hz, minimum >bitrate -1, nominal 128000, maximum -1 >Segmentation fault Known problem - it's not MEANT to work, but it's meant to give a proper error message instead of crashing. This is already fixed in the rewrite (it's in a branch in CVS, but I don't think it's fully functional right now - branch-beta2-rewrite, if you're interested). I was going to try and finish off the rewrite and merge back to head this weekend. Thanks for the bug report. Michael

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From npavel at easeweb.com Fri Mar 22 12:54:03 2002 From: npavel at easeweb.com (Nicu Pavel) Date: Fri, 22 Mar 2002 14:54:03 +0200 Subject: [icecast] quality setting vs cpu utilisation Message-ID: <3C9B296B.80103@easeweb.com> I only have a 4% cpu utilisation decrease when setting quality to 1 (0.1) against setting quality to 9. Is this normal ? Also I don't see any CPU % decrease when lowering bitrates (on managed modes) The only things that realy reduce the cpu usage is sample rate and number of channels. I am a little used with lame which with a quality setting of 9 (aka 0.1 in vorbis_enc) greatly reduce CPU usage. P.S. How can Vorbis Stereo modes can be selectable by user ? I readed in stereo.html (from docs) that this modes are user selectable but I didn't see any api reference. Thanks, Nicu.

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Fri Mar 22 13:45:23 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Sat, 23 Mar 2002 00:45:23 +1100 Subject: [icecast] quality setting vs cpu utilisation In-Reply-To: <3C9B296B.80103@easeweb.com> Message-ID: <3.0.5.32.20020323004523.411d07a0@mail.labyrinth.net.au> At 02:54 PM 3/22/02 +0200, you wrote: >I only have a 4% cpu utilisation decrease when setting quality to 1 >(0.1) against setting quality to 9. >Is this normal ? Yes. >Also I don't see any CPU % decrease when lowering bitrates (on managed >modes) >The only things that realy reduce the cpu usage is sample rate and >number of channels. That's correct. Vorbis doesn't have any options to do things the fast way (and thus get lower quality) - it does things the 'best' way all the time. > >I am a little used with lame which with a quality setting of 9 (aka 0.1 >in vorbis_enc) greatly reduce CPU usage. > >P.S. How can Vorbis Stereo modes can be selectable by user ? >I readed in stereo.html (from docs) that this modes are user selectable >but I didn't see any api reference. > In rc3, stereo modes are not user-selectable. Michael

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From jack at xiph.org Fri Mar 22 14:14:05 2002 From: jack at xiph.org (Jack Moffitt) Date: Fri, 22 Mar 2002 07:14:05 -0700 Subject: [icecast] quality setting vs cpu utilisation In-Reply-To: <3.0.5.32.20020323004523.411d07a0@mail.labyrinth.net.au> Message-ID: <20020322141404.GM21252@babyjesus.cantcode.com> > >P.S. How can Vorbis Stereo modes can be selectable by user ? > >I readed in stereo.html (from docs) that this modes are user selectable > >but I didn't see any api reference. > > In rc3, stereo modes are not user-selectable. In RC4 they will be user-selectable both through the API and the common tools. 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 vancleef at microunity.com Fri Mar 22 21:02:14 2002 From: vancleef at microunity.com (Bob Van Cleef) Date: Fri, 22 Mar 2002 13:02:14 -0800 (PST) Subject: [icecast] Looking for a non-graphical mp3 streaming tool Message-ID: Hi; I want to use a headless, debian linux box (no console) as my audio streamer. I've installed shoutcast and icecast multiple times without problems, but I have yet to find a streaming tools as effective as WinAMP on a windows box. I don't need the graphics and don't want to listen to the source on the server (a sparcstation 10), I just want something that I can use to develop a playlist from my 3Gig mp3 collection and feed a stream to the icecast server. I've looked through http://www.icecast.org/index.html, in the past, but doesn't appear to be updated that often. (Last news was posted Tuesday, August 7, 2001) Pointers to a nice tool set would be appreciated. Bob -- ><> ><> ><> ><> ><> ><> ><> ><> ><> ><> ><> ><> ><> Bob Van Cleef, Systems Administrator (408) 734-8100 MicroUnity, Inc. FAX (408) 734-8136 376 Martin Ave., Santa Clara, CA 95050 vancleef at microunity.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 Fri Mar 22 21:46:19 2002 From: jack at xiph.org (Jack Moffitt) Date: Fri, 22 Mar 2002 14:46:19 -0700 Subject: [icecast] Looking for a non-graphical mp3 streaming tool In-Reply-To: Message-ID: <20020322214619.GI21252@babyjesus.cantcode.com> > Pointers to a nice tool set would be appreciated. And what's wrong with ices? All our tools have always been non-gui. 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 carl at personnelware.com Fri Mar 22 23:36:46 2002 From: carl at personnelware.com (Carl Karsten) Date: Fri, 22 Mar 2002 17:36:46 -0600 Subject: [icecast] once again: [Too many errors (client not receiving data fast enough)] In-Reply-To: Message-ID: <029601c1d1fa$6e54b980$0a01a8c0@cnt496> That seemed to do the trick, too cool! I love open source. Thank you very much, Carl Karsten ----- Original Message ----- From: "Simon Thompson" To: Sent: Friday, March 22, 2002 4:02 AM Subject: RE: [icecast] once again: [Too many errors (client not receiving data fast enough)]

> > Subject: [icecast] once again: [Too many errors (client not receiving > > data fast enough)] > > > > > > Ok, I have seen that this is a common issue, and has been > > answered many times.... but I think mine is a bit different. > > Sorry if I > > am just being thick. > > > > > > PII-400, Linux, icecast v 1.3.10, NATs Cable modem to local net > > > > Use icecast 1.3.11, this had a fix in for 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.

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From vancleef at microunity.com Fri Mar 22 23:43:32 2002 From: vancleef at microunity.com (Bob Van Cleef) Date: Fri, 22 Mar 2002 15:43:32 -0800 (PST) Subject: [icecast] Looking for a non-graphical mp3 streaming tool In-Reply-To: <20020322214619.GI21252@babyjesus.cantcode.com> Message-ID: On Fri, 22 Mar 2002, Jack Moffitt wrote: > > Pointers to a nice tool set would be appreciated. > > And what's wrong with ices? All our tools have always been non-gui. > > jack. Well, two things: 1 - Lack of mention on the web site: I had to find it in the download area and look at the source README to find out what it was. I didn't even know it existed. 2 - It is only a small piece of the puzzle. Such as writing the front end scripts. Especially considering the filenames (which were created on a Windows system) having spaces, colons, and other weird characters in them. If someone has put together some front end scripts for IceS, I would be interested in looking at them. Bob

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gary at v-man.ca Sat Mar 23 02:46:39 2002 From: gary at v-man.ca (Gary Major) Date: Fri, 22 Mar 2002 21:46:39 -0500 Subject: [icecast] Darkice Stream dispaying in Icecast Administration Page Message-ID: <20020322214639.17dc5079.gary@v-man.ca> Hello folks, when using Darkice to send a stream to an Icecast 1 server, the icecast administration page is not updated correctly.The mountpoint etc.. is all there, but the name of the darkice stream is not there. It has been replaced with the name of the default stream for the server. To ensure I had not overlooked anything, I had also tried the same thing with MuSE, and the same behaviour was there. Is there some additional information I need to add somewhere, or is this a known issues? Thanks. Also, Akos, thanks for adding the localdumpfile option...works perfectly! -- Gary Major

-------------- next part -------------- A non-text attachment was scrubbed... Name: 00000000.mimetmp Type: application/pgp-signature Size: 191 bytes Desc: 00000000.mimetmp URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From carl at personnelware.com Sat Mar 23 20:48:46 2002 From: carl at personnelware.com (Carl Karsten) Date: Sat, 23 Mar 2002 14:48:46 -0600 Subject: [icecast] list.cgi song title bug In-Reply-To: <20020322214639.17dc5079.gary@v-man.ca> Message-ID: <083d01c1d2ac$21270de0$0a01a8c0@cnt496> The following output from list.cgi is hosed: Connected sources: 3 Mount Host Connected for Clients Song Title /icy_0 192.168.1.10 9 hours, 57 minutes and 41 seconds 3 Madonna - GHV2 Thunderpuss Megamix /icy_1 192.168.1.33 2 hours, 32 minutes and 33 seconds 0 System of a Down - Chop Suey /icy_2 192.168.1.10 1 minutes and 27 seconds 0 System of a Down - Chop Suey

/icy_0 and /icy_2 are from the same 'source' but different bitrates, so the titles shoudl be the same. /icy_0 and /icy_2 source is: win2k, winamp v2.78c, ShoutCast Source v1.8.2a /icy_1 source is: winXPpro, winamp v2.78c, ShoutCast Source v1.8.2a Someone should do something. I am going to go rollerblade. I'll let you know if it helps. Carl

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From tyr at teiresias.net Sat Mar 23 23:01:05 2002 From: tyr at teiresias.net (Bolt Thrower) Date: Sat, 23 Mar 2002 16:01:05 -0700 Subject: [icecast] ices and VBR mp3s? Message-ID: <20020323160105.A23428@winter.teiresias.net> I posted a while back about having trouble with ices 0.2.2 being able to re-encode VBR mp3s, and the response was that ices 0.2.2 did not reencode VBR mp3s. Are there any plans to include such support in future ices versions? If so, any ideas as to when such versions would become available? Thanks, -- "Shall life renew these bodies of a truth? Steve Chadsey All death will be annul, all tears assuage? Fill the void veins of life, again with youth. And wash with an immortal water, age." -- Anathema, "They Die" --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 Sun Mar 24 02:13:44 2002 From: jack at xiph.org (Jack Moffitt) Date: Sat, 23 Mar 2002 19:13:44 -0700 Subject: [icecast] ices and VBR mp3s? In-Reply-To: <20020323160105.A23428@winter.teiresias.net> Message-ID: <20020324021344.GA8442@babyjesus.cantcode.com> > I posted a while back about having trouble with ices 0.2.2 being > able to re-encode VBR mp3s, and the response was that ices 0.2.2 did > not reencode VBR mp3s. Are there any plans to include such support > in future ices versions? If so, any ideas as to when such versions > would become available? Why wouldn't it? lame is certainly capable of doing this. I don't know a technical reason why VBR would be excluded. 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 tyr at teiresias.net Sun Mar 24 02:25:52 2002 From: tyr at teiresias.net (Bolt Thrower) Date: Sat, 23 Mar 2002 19:25:52 -0700 Subject: [icecast] ices and VBR mp3s? In-Reply-To: <20020324021344.GA8442@babyjesus.cantcode.com> Message-ID: <20020323192552.C23428@winter.teiresias.net> On Sat, Mar 23, 2002 at 07:13:44PM -0700, Jack Moffitt wrote: > > I posted a while back about having trouble with ices 0.2.2 being > > able to re-encode VBR mp3s, and the response was that ices 0.2.2 did > > not reencode VBR mp3s. Are there any plans to include such support > > in future ices versions? If so, any ideas as to when such versions > > would become available? > > Why wouldn't it? lame is certainly capable of doing this. I don't know > a technical reason why VBR would be excluded. The response I got at the time from Brendan Cully: "Ah, yes, that's correct. The problem is that your MP3s are encoded as VBR (which is incidentally why 0.1 crashes on you). 0.2.2 has a possibly ill-considered feature that avoids reencoding files if they are already at the same bitrate as the target bit rate. But it determines the bit rate by reading the first MP3 frame only, so it is easily fooled by VBR files. The next release, when I get a couple hours, will either revoke this feature, make it optional, and/or try to detect VBR files and unconditionally reencode those." -- "See, the curtain of the night Steve Chadsey Falling, down into your life Doom, is headed straight for you The night comes shining through" -- Iced Earth, "When the Night Falls" --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 Sun Mar 24 02:29:21 2002 From: jack at xiph.org (Jack Moffitt) Date: Sat, 23 Mar 2002 19:29:21 -0700 Subject: [icecast] ices and VBR mp3s? In-Reply-To: <20020323192552.C23428@winter.teiresias.net> Message-ID: <20020324022921.GD8442@babyjesus.cantcode.com> > The response I got at the time from Brendan Cully: He's the man in the know, so what he says is probably true. Maybe if you asked him nicely he'd cook up a small patch for you :) 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 brendan at icecast.org Sun Mar 24 20:40:00 2002 From: brendan at icecast.org (Brendan Cully) Date: Sun, 24 Mar 2002 15:40:00 -0500 Subject: [icecast] ices configure script In-Reply-To: <3C933730.6080800@cryst.bbk.ac.uk> Message-ID: <20020324203959.GG713@xanadu.kublai.com> On Saturday, 16 March 2002 at 12:14, Alex Gutteridge wrote: > Hi, > > I'm having difficulty getting ices 0.2.2 to see my lame install and my > perl install. The lame libraries (v3.91) are installed in: > /usr/local/lib/ with the header file at: /usr/local/include/lame/lame.h, > but when I run: > > ./configure --with-lame --with-lame-includes=/usr/local/include/lame/ > --with-lame-libraries=/usr/local/ > > it says it can't find the lame libraries. ldconfig seems to show they're > installed: > > libmp3lame.so.0 (libc6) => /usr/local/lib/libmp3lame.so.0 Uh, that's kind of odd. It should be pointing to something like libmp3lame.so.0.0.0 Can you do ls -l /usr/local/lib/libmp3lame* > libmp3lame.so (libc6) => /usr/local/lib/libmp3lame.so > > I get the same problem with the --with-perl option - I have perl > installed in the normal place (/usr/bin/perl) but when I try > --with-perl=/usr it says is can't find /usr/bin/perl (no such file). > I've intalled Ices fine withoutthese options, but I'd really like to get > it working with the re-encoding and perl. What am I doing wrong? ices should search both of these directories by default, so you shouldn't have to provide any options to get perl and lame. In a pinch, --with-lame=/usr/local ought to do. The --with-perl option ought to have worked. Can you send the actual output from configure where these tests failed? -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 brendan at icecast.org Sun Mar 24 20:42:54 2002 From: brendan at icecast.org (Brendan Cully) Date: Sun, 24 Mar 2002 15:42:54 -0500 Subject: [icecast] Metadata once more...with Ices In-Reply-To: <1316376168.20020314031245@cti.ecp.fr> Message-ID: <20020324204254.GH713@xanadu.kublai.com> On Thursday, 14 March 2002 at 03:12, C?dric Mallet wrote: > I use Ices with the perl module. I would like to know how to use the > function supposed to return metadata, for example to read Id Tag. > I didn't find anything in the documentation. Are there commands to get > all the fields provided by the IdTag ? No, ices exports no commands to perl or python. You'll have to use another perl library to read the ID3 tag. I believe there are several around, but I don't use them myself. > I also had strange results when commenting this function (in that case > it is supposed to stream the name of the song, by reading the IdTag). With > Winamp, I didn't get anything ("unnamned"), with XMMS, I had the proper > name, with "unnamned" written after it, and it only worked properly with > Freeamp... This is likely because you're only using UDP for metadata updates. Check the setting of use_meta_data in icecast.conf. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From a.gutteridge at cryst.bbk.ac.uk Mon Mar 25 01:00:32 2002 From: a.gutteridge at cryst.bbk.ac.uk (Alex Gutteridge) Date: Mon, 25 Mar 2002 01:00:32 +0000 Subject: [icecast] ices configure script In-Reply-To: <20020324203959.GG713@xanadu.kublai.com> Message-ID: <3C9E76B0.1080905@cryst.bbk.ac.uk> Brendan Cully wrote: >On Saturday, 16 March 2002 at 12:14, Alex Gutteridge wrote: > >>Hi, >> >>I'm having difficulty getting ices 0.2.2 to see my lame install and my >>perl install. The lame libraries (v3.91) are installed in: >>/usr/local/lib/ with the header file at: /usr/local/include/lame/lame.h, >>but when I run: >> >>./configure --with-lame --with-lame-includes=/usr/local/include/lame/ >>--with-lame-libraries=/usr/local/ >> >>it says it can't find the lame libraries. ldconfig seems to show they're >>installed: >> >>libmp3lame.so.0 (libc6) => /usr/local/lib/libmp3lame.so.0 >> > >Uh, that's kind of odd. It should be pointing to something like >libmp3lame.so.0.0.0 > >Can you do ls -l /usr/local/lib/libmp3lame* > I just tried ldconfig again and it does point to .so.0.0.0 - so that's OK. > > >>libmp3lame.so (libc6) => /usr/local/lib/libmp3lame.so >> >>I get the same problem with the --with-perl option - I have perl >>installed in the normal place (/usr/bin/perl) but when I try >>--with-perl=/usr it says is can't find /usr/bin/perl (no such file). >>I've intalled Ices fine withoutthese options, but I'd really like to get >>it working with the re-encoding and perl. What am I doing wrong? >> > >ices should search both of these directories by default, so you >shouldn't have to provide any options to get perl and lame. In a pinch, >--with-lame=/usr/local ought to do. The --with-perl option ought to have >worked. Can you send the actual output from configure where these tests >failed? > I've been banging on this for a while and discovered that configure does see my lame libraries if I use --with-cache=/dev/null, however it still doesn't see perl (from the configure script run with no other options): checking for shout/shout.h... yes checking for shout_init_connection in -lshout... yes updating cache /dev/null checking for lame/lame.h... yes checking for lame_init_old in -lmp3lame... yes checking for lame_encode_flush_nogap in -lmp3lame... yes updating cache /dev/null checking for vorbis/vorbisfile.h... no Could not find libvorbisfile, vorbis support disabled updating cache /dev/null Note (probably harmless): No library found for -ldbm checking for perl_construct... no Could not find perl libraries, perl scripting disabled If I specify --with-perl=/usr the output is slightly different but still doesn't work: checking for lame/lame.h... yes checking for lame_init_old in -lmp3lame... yes checking for lame_encode_flush_nogap in -lmp3lame... yes updating cache /dev/null checking for vorbis/vorbisfile.h... no Could not find libvorbisfile, vorbis support disabled updating cache /dev/null ./configure: perl=/usr/bin/perl: No such file or directory configure: error: Perl not found in the specified location /usr/bin/perl is a link to another link which links to the real perl binary (don't ask me why - that's how debian has installed it): parcstation:/home/alex/ices-0.2.2# ls -l /usr/bin/perl lrwxrwxrwx 1 root root 22 Mar 8 23:54 /usr/bin/perl -> /etc/alternatives/perl sparcstation:/home/alex/ices-0.2.2# ls -l /etc/alternatives/perl lrwxrwxrwx 1 root root 19 Mar 8 23:54 /etc/alternatives/perl -> /usr/bin/perl-5.005 sparcstation:/home/alex/ices-0.2.2# ls -l /usr/bin/perl-5.005 -rwxr-xr-x 3 root root 624532 Apr 30 2000 /usr/bin/perl-5.005 One thing I thought it might be is that my debian install of perl provides a static perl library (libperl.a) - does ices need the dynamic version (libperl.so) installed? I'm not a C programmer so I may well be off the right track here but I thought that could be one explanation.

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From John.Benninghoff at Rbcdain.com Mon Mar 25 17:41:44 2002 From: John.Benninghoff at Rbcdain.com (Benninghoff, John) Date: Mon, 25 Mar 2002 11:41:44 -0600 Subject: [icecast] ices and VBR mp3s? In-Reply-To: <[icecast] ices and VBR mp3s?> Message-ID: > > The response I got at the time from Brendan Cully: > > He's the man in the know, so what he says is probably true. Maybe if > you asked him nicely he'd cook up a small patch for you :) > > jack. > I worked out a patch for ices-0.2.2 that forces ices to *always* re-encode the stream if Reencode is enabled: --- CUT HERE --- --- src/stream.c.orig Thu Jul 26 12:01:55 2001 +++ src/stream.c Thu Mar 7 22:01:51 2002 @@ -174,9 +174,9 @@ #ifdef HAVE_LIBLAME if (ices_config.reencode) - /* only actually decode/reencode if the bitrate of the stream != source */ for (stream = ices_config.streams; stream; stream = stream->next) - if (stream->bitrate != source->bitrate) { +/* ALWAYS reencode -- bypass bitrate checking */ +{ decode = 1; ices_reencode_reset (); } @@ -207,11 +207,9 @@ while (do_sleep) { rc = olen = 0; for (stream = ices_config.streams; stream; stream = stream->next) { - /* don't reencode if the source is MP3 and the same bitrate */ - if (!stream->reencode || (source->read && - (stream->bitrate == source->bitrate))) { + /* ALWAYS reencode */ + if (!stream->reencode) rc = stream_send_data (stream, ibuf, len); - } #ifdef HAVE_LIBLAME else { if (samples > 0) @@ -261,8 +259,8 @@ #ifdef HAVE_LIBLAME for (stream = ices_config.streams; stream; stream = stream->next) - if (stream->reencode && (!source->read || - (source->bitrate != stream->bitrate))) { + if (stream->reencode) +{ len = ices_reencode_flush (stream, obuf, sizeof (obuf)); if (len > 0) rc = shout_send_data (&stream->conn, obuf, len); --- CUT HERE --- --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From carl at personnelware.com Tue Mar 26 02:24:43 2002 From: carl at personnelware.com (Carl Karsten) Date: Mon, 25 Mar 2002 20:24:43 -0600 Subject: [icecast] best URL to link to a stream In-Reply-To: <083d01c1d2ac$21270de0$0a01a8c0@cnt496> Message-ID: <003101c1d46d$641d9a70$0a01a8c0@cnt496> Todays problem: I am not sure what the html is to get the player to fire up. The goal is: click a link, sit back and relax while the player comes up, buffers for about 30 seconds, and starts playing. I am doing some testing, and having mixed results. Unforunatly, what works on one system doesn't allways work on others. I am looking for the works on all systems solution. (yea right!) Is such a thing posible? Carl Karsten

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From hathaway-list at munkynet.org Tue Mar 26 02:42:18 2002 From: hathaway-list at munkynet.org (Samuel Hathaway) Date: Mon, 25 Mar 2002 21:42:18 -0500 (EST) Subject: [icecast] best URL to link to a stream In-Reply-To: <003101c1d46d$641d9a70$0a01a8c0@cnt496> Message-ID: On Mon, 25 Mar 2002, Carl Karsten wrote: > Todays problem: I am not sure what the html is to get the player to > fire up. The goal is: click a link, sit back and relax while the > player comes up, buffers for about 30 seconds, and starts playing. I > am doing some testing, and having mixed results. Unforunatly, what > works on one system doesn't allways work on others. I am looking for > the works on all systems solution. (yea right!) Is such a thing > posible? Icecast itself is pretty good at this -- it can serve up a .PLS file which, on most systems, triggers the player to load: http://SERVER:8000/playlist.pls?mount=/MOUNTPOINT&file=FILENAME.pls Of course it won't work for *every* system... it requires that the browser knows to handle the .PLS file by loading the player. A default installation of WinAmp does this. -samuel

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From daleg at elemental.org Tue Mar 26 04:08:09 2002 From: daleg at elemental.org (Dale Ghent) Date: Mon, 25 Mar 2002 23:08:09 -0500 (EST) Subject: [icecast] best URL to link to a stream In-Reply-To: <003101c1d46d$641d9a70$0a01a8c0@cnt496> Message-ID: On Mon, 25 Mar 2002, Carl Karsten wrote: | | Todays problem: I am not sure what the html is to get the player to fire | up. The goal is: click a link, sit back and relax while the player comes | up, buffers for about 30 seconds, and starts playing. I am doing some | testing, and having mixed results. Unforunatly, what works on one | system doesn't allways work on others. I am looking for the works on all | systems solution. (yea right!) Is such a thing posible? I do it by having the link point to a .m3u file, which contains the URL (such as http://some.server.net:8000/mount) of the stream. Works for most anyone since .m3u is pretty much universally configured in most browsers to fire up a mp3 player. /dale

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From Philipp.Flesch at fantasy.de Tue Mar 26 11:26:00 2002 From: Philipp.Flesch at fantasy.de (Philipp Flesch) Date: Tue, 26 Mar 2002 12:26:00 +0100 Subject: [icecast] Icecast, Liveice... experiences? In-Reply-To: <20020301085130.GB945@goliath.abelardo.net> Message-ID: <3CA05AC8.6080908@fantasy.de> Hi! [.. darkice ...] > It's the same for me: 2 months with liveice + cron and now DarkICE ... > alive and kicking from fLORENCE/italy :)

we are also using darkice and it seems to work fine ;-))

Greetings from Germany!

Philipp

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From criddell at adelphia.net Tue Mar 26 12:14:51 2002 From: criddell at adelphia.net (Chris Riddell) Date: Tue, 26 Mar 2002 07:14:51 -0500 Subject: [icecast] Input monitoring... Message-ID: <20020326121236.D9B3B18D049@motherfish.xiph.org> This is not an icecast-related question per se, but I thought this best forum to get an answer: Can someone point me in the direction of script or tool that I can use to monitor the input levels on the line-in on my sound card, so that darkice can be brought up and down based on a sound level threshold? While I'm not a programmer, nor do I play one on TV, I can write shell scripts and understand perl enough (?) to make a go at modifying an exisitng script. Is the oss-perl module a place to start? Is anyone on the list doing omething like this? Any help is appreciated. Thanks, Chris --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 Tue Mar 26 15:59:36 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Tue, 26 Mar 2002 16:59:36 +0100 Subject: [icecast] metadata update in the stream In-Reply-To: <20020313150935.GA3928@xanadu.kublai.com> Message-ID: <3CA09AE8.6020700@tyrell.hu> Brendan Cully wrote: > See the libshout function shout_update_metadata (also see metadata.c in > the ices src). This function just calls up the icecast/shoutcast server > and issues a GET request in a particular format. It can be called any > time. It took me a while to look into it. I looked at libshout in ices-0.2.2, and at the icecast 1.3.11 source. What I found is that you can set the "song title" and "stream message" properties of the stream. But xmms displays the "description" of the stream, and does not seem to bother about the "song title" or "stream message". Is this functionality as intneded? How can I change what gets displayed by the client? (E.g. the "description" of the stream, or make the client care about the "song title" or the "stream message")

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 tyr at teiresias.net Tue Mar 26 18:06:45 2002 From: tyr at teiresias.net (Bolt Thrower) Date: Tue, 26 Mar 2002 11:06:45 -0700 Subject: [icecast] ices and VBR mp3s? In-Reply-To: Message-ID: <20020326110645.B30400@winter.teiresias.net> On Mon, Mar 25, 2002 at 11:41:44AM -0600, Benninghoff, John wrote: > > I worked out a patch for ices-0.2.2 that forces ices to *always* re-encode the stream if Reencode is enabled: > Wow, that was simple. Thanks, it works great! -- Steve Chadsey "Is death another birthday, a way to kiss your dreams goodbye? Do the undead live within us, and look through our eyes?" -- Iron Maiden, "Only the Good Die Young" --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From mmarquez at cernet.com.mx Tue Mar 26 23:17:00 2002 From: mmarquez at cernet.com.mx (Mario Marquez) Date: Tue, 26 Mar 2002 17:17:00 -0600 Subject: [icecast] About STREAMS In-Reply-To: Message-ID: <5.0.2.1.2.20020326171439.00a93ec0@10.1.1.1> Hi Guys, I'm running Icecast with shout as streamer, I'd like to know if there is a program that can make "fade" between mp3 files. I mean, when file1.mp3 is finished , file2.mp3 begins. Any advice? Best Regards, Mario

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From marta-glaser at iwon.com Wed Mar 27 03:32:45 2002 From: marta-glaser at iwon.com (marta-glaser at iwon.com) Date: Wed Mar 27 03:32:45 2002 Subject: [icecast] Helloo Message-ID: <5b82588e$6900$1b11> Copy & Burn DVD and VHS with CD Burner!! + Bonus package Playstation2 & Dreamcast Backup Software! Why Spend upwards of $4000 on a DVD Burner when we will show you an alternative that will do the exact same thing for only $19.95? This is the big development we've all been waiting for a DVD recorder at an affordable price. All you need is a computer with a CD-R or CD-RW drive, and a DVD drive installed (standard on most computers out today). You heard us right - for the price of just 1 DVD, we'll show you how to back up and/or create Your Own DVD's! Just upgraded to a DVD and still have a ton of VHS tapes lying around? With this program, not only can you burn & copy any DVD you've created, you'll also be able to transfer all your VHS tapes to DVD as well!! Hurry! Order your CopyDVD software RIGHT NOW and we will include Playstation 2 & Dreamcast Backup software AND complete, easy to use directions! Everything you need to make a working duplicate on a standard, blank CD-R! Use these as backups so your originals don't become worn with scratches or cracks. No more renting the same game you used to own, because now you can back up ANY game!

You want to know more? Visit us at http://www.copydvd.net

To be opt out please send an email to optout at systems-mail.org

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From malletc3 at cti.ecp.fr Thu Mar 28 04:05:09 2002 From: malletc3 at cti.ecp.fr (Cédric Mallet) Date: Thu, 28 Mar 2002 05:05:09 +0100 Subject: [icecast] Metadata once more...with Ices In-Reply-To: <20020324204254.GH713@xanadu.kublai.com> Message-ID: <40372235.20020328050509@cti.ecp.fr> dimanche 24 mars 2002, 21:42:54, Brendan Cully a ?crit : >> I also had strange results when commenting this function (in that case >> it is supposed to stream the name of the song, by reading the IdTag). With >> Winamp, I didn't get anything ("unnamned"), with XMMS, I had the proper >> name, with "unnamned" written after it, and it only worked properly with >> Freeamp... > This is likely because you're only using UDP for metadata updates. Check > the setting of use_meta_data in icecast.conf. This settings is activated. In fact the problem seems to come from IceS itself, since Liveice works perfectly on the same system : no "unnamned" mention added, stream name available and song names updated regularly... With ices I do not even have the stream name in IceCast. I did not find anything related to the streaming in ices.conf (neither anywhere else by the way). Any idea would be really 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.

-- Ced

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.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 icecast.org Thu Mar 28 17:50:01 2002 From: brendan at icecast.org (Brendan Cully) Date: Thu, 28 Mar 2002 12:50:01 -0500 Subject: [icecast] Metadata once more...with Ices In-Reply-To: <40372235.20020328050509@cti.ecp.fr> Message-ID: <20020328175001.GB1427@xanadu.kublai.com> On Thursday, 28 March 2002 at 05:05, C?dric Mallet wrote: > dimanche 24 mars 2002, 21:42:54, Brendan Cully a ?crit : > > >> I also had strange results when commenting this function (in that case > >> it is supposed to stream the name of the song, by reading the IdTag). With > >> Winamp, I didn't get anything ("unnamned"), with XMMS, I had the proper > >> name, with "unnamned" written after it, and it only worked properly with > >> Freeamp... > > > This is likely because you're only using UDP for metadata updates. Check > > the setting of use_meta_data in icecast.conf. > > This settings is activated. In fact the problem seems to come from IceS > itself, since Liveice works perfectly on the same system : no "unnamned" > mention added, stream name available and song names updated regularly... > With ices I do not even have the stream name in IceCast. > I did not find anything related to the streaming in ices.conf (neither anywhere else by the way). > > Any idea would be really appreciated... I haven't kept your original posts, so I don't know if you've already given this information, but I'd like to see your ices config file. If you're using a playlist script I'd like to see the ices_get_metadata function (if you've written one). Also, run ices in debug mode and it should show the title information it's sending to icecast for each track. Needless to say, ices streams metadata perfectly for my radio application... thanks, -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 icecast at chile.junglevision.com Fri Mar 29 03:48:41 2002 From: icecast at chile.junglevision.com (icecast at chile.junglevision.com) Date: Thu, 28 Mar 2002 19:48:41 -0800 Subject: [icecast] gen-mpegurl.m3u source/making a clean weblink to broadcast Message-ID: <200203290348.g2T3mfm22773@chile.junglevision.com> Hi guys. I've been running icecast for awhile, and just upgraded to the latest version. Everything works fine, nice work. Here's the deal, I'm still not sure how to make a clean link to my broadcast. On the icecast.org site, it calls a cgi-bin file called 'gen-mpegurl.m3u.' This always stars up my broadcast nicely. Is there anyway to get the source code to gen-mpegurl.m3u, so I could do this from my website without needing to use an offsite link. Or what is needed to launch a streaming mp3 file from, you know, realaudio, wmp and other players out there. (For me, winamp just plays the stream fine, but linking directly from the new realone player or windows media player just causes the program to endlessly download.) --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From malletc3 at cti.ecp.fr Fri Mar 29 00:12:01 2002 From: malletc3 at cti.ecp.fr (Cédric Mallet) Date: Fri, 29 Mar 2002 01:12:01 +0100 Subject: [icecast] Metadata once more...with Ices In-Reply-To: <20020328175001.GB1427@xanadu.kublai.com> Message-ID: <771295332.20020329011201@cti.ecp.fr> jeudi 28 mars 2002, 18:50:01, Brendan Cully a ?crit : > I haven't kept your original posts, so I don't know if you've already > given this information, but I'd like to see your ices config file. If > you're using a playlist script I'd like to see the ices_get_metadata > function (if you've written one). Also, run ices in debug mode and it > should show the title information it's sending to icecast for each > track. Here is everything you need : Ices.conf : /home/ced/projet/ices/playlist 0 perl ices 0 0 /tmp mallet.via.ecp.fr 8000 pass xaudiocast ices RadioPI - Rediffusions par IceS Cool ices genre from XML Cool ices description from XML Cool ices URL from XML 0 128 1 2

And the ices_get_metadata from ices.pm : use MP3::Info; sub ices_get_metadata { my $tag = get_mp3tag("$mp3"); my $title = $tag->{TITLE}; my $artist = $tag->{ARTIST}; my $id = $mp3; if ( ($title eq "") || ($artist eq "") ) { # A few ugly operations to get the name of the song from the file name... # I know there must be something nicer, but it works :) $id =~ s#[^/]*/##g; $id =~ s#/##g; $id =~ s#.mp3##g; $id =~ s#_# #g; } else { $id = "$artist - $title"; # print "Id OK\n"; } return "Radio blabla - $id"; }

Thank you for your time :) Ced

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From lclaudius at luiz.claudio.nom.br Fri Mar 29 18:00:35 2002 From: lclaudius at luiz.claudio.nom.br (Luiz Claudio Duarte) Date: Fri, 29 Mar 2002 15:00:35 -0300 Subject: [icecast] Newbie playing with php Message-ID: <20020329150035.A83213@luiz.claudio.nom.br> Hi, folks. I've installed icecast 1.3.11 and I'm very happy with it. But I'd like to add a "now playing" gizmo to my home page; can anyone point me to a php script or something else that does the trick? Thanks in advance. -- People don't quit playing because they ___vvz /( grow old. They grow old because they <__,` Z / ( quit playing. [Oliver Wendell Holmes] `~~~) )Z) ( => LCD (http://www.luiz.claudio.nom.br) <= / (7 ( --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From tyr at teiresias.net Fri Mar 29 18:13:47 2002 From: tyr at teiresias.net (Bolt Thrower) Date: Fri, 29 Mar 2002 11:13:47 -0700 Subject: [icecast] Newbie playing with php In-Reply-To: <20020329150035.A83213@luiz.claudio.nom.br> Message-ID: <20020329111347.G23767@winter.teiresias.net> On Fri, Mar 29, 2002 at 03:00:35PM -0300, Luiz Claudio Duarte wrote: > Hi, folks. I've installed icecast 1.3.11 and I'm very happy with > it. But I'd like to add a "now playing" gizmo to my home page; > can anyone point me to a php script or something else that does > the trick? Thanks in advance. Two approaches. The first is to parse the cue file that ices generates. On my system at least, the artist and song constitute the last two lines of said cue file. The location of this file is set in your ices.conf file. Another approach is to write a perl handler for ices. in the ices_perl_get_next() function, insert the chosen song info into a database table. Then write a PHP script to select from that table. -- Steve Chadsey Now playing: Karma (Kamelot - "Karma") --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From lclaudius at luiz.claudio.nom.br Fri Mar 29 18:19:49 2002 From: lclaudius at luiz.claudio.nom.br (Luiz Claudio Duarte) Date: Fri, 29 Mar 2002 15:19:49 -0300 Subject: [icecast] Newbie playing with php In-Reply-To: <20020329111347.G23767@winter.teiresias.net> Message-ID: <20020329151949.A84167@luiz.claudio.nom.br> Also sprach Bolt Thrower: > On Fri, Mar 29, 2002 at 03:00:35PM -0300, Luiz Claudio Duarte wrote: > > Hi, folks. I've installed icecast 1.3.11 and I'm very happy with > > it. But I'd like to add a "now playing" gizmo to my home page; > > can anyone point me to a php script or something else that does > > the trick? Thanks in advance. > > Two approaches. The first is to parse the cue file that ices > generates. On my system at least, the artist and song constitute > the last two lines of said cue file. The location of this file is > set in your ices.conf file. > > Another approach is to write a perl handler for ices. in the > ices_perl_get_next() function, insert the chosen song info into a > database table. Then write a PHP script to select from that table. Ok. I'm using shout and not ices (I couldn't get it to compile; I'm using FreeBSD and can't code C worth a damn), so the second approach will not work. But I can write a parsing script (I had'n thought of the cue file), so I'll be trying that. I had thought of querying the server itself for the title information; clients do this, right? In this way I could get this info for an external server. -- People don't quit playing because they ___vvz /( grow old. They grow old because they <__,` Z / ( quit playing. [Oliver Wendell Holmes] `~~~) )Z) ( => LCD (http://www.luiz.claudio.nom.br) <= / (7 ( --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From tyr at teiresias.net Fri Mar 29 19:17:14 2002 From: tyr at teiresias.net (Bolt Thrower) Date: Fri, 29 Mar 2002 12:17:14 -0700 Subject: [icecast] Newbie playing with php In-Reply-To: <20020329151949.A84167@luiz.claudio.nom.br> Message-ID: <20020329121714.J23767@winter.teiresias.net> On Fri, Mar 29, 2002 at 03:19:49PM -0300, Luiz Claudio Duarte wrote: > > Ok. I'm using shout and not ices (I couldn't get it to compile; I'm > using FreeBSD and can't code C worth a damn), so the second approach > will not work. But I can write a parsing script (I had'n thought of > the cue file), so I'll be trying that. Yeah, I should have mentioned that those suggestions assumed you were running ices. I'm not familiar with shout, so I can't offer any suggestions for that. But one kludgey approach would be to periodically run lsof on the shout server, and do some grepping for known strings corresponding to your MP3s. That will tell you what MP3 files are being accessed by what processes. From there you can pick out the ones that the shout server has open, then in your PHP script, pull ID3 tags from those MP3s and display the info on your web page. -- Steve Chadsey Now playing: Road of Kings (Manilla Road - "Open the Gates") --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From jaromil at dyne.org Fri Mar 29 19:17:16 2002 From: jaromil at dyne.org (jaromil) Date: Fri, 29 Mar 2002 20:17:16 +0100 Subject: [icecast] Looking for a non-graphical mp3 streaming tool In-Reply-To: Message-ID: <20020329191716.GD547@dyne.org> On Fri, Mar 22, 2002 at 01:02:14PM -0800, Bob Van Cleef wrote: > > Hi; > > I want to use a headless, debian linux box (no console) as my audio > streamer. I've installed shoutcast and icecast multiple times without > problems, but I have yet to find a streaming tools as effective as WinAMP > on a windows box. > > I don't need the graphics and don't want to listen to the source on the > server (a sparcstation 10), I just want something that I can use to > develop a playlist from my 3Gig mp3 collection and feed a stream to the > icecast server. > > I've looked through http://www.icecast.org/index.html, in the past, but > doesn't appear to be updated that often. (Last news was posted Tuesday, > August 7, 2001) > > Pointers to a nice tool set would be appreciated. hi with the MuSE[1] you find in CVS[2], soon to be released as 0.7, you should be able to do from commandline: ./muse -o -c -s myserver.mydomain.org -x mypass -n stream_name /home/me/mp3/* to stream all the mp3 in that directory, without any GUI popping up better if you do playlists (.pls or .pl or .m3u) if you want to stream reading files from multiple directories. anyway try out muse -h for a complete list of options

it's still betaversion so, if you use it, i'm really happy to receive feedback about bugs and ideas! cheers [1] - http://muse.dyne.org [2] - http://savannah.gnu.org/projects/muse -- jaromil ][ http://dyne.org ][ GnuPG _key__id_ EDEE F1B9 DC92 76C0 6D46 D77A 58B0 82D6 (5B6E 6D97) --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From satchel at main.nc.us Fri Mar 29 20:02:14 2002 From: satchel at main.nc.us (satchel loftis) Date: Fri, 29 Mar 2002 15:02:14 -0500 Subject: [icecast] gen-mpegurl.m3u source/making a clean weblink to broadcast In-Reply-To: <200203290348.g2T3mfm22773@chile.junglevision.com> Message-ID: <0203291502140I.03313@mo23.main.nc.us> on Thursday 28 March 2002 22:48, icecast at chile.junglevision.com wrote: > Hi guys. I've been running icecast for awhile, and just > upgraded to the latest version. Everything works fine, > nice work. > > Here's the deal, I'm still not sure how to make a clean > link to my broadcast. On the icecast.org site, it calls > a cgi-bin file called 'gen-mpegurl.m3u.' This always > stars up my broadcast nicely. > > Is there anyway to get the source code to gen-mpegurl.m3u, > so I could do this from my website without needing to > use an offsite link. Or what is needed to launch a > streaming mp3 file from, you know, realaudio, wmp and > other players out there. > > (For me, winamp just plays the stream fine, but linking > directly from the new realone player or windows media > player just causes the program to endlessly download.)

i don't have the answer to this, but i'd really love to. if i get enough info, i'd be willing to put together a FAQ on this aspect of getting icecast up and running ("the final piece of the puzzle"), since it doesn't seem to be documented. -satchel

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From jaromil at dyne.org Fri Mar 29 20:26:11 2002 From: jaromil at dyne.org (jaromil) Date: Fri, 29 Mar 2002 21:26:11 +0100 Subject: [icecast] gen-mpegurl.m3u source/making a clean weblink to broadcast In-Reply-To: <0203291502140I.03313@mo23.main.nc.us> Message-ID: <20020329202611.GA30247@dyne.org> On Fri, Mar 29, 2002 at 03:02:14PM -0500, satchel loftis wrote: > > Here's the deal, I'm still not sure how to make a clean > > link to my broadcast. On the icecast.org site, it calls > > a cgi-bin file called 'gen-mpegurl.m3u.' This always > > stars up my broadcast nicely. > > > > Is there anyway to get the source code to gen-mpegurl.m3u, > > so I could do this from my website without needing to > > use an offsite link. > > i don't have the answer to this, but i'd really love to. > > if i get enough info, i'd be willing to put together a FAQ on this aspect of > getting icecast up and running ("the final piece of the puzzle"), since it > doesn't seem to be documented. to make a stream startup with a simple click you need to: - be sure the mime-type "audio/x-mpegurl" exists for your webserver and points to the .m3u extension - put the url of your stream (i.e. http://mysrv.org:8000/live) into a .m3u file, as a single line newline terminated - link to that .m3u file into your html page with a normal tag btw i think a FAQ about audio-streaming would be really needed, if you are going to do it i'd help as i can. -- jaromil ][ http://dyne.org ][ GnuPG _key__id_ EDEE F1B9 DC92 76C0 6D46 D77A 58B0 82D6 (5B6E 6D97) --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From icecast at chile.junglevision.com Sat Mar 30 02:52:39 2002 From: icecast at chile.junglevision.com (icecast at chile.junglevision.com) Date: Fri, 29 Mar 2002 18:52:39 -0800 Subject: [icecast] gen-mpegurl.m3u source/making a clean weblink to broadcast In-Reply-To: <[icecast] gen-mpegurl.m3u source/making a clean weblink to broadcast> Message-ID: <200203300252.g2U2qdv24852@chile.junglevision.com> Thanks guys, this is exactly what I was looking for. Now, all I have to do is figure out how to start icecast and liveice cleanly when the machine cycles power. I tried just naively sticking /usr/local/icecast/bin/icecast & /usr/local/icecast/bin/liveice & into rc.local, but something weird happens. It just loops on a message 'you can run but you can't hide' over and over again. What is the, like, err, 'official' way to do this. Cathryn (I use a seperate email for each mail list I subscribe to, so that's the reason for being icecast at chile.junglevision.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 jaromil at dyne.org Sat Mar 30 01:32:37 2002 From: jaromil at dyne.org (jaromil) Date: Sat, 30 Mar 2002 02:32:37 +0100 Subject: [icecast] gen-mpegurl.m3u source/making a clean weblink to broadcast In-Reply-To: <200203300252.g2U2qdv24852@chile.junglevision.com> Message-ID: <20020330013237.GE32245@dyne.org> On Fri, Mar 29, 2002 at 06:52:39PM -0800, icecast at chile.junglevision.com wrote: > Thanks guys, this is exactly what I was looking for. Now, all > I have to do is figure out how to start icecast and liveice > cleanly when the machine cycles power. > > I tried just naively sticking > > /usr/local/icecast/bin/icecast & > /usr/local/icecast/bin/liveice & > > into rc.local, but something weird happens. It just loops > on a message 'you can run but you can't hide' over and > over again. What is the, like, err, 'official' way > to do this. > > Cathryn (I use a seperate email for each mail list I subscribe > to, so that's the reason for being icecast at chile.junglevision.com) icecast is a daemon, liveice not this might sound a bit shamanic, but you should also try to RTFM -- jaromil ][ http://dyne.org ][ GnuPG _key__id_ EDEE F1B9 DC92 76C0 6D46 D77A 58B0 82D6 (5B6E 6D97) --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From demirt at boun.edu.tr Sat Mar 30 01:38:12 2002 From: demirt at boun.edu.tr (Tamer Demir) Date: Sat, 30 Mar 2002 03:38:12 +0200 Subject: [icecast] gen-mpegurl.m3u source/making a clean weblink to broadcast In-Reply-To: <20020330013237.GE32245@dyne.org> Message-ID: <5.1.0.14.2.20020330033642.024e7908@hisar.cc.boun.edu.tr> you can run icecast in the background by using: /usr/local/icecast/bin/icecast -b Tamer At 03:32 30.03.2002, jaromil wrote: >On Fri, Mar 29, 2002 at 06:52:39PM -0800, icecast at chile.junglevision.com >wrote: > > Thanks guys, this is exactly what I was looking for. Now, all > > I have to do is figure out how to start icecast and liveice > > cleanly when the machine cycles power. > > > > I tried just naively sticking > > > > /usr/local/icecast/bin/icecast & > > /usr/local/icecast/bin/liveice & > > > > into rc.local, but something weird happens. It just loops > > on a message 'you can run but you can't hide' over and > > over again. What is the, like, err, 'official' way > > to do this. > > > > Cathryn (I use a seperate email for each mail list I subscribe > > to, so that's the reason for being icecast at chile.junglevision.com) > >icecast is a daemon, liveice not > >this might sound a bit shamanic, but you should also try to RTFM > >-- >jaromil ][ http://dyne.org ][ GnuPG _key__id_ >EDEE F1B9 DC92 76C0 6D46 D77A 58B0 82D6 (5B6E 6D97) > >--- >8 ---- >List archives: http://www.xiph.org/archives/ >icecast project homepage: http://www.icecast.org/ >To unsubscribe from this list, send a message to 'icecast-request at xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered.

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Sat Mar 30 02:20:21 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Sat, 30 Mar 2002 13:20:21 +1100 Subject: [icecast] Newbie playing with php In-Reply-To: <20020329151949.A84167@luiz.claudio.nom.br> Message-ID: <3.0.5.32.20020330132021.41756550@mail.labyrinth.net.au> >Ok. I'm using shout and not ices (I couldn't get it to compile; I'm >using FreeBSD and can't code C worth a damn), so the second approach >will not work. But I can write a parsing script (I had'n thought of >the cue file), so I'll be trying that. Please don't use shout. It's buggy, doesn't work reliably, will cause you problems, and is entirely deprecated in favour of ices. Fixing compile errors is much easier in the long run. Michael

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From rado at linuxmg.org Sat Mar 30 18:03:23 2002 From: rado at linuxmg.org (Rado Ramarotafika) Date: Sat, 30 Mar 2002 19:03:23 +0100 Subject: [icecast] ices: compliation problem Message-ID: <20020330180342.E381F40F85@kraid.nerim.net> Hi all, I can't compile ices on my Linux Box Here is the output ices.o(.text+0xc0): undefined reference to `log_open_file' encode.o: In function `encode_dataout': encode.o(.text+0x223): undefined reference to `vorbis_bitrate_addblock' encode.o(.text+0x244): undefined reference to `vorbis_bitrate_flushpacket' Thank you -- -- GNU/Linux: il y a moins bien mais plus cher rado at linuxmg.org http://linuxmg.org --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From lclaudius at luiz.claudio.nom.br Sat Mar 30 19:12:53 2002 From: lclaudius at luiz.claudio.nom.br (Luiz Claudio Duarte) Date: Sat, 30 Mar 2002 16:12:53 -0300 Subject: [icecast] Trying to compile ices under FreeBSD In-Reply-To: <3.0.5.32.20020330132021.41756550@mail.labyrinth.net.au> Message-ID: <20020330161253.A50330@luiz.claudio.nom.br> Also sprach Michael Smith: > > >Ok. I'm using shout and not ices (I couldn't get it to compile; I'm > >using FreeBSD and can't code C worth a damn), so the second approach > >will not work. But I can write a parsing script (I had'n thought of > >the cue file), so I'll be trying that. > > Please don't use shout. It's buggy, doesn't work reliably, will cause > you problems, and is entirely deprecated in favour of ices. Fixing > compile errors is much easier in the long run. Well, let's see if someone can help here. Trouble started with configure. Even using the includes and libraries directives, it couldn't find lame, python and shout. When I turned off lame and python it did run. However, when I tried to compile, I got the following error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -DICES_ETCDIR=\"/usr/local/icecast/etc\" -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../resolver -I../thread -I../libshout -I/usr/libdata/perl/5.00503/mach/CORE -I/usr/local/include/libxml2 -I/usr/local/include/libxml2/libxml -g -O2 -Wall -c ices_config.c In file included from /usr/local/include/libxml2/libxml/xmlIO.h:22, from /usr/local/include/libxml2/libxml/parser.h:14, from ices_config.c:24: /usr/local/include/libxml2/libxml/encoding.h:30: giconv.h: No such file or directory gmake[3]: *** [ices_config.o] Error 1 gmake[3]: Leaving directory `/usr/home/lclaudius/ices-0.2.2/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/home/lclaudius/ices-0.2.2/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/lclaudius/ices-0.2.2' gmake: *** [all-recursive-am] Error 2 Any suggestions? -- People don't quit playing because they ___vvz /( grow old. They grow old because they <__,` Z / ( quit playing. [Oliver Wendell Holmes] `~~~) )Z) ( => LCD (http://www.luiz.claudio.nom.br) <= / (7 ( --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From Robin_Blanchard at georgiacenter.org Sat Mar 30 19:31:08 2002 From: Robin_Blanchard at georgiacenter.org (Robin P. Blanchard) Date: Sat, 30 Mar 2002 14:31:08 -0500 Subject: [icecast] Trying to compile ices under FreeBSD In-Reply-To: <20020330161253.A50330@luiz.claudio.nom.br> Message-ID: <1017516668.3ca6127cf248e@www.gactr.uga.edu> looks like you need to set CPPFLAGS="-I/usr/local/include" and LDFLAGS="-L/usr/local/lib" in your configure environment.

Quoting Luiz Claudio Duarte : > Also sprach Michael Smith: > > > > >Ok. I'm using shout and not ices (I couldn't get it to compile; > I'm > > >using FreeBSD and can't code C worth a damn), so the second > approach > > >will not work. But I can write a parsing script (I had'n thought > of > > >the cue file), so I'll be trying that. > > > > Please don't use shout. It's buggy, doesn't work reliably, will > cause > > you problems, and is entirely deprecated in favour of ices. > Fixing > > compile errors is much easier in the long run. > > Well, let's see if someone can help here. Trouble started with > configure. > Even using the includes and libraries directives, it couldn't find > lame, > python and shout. When I turned off lame and python it did run. > > However, when I tried to compile, I got the following error: > > gcc -DHAVE_CONFIG_H -I. -I. -I.. > -DICES_ETCDIR=\"/usr/local/icecast/etc\" > -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../resolver > -I../thread -I../libshout > -I/usr/libdata/perl/5.00503/mach/CORE -I/usr/local/include/libxml2 > -I/usr/local/include/libxml2/libxml -g -O2 -Wall -c > ices_config.c > In file included from /usr/local/include/libxml2/libxml/xmlIO.h:22, > from > /usr/local/include/libxml2/libxml/parser.h:14, > from ices_config.c:24: > /usr/local/include/libxml2/libxml/encoding.h:30: giconv.h: No such > file or directory > gmake[3]: *** [ices_config.o] Error 1 > gmake[3]: Leaving directory `/usr/home/lclaudius/ices-0.2.2/src' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/home/lclaudius/ices-0.2.2/src' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/home/lclaudius/ices-0.2.2' > gmake: *** [all-recursive-am] Error 2 > > Any suggestions? > > -- > People don't quit playing because they ___vvz /( > grow old. They grow old because they <__,` Z / ( > quit playing. [Oliver Wendell Holmes] `~~~) )Z) ( > => LCD (http://www.luiz.claudio.nom.br) <= / (7 ( > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to > 'icecast-request at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is > needed. > Unsubscribe messages sent to the list will be ignored/filtered. > >

------------------------------------------------- This mail sent through IMP: http://horde.org/imp/

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From lclaudius at luiz.claudio.nom.br Sat Mar 30 19:50:31 2002 From: lclaudius at luiz.claudio.nom.br (Luiz Claudio Duarte) Date: Sat, 30 Mar 2002 16:50:31 -0300 Subject: [icecast] Trying to compile ices under FreeBSD In-Reply-To: <1017516668.3ca6127cf248e@www.gactr.uga.edu> Message-ID: <20020330165030.A58213@luiz.claudio.nom.br> Also sprach Robin P. Blanchard: > looks like you need to set > > CPPFLAGS="-I/usr/local/include" > and > LDFLAGS="-L/usr/local/lib" > > in your configure environment. Aha! That did the trick. Thanks, I'll be testing it presently. But why can't configure find the lame, shout and python libraries (all under /usr/local/lib), even with explicit directives for them? -- People don't quit playing because they ___vvz /( grow old. They grow old because they <__,` Z / ( quit playing. [Oliver Wendell Holmes] `~~~) )Z) ( => LCD (http://www.luiz.claudio.nom.br) <= / (7 ( --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Sun Mar 31 03:08:20 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Sun, 31 Mar 2002 13:08:20 +1000 Subject: [icecast] ices: compliation problem In-Reply-To: <20020330180342.E381F40F85@kraid.nerim.net> Message-ID: <3.0.5.32.20020331130820.418d2680@mail.labyrinth.net.au> At 07:03 PM 3/30/02 +0100, you wrote: >Hi all, > >I can't compile ices on my Linux Box >Here is the output > >ices.o(.text+0xc0): undefined reference to `log_open_file' >encode.o: In function `encode_dataout': >encode.o(.text+0x223): undefined reference to >`vorbis_bitrate_addblock' >encode.o(.text+0x244): undefined reference to >`vorbis_bitrate_flushpacket' > libvorbis rc3 is required. Probably libogg rc3 too, though I'm not sure about that. Please upgrade. Looks like you need to do a cvs update of the log module as well. Michael --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From lunetta at fas.harvard.edu Sun Mar 31 05:29:29 2002 From: lunetta at fas.harvard.edu (LeDiva) Date: Sun, 31 Mar 2002 00:29:29 -0500 (EST) Subject: [icecast] Console-style streaming in Windows? Message-ID: Is there a way to run an icecast server in Windows that doesn't require Winamp as a source? For example, in Linux, I could just run ices and have it merrily chug its way through a playlist. All the source programs I've found for Windows are Winamp plugins. (If it matters, this would be under WinXP.) --- Julia Lunetta Listen to my music collection... http://julial.dhs.org:8005/

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From a.gutteridge at cryst.bbk.ac.uk Sun Mar 31 12:44:12 2002 From: a.gutteridge at cryst.bbk.ac.uk (Alex Gutteridge) Date: Sun, 31 Mar 2002 13:44:12 +0100 Subject: [icecast] Trying to compile ices under FreeBSD In-Reply-To: <20020330165030.A58213@luiz.claudio.nom.br> Message-ID: <3CA7049C.10804@cryst.bbk.ac.uk> Luiz Claudio Duarte wrote: >Also sprach Robin P. Blanchard: > >>looks like you need to set >> >>CPPFLAGS="-I/usr/local/include" >>and >>LDFLAGS="-L/usr/local/lib" >> >>in your configure environment. >> > >Aha! That did the trick. Thanks, I'll be testing it presently. But why >can't configure find the lame, shout and python libraries (all under >/usr/local/lib), even with explicit directives for them? > I had the same problem with the ices configure script not finding lame and perl. I found that running configure with cache set to /dev/null (I think the flag is --use-cache=/dev/null or something) allowed it to find lame but I've still yet to get perl working with 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 lclaudius at luiz.claudio.nom.br Sun Mar 31 22:01:35 2002 From: lclaudius at luiz.claudio.nom.br (Luiz Claudio Duarte) Date: Sun, 31 Mar 2002 19:01:35 -0300 Subject: [icecast] Trying to compile ices under FreeBSD In-Reply-To: <3CA7049C.10804@cryst.bbk.ac.uk> Message-ID: <20020331190134.A4560@luiz.claudio.nom.br> Also sprach Alex Gutteridge: > > >Aha! That did the trick. Thanks, I'll be testing it presently. But why > >can't configure find the lame, shout and python libraries (all under > >/usr/local/lib), even with explicit directives for them? > > > I had the same problem with the ices configure script not finding lame > and perl. I found that running configure with cache set to /dev/null (I > think the flag is --use-cache=/dev/null or something) allowed it to find > lame but I've still yet to get perl working with it. Yes, it worked same way here too. Funny the script couldn't find the python libraries, though, even when pointed right at them. But at least lame got through. -- People don't quit playing because they ___vvz /( grow old. They grow old because they <__,` Z / ( quit playing. [Oliver Wendell Holmes] `~~~) )Z) ( => LCD (http://www.luiz.claudio.nom.br) <= / (7 ( --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From a.gutteridge at cryst.bbk.ac.uk Sun Mar 31 23:06:57 2002 From: a.gutteridge at cryst.bbk.ac.uk (Alex Gutteridge) Date: Mon, 01 Apr 2002 00:06:57 +0100 Subject: [icecast] Trying to compile ices under FreeBSD In-Reply-To: <20020331190134.A4560@luiz.claudio.nom.br> Message-ID: <3CA79691.5050906@cryst.bbk.ac.uk> Luiz Claudio Duarte wrote: >Also sprach Alex Gutteridge: > >>>Aha! That did the trick. Thanks, I'll be testing it presently. But why >>>can't configure find the lame, shout and python libraries (all under >>>/usr/local/lib), even with explicit directives for them? >>> >>I had the same problem with the ices configure script not finding lame >>and perl. I found that running configure with cache set to /dev/null (I >>think the flag is --use-cache=/dev/null or something) allowed it to find >>lame but I've still yet to get perl working with it. >> > >Yes, it worked same way here too. Funny the script couldn't find the >python libraries, though, even when pointed right at them. But at least >lame got through. > Just to follow this up - I've now got Perl working with ices. It requires the shared perl libraries i.e. libperl.so not libperl.a (fairly obviously) the default install on my Debian system had the static library and so I had to reinstall perl from source. This may or may not be your problem with Python, but I guess it's worth checking. AlexG

--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.