From smoerk at gmx.de Sun Dec 1 00:21:20 2002 From: smoerk at gmx.de (smoerk) Date: Sun, 01 Dec 2002 02:21:20 +0200 Subject: [icecast] libshout compile errors (os.h) In-Reply-To: <20021130234057.GG14673@bogus.hackers.club> Message-ID: <3DE95600.5080804@gmx.de> Karl Heyes wrote: >> In file included from sock.c:49: >> sock.h:32: os.h: No such file or directory >> make[2]: *** [sock.lo] Error 1 >> make[2]: Leaving directory `/opt/ices2/libshout/src/net' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/opt/ices2/libshout/src' >> make: *** [all-recursive] Error 1 > > > yes I've noticed this as well. not sure what platform it's used on > but just comment/delete out the #include line in libshout/net/sock.c > file. It's also in the ices and icecast tree as well. thanks, it compiled. little strange this error. I'm on debian (testing)... But now I have another problem when compiling ices make[2]: Entering directory `/opt/ices2/ices/src' gcc-3.2 -DPACKAGE=\"ices\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -I. -I. -Inet -Ithread -Iavl -Ilog -Itiming -DHAVE_OSS -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -I/include -I/include -c input.c In file included from input.c:29: input.h:34: parse error before "shout_t" input.h:34: warning: no semicolon at end of struct or union input.h:36: parse error before '}' token input.h:36: warning: data definition has no type or storage class input.c: In function `input_loop': input.c:269: `arg' undeclared (first use in this function) input.c:269: (Each undeclared identifier is reported only once input.c:269: for each function it appears in.) make[2]: *** [input.o] Error 1 make[2]: Leaving directory `/opt/ices2/ices/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/ices2/ices/src' make: *** [all-recursive] Error 1
--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From karl at pts.tele2.co.uk Sun Dec 1 00:44:17 2002 From: karl at pts.tele2.co.uk (Karl Heyes) Date: Sun, 1 Dec 2002 00:44:17 +0000 Subject: [icecast] libshout compile errors (os.h) In-Reply-To: <3DE95600.5080804@gmx.de> Message-ID: <20021201004417.GI14673@bogus.hackers.club> On 2002.12.01 00:21 smoerk wrote: > thanks, it compiled. little strange this error. I'm on debian (testing)... probably a left over from some merge. > But now I have another problem when compiling ices > > make[2]: Entering directory `/opt/ices2/ices/src' > gcc-3.2 -DPACKAGE=\"ices\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 > -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -I. -I. -Inet -Ithread -Iavl -Ilog > -Itiming -DHAVE_OSS -O20 -ffast-math -fsigned-char -D_REENTRANT > -D_GNU_SOURCE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 > -I/include -I/include -I/include -c input.c > In file included from input.c:29: > input.h:34: parse error before "shout_t" > input.h:34: warning: no semicolon at end of struct or union > input.h:36: parse error before '}' token > input.h:36: warning: data definition has no type or storage class > input.c: In function `input_loop': > input.c:269: `arg' undeclared (first use in this function) > input.c:269: (Each undeclared identifier is reported only once > input.c:269: for each function it appears in.) > make[2]: *** [input.o] Error 1 > make[2]: Leaving directory `/opt/ices2/ices/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/opt/ices2/ices/src' > make: *** [all-recursive] Error 1 The parse error before shout_t is typical of a duff libshout install. Namely it didn't install the shout.h header. Make sure you did an install from the libshout directory not from the src directory. I get it building no problem here. karl. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at xiph.org Sun Dec 1 02:11:57 2002 From: msmith at xiph.org (Michael Smith) Date: Sun, 01 Dec 2002 13:11:57 +1100 Subject: [icecast] libshout compile errors (os.h) In-Reply-To: <3DE922D9.8090503@gmx.de> Message-ID: <3.0.6.32.20021201131157.45d41cf0@mail.labyrinth.net.au> At 10:43 PM 30/11/2002 +0200, you wrote: >I get an error when compiling libshout. it's the version from cvs, i >checked it out a few minutes ago... Fixed. The windows port broke stuff... Michael
--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From swiftbiscuit at yahoo.co.uk Sun Dec 1 04:13:44 2002 From: swiftbiscuit at yahoo.co.uk (SwiftBiscuit) Date: Sat, 30 Nov 2002 20:13:44 -0800 (PST) Subject: [icecast] IceS 2.0a - Extended sleep requested In-Reply-To: <3.0.6.32.20021201131157.45d41cf0@mail.labyrinth.net.au> Message-ID: <20021201041344.96945.qmail@web12004.mail.yahoo.com> I've just set up a new collection of streams and one of them is having problems. The clients connecting to this one stream only last a few minutes before getting kicked off. I don't know where to start looking for the problem. I'm running Mandrake 8.1 with Libshout2.0, IceS 2.0a and Icecast2 downloaded from cvs only a few days ago (with the mentioned os.h error included ;-) I get the following in the log files when I start up access.log: ip.add.re.ss - - [01/Dec/2002:03:46:32 +0000] "SOURCE /dialup-low.ogg HTTP/1.0" 401 115 "-" "IceS 2.0beta2" 0 error.log: [2002-12-01 03:46:32] INFO connection/_handle_source_request Source logging in at mountpoint "/dialup-low.ogg" [2002-12-01 03:46:32] INFO connection/_handle_source_request Source (/dialup-low.ogg) attempted to login with invalid or missing password [2002-12-01 03:46:32] INFO connection/_handle_source_request Source logging in at mountpoint "/dialup-low.ogg" ices-025kbs.log: [2002-12-01 03:46:32] WARN input/_sleep Extended sleep requested (2059 ms), sleeping for one second [2002-12-01 03:46:33] WARN input/_sleep Extended sleep requested (2659 ms), sleeping for one second [2002-12-01 03:46:34] WARN input/_sleep Extended sleep requested (3218 ms), sleeping for one second [2002-12-01 03:46:35] WARN input/_sleep Extended sleep requested (3730 ms), sleeping for one second etc.... Then when a client connects... Access.log: ip.add.re.ss2 - - [01/Dec/2002:04:01:30 +0000] "GET /dialup-low.ogg HTTP/1.1" 200 625224 "-" "Winamp" 175 ...it only lasts just over three minutes before stopping. Maybe it's unrelated, but this is the only stream that drops clients and the only one filling its logs with "Extended sleep requests". I'm not deeply into the technical side of ogg streaming, what's going on? :-) Thanks, Mark
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Sun Dec 1 14:18:25 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: Sun, 1 Dec 2002 14:18:25 +0000
Subject: [icecast] IceS 2.0a - Extended sleep requested
In-Reply-To: <20021201041344.96945.qmail@web12004.mail.yahoo.com>
Message-ID: <20021201141825.GA1063@bogus.hackers.club>
On 2002.12.01 04:13 SwiftBiscuit wrote:
> I've just set up a new collection of streams and one
> of them is having problems. The clients connecting to
> this one stream only last a few minutes before getting
> kicked off. I don't know where to start looking for
> the problem.
>
> I'm running Mandrake 8.1 with Libshout2.0, IceS 2.0a
> and Icecast2 downloaded from cvs only a few days ago
> (with the mentioned os.h error included ;-)
>
> I get the following in the log files when I start up
...
> ices-025kbs.log:
> [2002-12-01 03:46:32] WARN input/_sleep Extended
> sleep requested (2059 ms), sleeping for one second
> [2002-12-01 03:46:33] WARN input/_sleep Extended
> sleep requested (2659 ms), sleeping for one second
> [2002-12-01 03:46:34] WARN input/_sleep Extended
> sleep requested (3218 ms), sleeping for one second
> [2002-12-01 03:46:35] WARN input/_sleep Extended
> sleep requested (3730 ms), sleeping for one second
> etc....
....
Notice how the ms count increases. What's the config like
and is you CPU swamped. use vmstat 1 to see CPU usage.
karl.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From swiftbiscuit at yahoo.co.uk Mon Dec 2 12:09:05 2002
From: swiftbiscuit at yahoo.co.uk (SwiftBiscuit)
Date: Mon, 2 Dec 2002 04:09:05 -0800 (PST)
Subject: [icecast] IceS 2.0a - Extended sleep requested
In-Reply-To: <20021201141825.GA1063@bogus.hackers.club>
Message-ID: <20021202120905.50924.qmail@web12003.mail.yahoo.com>
Thanks for offering to help, Karl.
Config - I thought my email was long even without the
config files so I didn't include them! They are normal
random playlist configs. What aspects are you looking
for?
CPU - vmstat 1 gives consistant CPU readings of around
2,1,97 for us,sy,id respectively when no one is
listening to the streams. There's hardly any change
when a client starts listening.
I've taken a quick look at the code and seen the point
where the log entry is written, I was hoping that
someone with better (ie some) knowledge of the code
would point me to the problem area rather than me
having to wade through it all myself.
I have made unusual encode settings, but it still used
a standard oggenc build. I've listened to the streams
with both xmplay and winamp now to see if the stream
dropping was a winamp only issue and found that xmplay
also drops the 25kbs one, but not at the same point
that winamp does. The server also doesn't warn it
booted the client so I'm guessing buffer issues for
the stream problem.
What the "extended sleep" thing is beats me at the
moment though. It's a 22050khz encode, but there is
another one with out the sleep issues. I now have a
log file of 11MB after a day and a bit, it's not
useful.
Thanks again for trying to help me out,
Mark.
--- Karl Heyes This basically means "something really bad has gone wrong,
we're trying to recover". Depending on the cause of the
problem, the recovery may or may not be successful.
That message appears when the timing code encounters
a situation which it never should (but can if there are
clock discontinuities or insufficient cpu). It might
also be possible to trigger it with some (broken) input
files - does this problem happen only with some files?
Michael
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Mon Dec 2 14:45:55 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: Mon, 2 Dec 2002 14:45:55 +0000
Subject: [icecast] IceS 2.0a - Extended sleep requested
In-Reply-To: <3.0.6.32.20021203002141.4577a870@mail.labyrinth.net.au>
Message-ID: <20021202144555.GA864@bogus.hackers.club>
On 2002.12.02 13:21 Michael Smith wrote:
> This basically means "something really bad has gone wrong,
> we're trying to recover". Depending on the cause of the
> problem, the recovery may or may not be successful.
This looks like it needs a bit more work wrt the playlist
read code. The ogg_sync_pageout will be emitting pages
containing around 22k samples, and there's only 22k samples
in a second at that samplerate so that will trigger the
1 sec sleep check. I suspect we need to flush a page
which has some basis on the samplerate or time, but I
don't think there's a function for that.
hmmmm....how big can an ogg page get? And what about even
lower samplerates like 11025?
> That message appears when the timing code encounters
> a situation which it never should (but can if there are
> clock discontinuities or insufficient cpu). It might
> also be possible to trigger it with some (broken) input
> files - does this problem happen only with some files?
I suspect it will only happen on 22ksamplerate or less
files through the playlist as pcm only read 8192 samples.
The quick hack is to increase the trigger in _sleep from
1000 to say something like 5000.
karl.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gshang at uq.net.au Mon Dec 2 15:21:17 2002
From: gshang at uq.net.au (Geoff Shang)
Date: Tue, 3 Dec 2002 01:21:17 +1000 (EST)
Subject: [icecast] IceS 2.0a - Extended sleep requested
In-Reply-To: <20021202120905.50924.qmail@web12003.mail.yahoo.com>
Message-ID: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From swiftbiscuit at yahoo.co.uk Mon Dec 2 16:08:51 2002
From: swiftbiscuit at yahoo.co.uk (SwiftBiscuit)
Date: Mon, 2 Dec 2002 08:08:51 -0800 (PST)
Subject: [icecast] IceS 2.0a - Extended sleep requested
In-Reply-To: This will give it a 5 sec tollerance instead of 1 second.
I believe it's to do with the amount of data in an ogg
page.
Check the log file for more of the Extended sleep messages
karl.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From swiftbiscuit at yahoo.co.uk Mon Dec 2 17:26:13 2002
From: swiftbiscuit at yahoo.co.uk (SwiftBiscuit)
Date: Mon, 2 Dec 2002 09:26:13 -0800 (PST)
Subject: [icecast] IceS 2.0a - Extended sleep requested
In-Reply-To: <20021202170250.GE864@bogus.hackers.club>
Message-ID: <20021202172613.51844.qmail@web12006.mail.yahoo.com>
That seems to have done the trick, Karl. Thanks a lot.
:-)
M.
--- Karl Heyes __________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From mrakotom at wanadoo.fr Mon Dec 2 18:08:46 2002
From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina)
Date: 02 Dec 2002 19:08:46 +0100
Subject: [icecast] directory servers
Message-ID: <1038852532.358.2.camel@rktmb>
hi all,
i noticed that the yp.icecast.org doesnt liste my server anymore though
i touch every directory servers have a look at my icecast conf file ...
[...]
icydir yp.shoutcast.com
icydir yp.breakfree.com
icydir yp.musicseek.net
icydir yp.van-pelt.com
icydir yp.radiostation.de
directory yp.icecast.org
directory yp.mp3.de
touch_freq 5
[...]
what happens ?
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From mrakotom at wanadoo.fr Mon Dec 2 18:14:55 2002
From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina)
Date: 02 Dec 2002 19:14:55 +0100
Subject: [icecast] icecast2 ??
Message-ID: <1038852897.783.3.camel@rktmb>
Hi all
i'm using icecast 1.3.12 from www.icecast.org
Your're all talking about icecast2 ... where is it's home page ?
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From mrakotom at wanadoo.fr Mon Dec 2 18:17:27 2002
From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina)
Date: 02 Dec 2002 19:17:27 +0100
Subject: [icecast] icecast2 ( I fonud )
Message-ID: <1038853048.781.5.camel@rktmb>
well i found a page talking about icecast 2 ... but there's no linux
version .... :(
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Mon Dec 2 18:32:08 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: Mon, 2 Dec 2002 18:32:08 +0000
Subject: [icecast] icecast2 ( I fonud )
In-Reply-To: <1038853048.781.5.camel@rktmb>
Message-ID: <20021202183208.GG864@bogus.hackers.club>
On 2002.12.02 18:17 Rakotomandimby Mihamina wrote:
> well i found a page talking about icecast 2 ... but there's no linux
> version .... :(
well it builds on linux fine. You can get it from CVS on www.xiph.org
or from mike's page (although that one is a bit older).
karl.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Mon Dec 2 18:39:06 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Mon, 02 Dec 2002 19:39:06 +0100
Subject: [icecast] icecast2 ??
In-Reply-To: <1038852897.783.3.camel@rktmb>
Message-ID: <3DEBA8CA.69D4FF0A@gmx.net>
Rakotomandimby Mihamina wrote:
> Your're all talking about icecast2 ... where is it's home page ?
The current homepage is http://www.xiph.org/cvs.html ... this is
supposed to change eventually, but there are some weird problems with
icecast.org that i don't quite understand. :)
Anyways, do NOT check out icecast2 from icecast.org CVS, it is very
outdated. Instead, check out the 'icecast' module from anoncvs at xiph.org.
Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From mr_radar at charter.net Mon Dec 2 21:46:22 2002
From: mr_radar at charter.net (Tyler Knott)
Date: Mon, 02 Dec 2002 15:46:22 -0600
Subject: [icecast] Icecast with WinAmp as a stramer
In-Reply-To: <001301c2b206$142656c0$e307070a@sapura.com.my>
Message-ID: <3DEBD4AE.9060205@charter.net>
If you are using Icecast2(I think this might apply to Icecast 1.x.x but
not sure) then you need to specify a mount point for the stream.
Example: if your mountpoint is /my_super_cool_great_stream.ogg then
you would need to tell winamp to connect to
icecast_server:8000/my_super_cool_stream.ogg If you are using the
Oddcast DSP(version 1 for Winamp 2.x.x) as the source there is a text
box in the server info area of the config dialog to set it.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From smoerk at gmx.de Mon Dec 2 21:46:29 2002
From: smoerk at gmx.de (smoerk)
Date: Mon, 02 Dec 2002 23:46:29 +0200
Subject: [icecast] ices stdinpcm
Message-ID: <3DEBD4B5.7070703@gmx.de>
I have problems with the stdinpcm module in ices2. The player fills its
buffer and doen't play anything and fill the buffer again and this
repeats (with winamp). when I download the stream with wget I can play
it from hard disk... is this a common problem with ices2 or do only I
experience this behaviour?
the oss module works.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Mon Dec 2 22:16:16 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: Mon, 2 Dec 2002 22:16:16 +0000
Subject: [icecast] ices stdinpcm
In-Reply-To: <3DEBD4B5.7070703@gmx.de>
Message-ID: <20021202221616.GK864@bogus.hackers.club>
On 2002.12.02 21:46 smoerk wrote:
> I have problems with the stdinpcm module in ices2. The player fills its
> buffer and doen't play anything and fill the buffer again and this repeats
> (with winamp). when I download the stream with wget I can play it from
> hard disk... is this a common problem with ices2 or do only I experience
> this behaviour?
I've heard of problems with winamp3 but I don't know what effect it has.
Last time I tried with stdinpcm it was just fine and I don't think there's
been any changes to it. Lets us know the winamp version and if you can
try another player/plugin. Also give us some idea on what your running
number of instances, samplerates etc.
I presume the CPU isn't max'd out (vmstat 1 on unix - us column) and you
have a recent version from CVS.
karl.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From smoerk at gmx.de Tue Dec 3 00:11:46 2002
From: smoerk at gmx.de (smoerk)
Date: Tue, 03 Dec 2002 02:11:46 +0200
Subject: [icecast] ices stdinpcm
In-Reply-To: <20021202221616.GK864@bogus.hackers.club>
Message-ID: <3DEBF6C2.30807@gmx.de>
I testetd it with winamp2 and ogg123, didn't work. cpu usage was around
30% or 35%. the version is from yesterday.
this is my config file:
Karl Heyes wrote:
> On 2002.12.02 21:46 smoerk wrote:
>
>> I have problems with the stdinpcm module in ices2. The player fills
>> its buffer and doen't play anything and fill the buffer again and this
>> repeats (with winamp). when I download the stream with wget I can play
>> it from hard disk... is this a common problem with ices2 or do only I
>> experience this behaviour?
>
>
> I've heard of problems with winamp3 but I don't know what effect it has.
>
> Last time I tried with stdinpcm it was just fine and I don't think there's
> been any changes to it. Lets us know the winamp version and if you can
> try another player/plugin. Also give us some idea on what your running
> number of instances, samplerates etc.
>
> I presume the CPU isn't max'd out (vmstat 1 on unix - us column) and you
> have a recent version from CVS.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Tue Dec 3 00:43:17 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: Tue, 3 Dec 2002 00:43:17 +0000
Subject: [icecast] ices stdinpcm
In-Reply-To: <3DEBF6C2.30807@gmx.de>
Message-ID: <20021203004317.GO864@bogus.hackers.club>
On 2002.12.03 00:11 smoerk wrote:
> I testetd it with winamp2 and ogg123, didn't work. cpu usage was around
> 30% or 35%. the version is from yesterday.
>
> --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From Marco.Warga.ext_Zip at khe.siemens.de Wed Dec 4 10:03:46 2002
From: Marco.Warga.ext_Zip at khe.siemens.de (Warga ext_Zip Marco)
Date: Wed, 4 Dec 2002 11:03:46 +0100
Subject: [icecast] Troubles setting up Shoutcast relay
Message-ID: OK first I gave the Shoutcast software a try....I set it up as relay but I
quickly figured that theres a relay ip and port option but no relay mount
path option. So how should shoutcast know which mount path to send to the
server ?
Connecting with a client to the shoutcast server did prety much what I
expected...my server connected to the server I specified with the "relay"
options but it couldn't find the stream and got a 404 from the server.
I didn't find solutions for that so I went on and tried Icecast.
Icecast seemed to be just the right thing for me.
Configurable aliases and automatic disconnect from the source stream if
there are no clients connected at all. Sounded fine.
After I set up everything (a prebuild icecast 1.3.12 win32 binary I found)
I tried connected with Winamp to my server and the mount point I had defined
for the relay.
However the server tried to connect to the source stream and nothing
happened. After a while it would time out.
I actually checked the network traffic (with Ethereal) and figured out that
the Icecast server did connect to the Shoutcast stream (tcp connection
established) and sent a complete set of HTTP headers in "x-audiocast"
format, but the Shoutcast server did not reply with any data.
I compared that set of HTTP headers with the set of headers Winamp sends to
the server when it connects and its _completely_ different.
Winamp seems to use alot of "icy-" headers (I guess thats the problem?). I
heard that Shoutcast servers do not support the x-audiocast format anyway.
Yet Icecast is said to be 100% Shoutcast compatible.
I also tried adding relays with the "relay pull" command directly in the
console and used the -i option and the -m option to secify a local
mountpoint.
However when connecting with a client to that mountpoint Icecast didn't seem
to find the mountpoint at all (according to the debug output), although my
relay was indeed in the list you get via "relay list". Sometimes adding or
just listing relays with the "relay" command in the console would even lock
up the Icecast server.
I must be doing something terribly wrong but I can't figure out what. The
Icecast documentation seems to be out of date, and it was a major pain to
even find prebuild win32 binaries of it (I did not even bother with messing
around with the Icecast 1.3 source, it may actually be buildable on Cygwin
or something but that takes *alot of time to set up for me now). I also
found Icecast2 beta sources that seem to be buildable on win32 but there
seems to be absolutely no documentation on how to configure it (i.e. the
shoutcast.xml file). The documentation/faqs/readmes included in the Icecast2
package seems to be just the one in the old Icecast package....
Ok...does anyone of you perhaps know how to get the relaying I want to work
with Shoutcast or Icecast or any other free software I don't know of yet?
Any hint would be *very much appreciated :-)
Thanx alot !!!!
Watz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From telmnstr at 757.org Wed Dec 4 16:00:08 2002
From: telmnstr at 757.org (Ethan)
Date: Wed, 4 Dec 2002 11:00:08 -0500 (EST)
Subject: [icecast] the dummy playlist... chaining a clip to a stream.
Message-ID: <20021204105951.U22107-100000@users.757.org>
Hello.
I have a question. We run a number of public service audio streams. They
are picking up in popularity, and it would be nice to take some credit
for the bandwidth we are supplying. Lots of people directly linking to us.
So I would like to attempt to do something that I've seen done with WMA
streams. I would like it so when a listener connects, it plays back a 20
second audio clip announcing who pays for it, then rolls into the real
audio stream.
Any suggestions? I checked to see if there really was a file for the
dummy playlist that is referenced in links, hoping that I could shove a
pointer to the static served audio announcement first. No go there.
I realize it presents all sorts of wierd issues, and if people directly
link to the audio stream then it wouldn't work... but is there any way to
accomplish this task?
It would rock if Icecast supported inserting the audio upon connection,
but I realize there are all sorts of logistics that would be a
nightmare (relay hosts).
-- Ethan
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Wed Dec 4 17:40:59 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: Wed, 4 Dec 2002 17:40:59 +0000
Subject: [icecast] the dummy playlist... chaining a clip to a stream.
In-Reply-To: <20021204105951.U22107-100000@users.757.org>
Message-ID: <20021204174059.GA869@bogus.hackers.club>
On 2002.12.04 16:00 Ethan wrote:
> So I would like to attempt to do something that I've seen done with WMA
> streams. I would like it so when a listener connects, it plays back a 20
> second audio clip announcing who pays for it, then rolls into the real
> audio stream.
>
> Any suggestions? I checked to see if there really was a file for the
> dummy playlist that is referenced in links, hoping that I could shove a
> pointer to the static served audio announcement first. No go there.
>
> I realize it presents all sorts of wierd issues, and if people directly
> link to the audio stream then it wouldn't work... but is there any way to
> accomplish this task?
conceptually possible with icecast, but you don't want to do any
encoding there, just send out a preprocessed file. It's the only
place that knows of client connects and that can kick off a sample
before the main stream. It wouldn't work with relays unless the
relays did that as well.
I not aware of anything in place for this though.
karl.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From szoth at ubertechnique.com Wed Dec 4 17:43:55 2002
From: szoth at ubertechnique.com (Seth de l'Isle)
Date: Wed, 4 Dec 2002 11:43:55 -0600
Subject: [icecast] the dummy playlist... chaining a clip to a stream.
In-Reply-To: <20021204105951.U22107-100000@users.757.org>
Message-ID: <20021204114355.A28420@tharsis.ubertechnique.com>
On Wed, Dec 04, 2002 at 11:00:08AM -0500, Ethan wrote:
> Any suggestions? I checked to see if there really was a file for the
> dummy playlist that is referenced in links, hoping that I could shove a
> pointer to the static served audio announcement first. No go there.
You can save the dummy play-list from off the web, edit it to your liking and
serve it as a static page from a web server. As you expected you can just add
a line to the top of the list specifying the url of an audio file containing
the credits you want each listener to hear.
If you serve the play-list from a web server make sure that the web server
software knows about the mime type that goes with your play-list format. For
m3u play-lists the server needs to be able to tell clients that the Mime type of
files ending in .m3u is audio/x-mpegurl.
It sounds like you would have administrative control of your web server, but
if you don't you can generate your play-lists from a cgi script and set the HTTP
header something equivalent to this:
#!/bin/bash
echo Content-Type: audio/x-mpegurl
echo
echo http://www.somedomain.net/credit.mp3
echo http://icecast.somedomain.net:8000/phatstream
Of course you still have to get all the linking sites to update their links.
Hope this is some help.
--
pgp public key http://ubertechnique.com/seth/pgp_key.txt ID: 0x60F9B67A
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From telmnstr at 757.org Wed Dec 4 17:49:53 2002
From: telmnstr at 757.org (Ethan)
Date: Wed, 4 Dec 2002 12:49:53 -0500 (EST)
Subject: [icecast] the dummy playlist... chaining a clip to a stream.
In-Reply-To: <20021204114355.A28420@tharsis.ubertechnique.com>
Message-ID: <20021204124911.A23033-100000@users.757.org>
> It sounds like you would have administrative control of your web server, but
> if you don't you can generate your play-lists from a cgi script and set the HTTP
> header something equivalent to this:
Yea I can add the mime type to the apache config.
Thanks a ton!
> Of course you still have to get all the linking sites to update their
> links.
> Hope this is some help.
VERY much so! Thanks
-- Ethan
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From service at RadioOnDemand.com Wed Dec 4 19:21:25 2002
From: service at RadioOnDemand.com (service)
Date: 04 Dec 2002 11:21:25 -0800
Subject: [icecast] reliable mp3 NON X player for streams
In-Reply-To: <20021202183208.GG864@bogus.hackers.club>
Message-ID: <1039029686.1364.3.camel@alpha.dka.net>
Hi there,
I'm urgently searching for a bulletproof NON-X mp3 player for high bit
rates that can be remotely controlled - if possible. (Server-Client?!)
Right now I'm using mpg123 and this program not always starts flawlessly
with streams.
All ideas are appreciated.
HERB
RadioOnDemand.com
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From smoerk at gmx.de Thu Dec 5 05:08:48 2002
From: smoerk at gmx.de (smoerk)
Date: Thu, 05 Dec 2002 07:08:48 +0200
Subject: [icecast] reliable mp3 NON X player for streams
In-Reply-To: <1039029686.1364.3.camel@alpha.dka.net>
Message-ID: <3DEEDF60.5020406@gmx.de>
did you try alsaplayer?
ervice wrote:
> Hi there,
>
> I'm urgently searching for a bulletproof NON-X mp3 player for high bit
> rates that can be remotely controlled - if possible. (Server-Client?!)
>
> Right now I'm using mpg123 and this program not always starts flawlessly
> with streams.
>
> All ideas are appreciated.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From owner-icecast at xiph.org Thu Dec 5 07:16:47 2002
From: owner-icecast at xiph.org (Majordomo)
Date: Wed, 4 Dec 2002 22:16:47 -0900 (AKST)
Subject: [icecast] From: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From dang.thai at wanadoo.fr Thu Dec 5 12:43:29 2002
From: dang.thai at wanadoo.fr (Thai DANG)
Date: Thu, 05 Dec 2002 13:43:29 +0100
Subject: [icecast] can't be listed on yp.icecast.org
Message-ID: <3DEF49F1.1020800@wanadoo.fr>
Hi !
my source is behind a proxy (mon ip is private), I ve got the following
message :
[04/Feb/2003:13:06:00] Using xaudiocast directory server
[yp.icecast.org:80/cgi-bin/touch]Icecast Version 1.3.12 Initializing...
Icecast comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of Icecast under the terms of the
GNU General Public License.
For more information about these matters, see the file named COPYING.
Starting thread engine...
[04/Feb/2003:13:06:00] Icecast Version 1.3.12 Starting..
[04/Feb/2003:13:06:00] Starting Admin Console Thread...
-> [04/Feb/2003:13:06:00] Starting main connection handler...
-> -> [04/Feb/2003:13:06:00] Listening on port 8000...
-> [04/Feb/2003:13:06:00] Listening on port 8001...
-> [04/Feb/2003:13:06:00] Using 'soundct.dyndns.org' as servername...
-> [04/Feb/2003:13:06:00] Server limits: 10 clients, 10 clients per
source, 5 sources, 5 admins
-> [04/Feb/2003:13:06:00] Access to WWW Admin interface disabled
-> [04/Feb/2003:13:06:00] Starting Calender Thread...
-> [04/Feb/2003:13:06:00] Starting UDP handler thread...
-> [04/Feb/2003:13:06:00] Starting relay connector thread...
-> [04/Feb/2003:13:06:00] ERROR: Bind to udp interface failed, shutting
down udp traffic
-> [04/Feb/2003:13:06:01] directory_touch_xa([yp.icecast.org:80])
completed...server id = -1
do you have any idea ?
Thanks a lot.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From mrakotom at wanadoo.fr Thu Dec 5 16:28:31 2002
From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina)
Date: 05 Dec 2002 17:28:31 +0100
Subject: [icecast] --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Thu Dec 5 16:46:56 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Thu, 05 Dec 2002 17:46:56 +0100
Subject: [icecast] Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From service at RadioOnDemand.com Thu Dec 5 18:18:29 2002
From: service at RadioOnDemand.com (service)
Date: 05 Dec 2002 10:18:29 -0800
Subject: [icecast] reliable mp3 NON X player for streams
In-Reply-To: <3DEEDF60.5020406@gmx.de>
Message-ID: <1039112309.1364.7.camel@alpha.dka.net>
I was thinking on doing that but now I've found a very smart little
script that helps to control mpg123 remotely and it seems to be running
just fine. --> irmp3
mpg123 just needs lot of control to assure it plays and/or stops.
HERB
RadioOnDemand.com
On Wed, 2002-12-04 at 21:08, smoerk wrote:
> did you try alsaplayer?
>
> service wrote:
> > Hi there,
> >
> > I'm urgently searching for a bulletproof NON-X mp3 player for high bit
> > rates that can be remotely controlled - if possible. (Server-Client?!)
> >
> > Right now I'm using mpg123 and this program not always starts flawlessly
> > with streams.
> >
> > All ideas are appreciated.
>
>
>
>
> --- >8 ----
> List archives: http://www.xiph.org/archives/
> icecast project homepage: http://www.icecast.org/
> To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
> containing only the word 'unsubscribe' in the body. No subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From mrakotom at wanadoo.fr Thu Dec 5 19:05:50 2002
From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina)
Date: 05 Dec 2002 20:05:50 +0100
Subject: [icecast] Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From oddsock at oddsock.org Fri Dec 6 04:37:45 2002
From: oddsock at oddsock.org (oddsock)
Date: Thu, 05 Dec 2002 22:37:45 -0600
Subject: [icecast] >Moritz
>--- >8 ----
>List archives: http://www.xiph.org/archives/
>icecast project homepage: http://www.icecast.org/
>To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
>containing only the word 'unsubscribe' in the body. No subject is needed.
>Unsubscribe messages sent to the list will be ignored/filtered.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From anibal.coral at t-systems.com.br Fri Dec 6 18:55:39 2002
From: anibal.coral at t-systems.com.br (Anibal Ulisses Coral)
Date: Fri, 6 Dec 2002 16:55:39 -0200
Subject: [icecast] Are someone using icecast on AIX
Message-ID: <002c01c29d59$11be0070$b5baf835@dc.com.br>
Hello for all,
I'm looking for someone that are using icecast on AIX (my oslevel 4.3.3.0,
and gcc 2.95.3.0), or someone could help me.
I'm trying to compile icecast and get some error, see below...
Thank's
Anibal
-------------------
# ./configure
loading cache ./config.cache
Building icecast-1.3.12...
checking for a BSD compatible install... ./install-sh -c checking whether
build environment is sane... yes checking whether make sets ${MAKE}...
(cached) yes checking for working aclocal... found checking for working
autoconf... found checking for working automake... found checking for
working autoheader... found checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ranlib... (cached) ranlib checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes checking whether the C
compiler (gcc ) is a cross-compiler... no checking whether we are using GNU
C... (cached) yes checking whether gcc accepts -g... (cached) yes checking
for uname... (cached) uname checking for a BSD compatible install...
./install-sh -c checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... yes checking for POSIXized ISC... no checking for
minix/config.h... (cached) no checking your OS... AIX checking for socket...
(cached) yes checking for connect... (cached) yes checking for log...
(cached) no checking for log in -lm... (cached) yes checking for
gethostbyname... (cached) yes checking for nanosleep... (cached) yes
checking whether to use libwrap... no checking whether to use crypted
passwords... no checking for pthread functions in standard libraries... no
checking for pthread_create in -lpthread... (cached) yes checking for ANSI C
header files... (cached) yes checking for sys/wait.h that is POSIX.1
compatible... (cached) yes checking for dirent.h that defines DIR...
(cached) yes checking for opendir in -ldir... (cached) no checking for
fcntl.h... (cached) yes checking for sys/time.h... (cached) yes checking for
unistd.h... (cached) yes checking for sys/soundcard.h... (cached) no
checking for machine/soundcard.h... (cached) no checking for pthread.h...
(cached) no checking for assert.h... (cached) yes checking for
sys/resource.h... (cached) yes checking for math.h... (cached) yes checking
for signal.h... (cached) yes checking for sys/signal.h... (cached) yes
checking for mcheck.h... (cached) no checking for malloc.h... (cached) yes
checking for history.h... (cached) no checking for Python.h... (cached) no
checking for working const... (cached) yes checking for pid_t... (cached)
yes checking for size_t... (cached) yes checking return type of signal
handlers... (cached) void checking whether time.h and sys/time.h may both be
included... (cached) yes checking whether struct tm is in sys/time.h or
time.h... (cached) time.h checking return type of signal handlers...
(cached) void checking for unix98 socklen_t... yeah checking for strftime...
(cached) yes checking for vprintf... (cached) yes checking for
gettimeofday... (cached) yes checking for strstr... (cached) yes checking
for snprintf... (cached) yes checking for vsnprintf... (cached) yes checking
for rename... (cached) yes checking for setpgid... (cached) yes checking for
basename... (cached) yes checking for setsockopt... (cached) yes checking
for gethostbyname_r... (cached) yes checking for gethostbyaddr_r... (cached)
yes checking for getrlimit... (cached) yes checking for setrlimit...
(cached) yes checking for umask... (cached) yes checking for inet_addr...
(cached) yes checking for inet_aton... (cached) yes checking for
localtime_r... (cached) yes checking for select... (cached) yes checking for
pthread_attr_setstacksize... (cached) yes checking for inet_ntoa... (cached)
yes checking for mcheck... (cached) no checking for mallinfo... (cached) yes
checking for mtrace... (cached) no checking for sigaction... (cached) yes
checking for pthread_sigmask... (cached) yes checking for lseek... (cached)
yes checking if libm is bundled with some lib we're already linking... yes
creating ./config.status creating Makefile creating src/Makefile creating
src/authenticate/Makefile creating conf/Makefile creating templates/Makefile
creating conf/icecast.conf.dist creating doc/Makefile creating config.h
config.h is unchanged Ok, everything seems ok. Now do 'make'. You can then
run make install to install as you specified #
# make
make all-recursive
Making all in src
Making all in authenticate
Target "all" is up to date.
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c
client.c
In file included from client.c:79:
static.h:23: conflicting types for `send_file'
/usr/include/sys/socket.h:538: previous declaration of `send_file'
client.c: In function `client_wants_icy_headers':
client.c:498: warning: implicit declaration of function `strncasecmp'
client.c: At top level:
client.c:93: warning: `client_send_fake_file' declared `static' but never
defined
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
#
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From thomas at resonance.org Sun Dec 8 05:39:31 2002
From: thomas at resonance.org (Thomas Spellman)
Date: Sat, 7 Dec 2002 21:39:31 -0800
Subject: [icecast] Live file mixing and mic DJ'ing
In-Reply-To: <002c01c29d59$11be0070$b5baf835@dc.com.br>
Message-ID: <000401c29e7c$300c9720$0100a8c0@thosmos>
I'm planning to try to do a live internet radio broadcast using wav and
mp3 files as well as live DJ'ing with a mic. What is the best app for
doing this and sending the mix to icecast? I need to be able to decide
when the files play and be able to mix the live mic over the playing wav
and mp3 files.
Thanks and please forgive me if this is a common question.
Thomas
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From thai at goochi.net Sun Dec 8 13:12:42 2002
From: thai at goochi.net (Thai DANG)
Date: Sun, 08 Dec 2002 14:12:42 +0100
Subject: [icecast] Live file mixing and mic DJ'ing
In-Reply-To: <000401c29e7c$300c9720$0100a8c0@thosmos>
Message-ID: <3DF3454A.5070906@goochi.net>
I think MuSe can fit your needs.
Thomas Spellman wrote:
> I'm planning to try to do a live internet radio broadcast using wav and
> mp3 files as well as live DJ'ing with a mic. What is the best app for
> doing this and sending the mix to icecast? I need to be able to decide
> when the files play and be able to mix the live mic over the playing wav
> and mp3 files.
>
> Thanks and please forgive me if this is a common question.
>
> Thomas
>
> --- >8 ----
> List archives: http://www.xiph.org/archives/
> icecast project homepage: http://www.icecast.org/
> To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
> containing only the word 'unsubscribe' in the body. No subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.
>
--
Comme les maladies contagieuses, les ide'es neuves demandent
une certaine pe'riode d'incubation avant que elles soient reconnus.
Arthur Koestler, les somnambules
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From juanfer at juanfer.com.ar Sun Dec 8 18:52:50 2002
From: juanfer at juanfer.com.ar (Pardo Juan Fernando)
Date: Sun, 8 Dec 2002 15:52:50 -0300
Subject: [icecast] Liveice or Muse
In-Reply-To: <3DF3454A.5070906@goochi.net>
Message-ID: <200212081552.51568.juanfer@juanfer.com.ar>
Somebody can answer me wich stream is better...Liveice or Muse ?
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From thai at goochi.net Sun Dec 8 19:28:41 2002
From: thai at goochi.net (Thai DANG)
Date: Sun, 08 Dec 2002 20:28:41 +0100
Subject: [icecast] Liveice or Muse
In-Reply-To: <200212081552.51568.juanfer@juanfer.com.ar>
Message-ID: <3DF39D69.7060108@goochi.net>
Pardo Juan Fernando wrote:
> Somebody can answer me wich stream is better...Liveice or Muse ?
>
> --- >8 ----
> List archives: http://www.xiph.org/archives/
> icecast project homepage: http://www.icecast.org/
> To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
> containing only the word 'unsubscribe' in the body. No subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.
>
I tried MuSe, it works well but :
- the interface is a bit slow when it is streaming (especially for
adding songs dynamically)
- I didn't manage to use the command line feature (seg fault)
--
Le simple fait de pouvoir penser l'infini comme un tout indique
qu'il existe une facult? de l'esprit d?passant tout mesure des sens.
Kant
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From michael.renner at gmx.de Sun Dec 8 20:31:35 2002
From: michael.renner at gmx.de (Michael Renner)
Date: Sun, 8 Dec 2002 21:31:35 +0100
Subject: [icecast] how to start liveice with screen?
Message-ID: <200212082131.35306.michael.renner@gmx.de>
Moin,
I installed liceice as well as 'screen' at a debian maschine, both
applications are running fine. But when I try to start liveice in a 'screen'
environment then the liveice process ends without an error message:
$ /usr/bin/screen -dmS liveice /usr/bin/liveice
A prefixed 'strace -f' shows me:
[pid 5614] old_mmap(NULL, 167936, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40187000
[pid 5614] write(2, "LAME version 3.92 (http://www.m"..., 45) = 45
[pid 5614] write(2, "usage: /usr/bin/lame [options] <"..., 542) = 542
[pid 5614] _exit(1)
Why ist 'lame' started with wrong (in fact: with no) parameters? When liveice
is startet direct it runs and feeds my icecast server.
Does anybody start liveiceusing screen and can give me the command line?
Thanks
--
|Michael Renner E-mail: michael.renner at gmx.de |
|D-72072 Tuebingen Germany |
|Germany Don't drink as root! ESC:wq
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From winnett at ntl.sympatico.ca Tue Dec 10 01:45:35 2002
From: winnett at ntl.sympatico.ca (Stephen Winnett)
Date: Mon, 9 Dec 2002 20:45:35 -0500
Subject: [icecast] ices file name problem
Message-ID: Error opening /music/d/m4/ANNOINTED - UNDER THE INFLUENCE NA.mp3 :
Error opening: No such file or directory
This is what I get for output.
If I remove all the whitespaces it works just fine. This of course is
a workaround.
I would rather not have to rename the hundreds or files.
I am using the ices 0.2.3 on RH 8.0
Any help would be appreciated greatly.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From leo.currie at strath.ac.uk Tue Dec 10 08:46:42 2002
From: leo.currie at strath.ac.uk (Leo Currie)
Date: Tue, 10 Dec 2002 08:46:42 +0000
Subject: [icecast] ices file name problem
In-Reply-To: Stephen Winnett wrote:
>I have a collection fo mp3s that I wish to stream.
>They came from a windows environment and when ripped
>they used spaces in the files names.
>
>When I prepare a file list with the spaces on the linux box it works
>fine with
>mpg123 and muse buts spits out error messages from ices and continues
>to cycle
>through the playlist until I break out of ices.
>
>
>Error opening /music/d/m4/ANNOINTED - UNDER THE INFLUENCE NA.mp3 :
>Error opening: No such file or directory
>
>This is what I get for output.
>If I remove all the whitespaces it works just fine. This of course is
>a workaround.
>
>I would rather not have to rename the hundreds or files.
>
>I am using the ices 0.2.3 on RH 8.0
>
>Any help would be appreciated greatly.
>
>
>--- >8 ----
>List archives: http://www.xiph.org/archives/
>icecast project homepage: http://www.icecast.org/
>To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
>containing only the word 'unsubscribe' in the body. No subject is needed.
>Unsubscribe messages sent to the list will be ignored/filtered.
>
>
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From michael.renner at tuebingen.mpg.de Tue Dec 10 08:48:38 2002
From: michael.renner at tuebingen.mpg.de (Michael Renner)
Date: Tue, 10 Dec 2002 09:48:38 +0100
Subject: [icecast] ices file name problem
In-Reply-To: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From winnett at ntl.sympatico.ca Wed Dec 11 02:01:27 2002
From: winnett at ntl.sympatico.ca (Stephen Winnett)
Date: Tue, 10 Dec 2002 21:01:27 -0500
Subject: [icecast] ices file name problem
In-Reply-To: > -----Original Message-----
> From: owner-icecast at xiph.org
> [mailto:owner-icecast at xiph.org]On Behalf Of
> Stephen Winnett
> Sent: Tuesday, December 10, 2002 8:52 PM
> To: icecast at xiph.org
> Subject: RE: [icecast] ices file name problem
>
>
> > how have you made this playlist? I used a 'find' command
> > and redirect the
> > output into a file.
>
> I used ls *.mp3 >start.pls
> this works for mpg123 but not ices.
>
> I followed your advice and used quotes around the file
> names still no
> good.
>
> I tried the \ delimiting earlier and it did not work either.
>
> /music/d/m5/SONIC\ FLOOD\ -\ R\ \ I\ HAVE\ COME\ TO\ WORSHIP\ \ \ \
> JEFF\ SEARLES.mp3
>
> Any other suggestions. Or perhaps there is a bug in the
> default file
> handler of ices.
>
>
> --- >8 ----
> List archives: http://www.xiph.org/archives/
> icecast project homepage: http://www.icecast.org/
> To unsubscribe from this list, send a message to
> 'icecast-request at xiph.org'
> containing only the word 'unsubscribe' in the body. No
> subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.
>
>
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Wed Dec 11 13:48:15 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 11 Dec 2002 13:48:15 +0000
Subject: [icecast] ices file name problem
In-Reply-To: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From adon at YorkU.CA Wed Dec 11 19:50:00 2002
From: adon at YorkU.CA (Adon Irani)
Date: Wed, 11 Dec 2002 14:50:00 -0500 (EST)
Subject: [icecast] icecast2/ices2 , 7o minutes and crash
Message-ID: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Wed Dec 11 20:42:17 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 11 Dec 2002 20:42:17 +0000
Subject: [icecast] icecast2/ices2 , 7o minutes and crash
In-Reply-To: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From adon at YorkU.CA Wed Dec 11 21:04:35 2002
From: adon at YorkU.CA (Adon Irani)
Date: Wed, 11 Dec 2002 16:04:35 -0500 (EST)
Subject: [icecast] icecast2/ices2 , 7o minutes and crash
In-Reply-To: <1039639338.1678.21.camel@bogus.hackers.club>
Message-ID: thanks for the quick response ! i've got lots to keep me from pulling my
hair out (just yet .. er, again !:)
a:/,
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Thu Dec 12 00:57:58 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 12 Dec 2002 00:57:58 +0000
Subject: [icecast] icecast2/ices2 , 7o minutes and crash
In-Reply-To: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From adon at YorkU.CA Thu Dec 12 20:57:19 2002
From: adon at YorkU.CA (Adon Irani)
Date: Thu, 12 Dec 2002 15:57:19 -0500 (EST)
Subject: [icecast] icecast2/ices2 , 7o minutes and crash
In-Reply-To: <1039654682.1678.45.camel@bogus.hackers.club>
Message-ID: many thanks Karl .
a:/,
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Thu Dec 12 21:32:33 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 12 Dec 2002 21:32:33 +0000
Subject: [icecast] icecast2/ices2 , 7o minutes and crash
In-Reply-To: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From adon at YorkU.CA Thu Dec 12 21:38:49 2002
From: adon at YorkU.CA (Adon Irani)
Date: Thu, 12 Dec 2002 16:38:49 -0500 (EST)
Subject: [icecast] ogg and mp3
Message-ID: thanks ..
a:/,
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From list_usr at spacebox.net Thu Dec 12 22:39:52 2002
From: list_usr at spacebox.net (Duke)
Date: Thu, 12 Dec 2002 17:39:52 -0500
Subject: [icecast] ices can't logon to server
Message-ID: <200212121739.52171.list_usr@spacebox.net>
I'm certain I've got everything configured correctly, however, I keep getting
the following message when trying to run ices:
Error during send: Mount failed on http://24.85.153.176:8000/house, error:
Could not login on server. Server message:
There is no "server message" btw, that's the whole error right there.
In the console I'm running icecast2 from, I get the following:
connection added....
DEBUG: parsing failed
Both errors continue until I kill the ices process.
Any ideas?
btw - do I have to have a mountpoint? If I'm running only one server, can I
just leave the mountpoint blank?
Thanks!
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From msmith at labyrinth.net.au Thu Dec 12 23:34:49 2002
From: msmith at labyrinth.net.au (msmith at labyrinth.net.au)
Date: Thu, 12 Dec 2002 23:34:49 -0000
Subject: [icecast] ices can't logon to server
In-Reply-To: <200212121739.52171.list_usr@spacebox.net>
Message-ID: <200212122334.gBCNYn479528@minotaur.labyrinth.net.au>
Duke On December 12, 2002 18:34, msmith at labyrinth.net.au wrote:
> Duke >or , anyone have luck w/ streamTranscoder ? looks promising , but it
>won't connect to the output stream's server correctly .
I've had very good luck with streamTranscoder...and not just because I
wrote it....oh wait...maybe it IS because I wrote it....but seriously, what
the problem ?
feel free to send me info off list if you'd like...
oddsock at oddsock.org
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From list_usr at spacebox.net Fri Dec 13 07:55:32 2002
From: list_usr at spacebox.net (Duke)
Date: Fri, 13 Dec 2002 02:55:32 -0500
Subject: [icecast] ices can't logon to server
In-Reply-To: <200212130305.gBD358481426@minotaur.labyrinth.net.au>
Message-ID: <200212130255.32683.list_usr@spacebox.net>
Where can I get ice2? (Seems ices2 doesn't actually exist.) is it useable?
>Fromwhat I found on google, the cvs web listing says the code hasn't been
touched in 22 months, and that it's mostly incomplete.
Should I just use icescast and ices?
On December 12, 2002 22:05, msmith at labyrinth.net.au wrote:
> Duke --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From djdij at handbags.freeserve.co.uk Fri Dec 13 20:06:46 2002
From: djdij at handbags.freeserve.co.uk (Martin Blackwell)
Date: Fri, 13 Dec 2002 20:06:46 -0000
Subject: [icecast] ogg and mp3
In-Reply-To: <3DFA7523@webmail>
Message-ID: <003701c2a2e3$33e33780$18894c51@p1r8t3>
> And you might as well try to force their hands away from Micro$oft's
Windows
> Media Player, if that's what they're trying to use. =p
Ogg DS lets you play ogg vorbis streams in a "certain media player"
http://tobias.everwicked.com/oggds.htm
Although why you'd wanna do that i don't know, except when ur downloading
ogg vorbis files with kazaalite (and presumably) kazaa, you'll be able to
play them in the theatre. Besides, wmplayer doesnt have winamps cool AVS =D
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From matthijs at netintegrator.nl Fri Dec 13 15:18:44 2002
From: matthijs at netintegrator.nl (M.C. van Dorp)
Date: 13 Dec 2002 16:18:44 +0100
Subject: [icecast] Performance icecast
In-Reply-To: <1039788084.1108.3.camel@bogus.hackers.club>
Message-ID: <1039792723.24194.5.camel@rohan>
Hi
thanx for even reading this
I really like icecast and i use it very happily.
Now i'm planning to co-locate a server to play my music but i'm kinda
wondering what kind of specs(processor, memory etc) i need for let's say
3000 listeners(32kbit, stereo) at the same time.
I see the program is not that cpu intensive but can't figure it out
myself.
Thanx in advance
M.C. van dorp
--
M.C. van Dorp On Sun, Dec 08, 2002 at 08:28:41PM +0100, Thai DANG wrote:
> Pardo Juan Fernando wrote:
> >Somebody can answer me wich stream is better...Liveice or Muse ?
>
> I tried MuSe, it works well but :
> - the interface is a bit slow when it is streaming (especially for
> adding songs dynamically)
> - I didn't manage to use the command line feature (seg fault)
version 0.8 is on the run, i'm taking particular care to commandline and
oggvorbis streaming will be supported; GTK GUI is being revamped as
well.
there is allready something you can test in cvs on
savannah.gnu.org/projects/muse, but has still bugs in.
happy new year
- --
jaromil - http://korova.dyne.org - GnuPG key ID: 5B6E6D97
dyne.org resident hacker, hermetic codepoet and bitnik
[dyne:bolic] http://dynebolic.org | dyne.org productions
FARAH http://farah.dyne.org | fugbachgasse 12 / 18
FreeJ v0.4 http://freej.dyne.org | 1020 Vienna, AUSTRIA
TUBOCATODICO http://tubo.dyne.org | tel: +43 1 92 56 318
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE9+fgtWLCC1ltubZcRAmzKAKCP4EkAi6jGTjrk8i1mEmBeah48KgCgxh3W
bkr5G3hvlhqd1xa+ibEgI+Q=
=2/q2
-----END PGP SIGNATURE-----
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Fri Dec 13 23:31:56 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Sat, 14 Dec 2002 00:31:56 +0100
Subject: [icecast] Performance icecast
In-Reply-To: <1039792723.24194.5.camel@rohan>
Message-ID: <3DFA6DEC.B9C96F38@gmx.net>
"M.C. van Dorp" wrote:
> Now i'm planning to co-locate a server to play my music but i'm kinda
> wondering what kind of specs(processor, memory etc) i need for let's say
> 3000 listeners(32kbit, stereo) at the same time.
> I see the program is not that cpu intensive but can't figure it out
> myself.
If you're lucky and get 100MBit guaranteed, then you might actually be
able to serve that many listeners at 32kbps. In any case, I doubt this
will be very problematic for any fairly recent computer with a good PCI
network card. You're likely to run out of bandwidth prior to cpu cycles.
If you don't re-encode on the server itself, some K6-3/400 with 128MB
RAM or so might provide enough overhead.
Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From djsnm at djsnm.com Fri Dec 13 23:40:25 2002
From: djsnm at djsnm.com (Scott Manley)
Date: Fri, 13 Dec 2002 15:40:25 -0800
Subject: [icecast] Performance icecast
In-Reply-To: <1039792723.24194.5.camel@rohan>
Message-ID: <3DFA6FE9.80509@djsnm.com>
M.C. van Dorp wrote:
>Hi
>thanx for even reading this
>
>I really like icecast and i use it very happily.
>Now i'm planning to co-locate a server to play my music but i'm kinda
>wondering what kind of specs(processor, memory etc) i need for let's say
>3000 listeners(32kbit, stereo) at the same time.
>I see the program is not that cpu intensive but can't figure it out
>myself.
>
>Thanx in advance
>M.C. van dorp
>
>
>
you may have problems with OS limits when you get to that number of open
file descriptors, it may be in your best interest to use multiple
servers limited to <1000 users - just to stay inside library limits.
As for power - any decently specced PC should be able to manage this
load these days.
Scott
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From darkeye at tyrell.hu Sat Dec 14 02:05:47 2002
From: darkeye at tyrell.hu (Akos Maroy)
Date: Sat, 14 Dec 2002 03:05:47 +0100
Subject: [icecast] Liveice or Muse
In-Reply-To: <20021213150933.GA25918@dyne.org>
Message-ID: <3DFA91FB.6030907@tyrell.hu>
jaromil wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> On Sun, Dec 08, 2002 at 08:28:41PM +0100, Thai DANG wrote:
>
>>Pardo Juan Fernando wrote:
>>
>>>Somebody can answer me wich stream is better...Liveice or Muse ?
>>
>>I tried MuSe, it works well but :
>>- the interface is a bit slow when it is streaming (especially for
>>adding songs dynamically)
>>- I didn't manage to use the command line feature (seg fault)
>
>
> version 0.8 is on the run, i'm taking particular care to commandline and
> oggvorbis streaming will be supported; GTK GUI is being revamped as
> well.
you can also try darkice, which is a command line live encoder
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From msmith at labyrinth.net.au Sat Dec 14 02:44:53 2002
From: msmith at labyrinth.net.au (msmith at labyrinth.net.au)
Date: Sat, 14 Dec 2002 02:44:53 -0000
Subject: [icecast] Performance icecast
In-Reply-To: <1039792723.24194.5.camel@rohan>
Message-ID: <200212140244.gBE2ir429824@minotaur.labyrinth.net.au>
"M.C. van Dorp" --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From msmith at labyrinth.net.au Sat Dec 14 15:21:54 2002
From: msmith at labyrinth.net.au (msmith at labyrinth.net.au)
Date: Sat, 14 Dec 2002 15:21:54 -0000
Subject: [icecast] Performance icecast
In-Reply-To: <1039821370.6791.1.camel@rohan>
Message-ID: <200212141521.gBEFLs483724@minotaur.labyrinth.net.au>
"M.C. van Dorp" --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From msmith at labyrinth.net.au Sun Dec 15 01:32:27 2002
From: msmith at labyrinth.net.au (msmith at labyrinth.net.au)
Date: Sun, 15 Dec 2002 01:32:27 -0000
Subject: [icecast] ogg and mp3
In-Reply-To: <5.1.1.6.0.20021214130523.029020c8@oddsock.org>
Message-ID: <200212150132.gBF1WR479732@minotaur.labyrinth.net.au>
> unfortunately, vorbis input is still eluding me. it's working to a degree,
> but falls apart any time a new ogg stream is started (this is done at song
> changes)...I've based the logic off the decoder example, however, the
> decoder example reads from files, and I am reading via libcurl and using a
> circular buffer, and so I did my best to covert the logic, but still have
> not done so successfully. I'd LOVE to see a simpler interface to vorbis
> decoding, something that takes in vorbis data and spits out PCM data would
> be most excellent, and takes care of dealing with new ogg streams and
> possibly with callbacks for any new vorbis comments inserted into the stream...
>
Err.. libvorbisfile. That's a _very_ simple interface, and it's been there
since well before beta1. You don't have callbacks on new streams, but you do
get notified of them so you can take whatever action you need from your main
read loop. There are callbacks for providing data (so you can pull data off
the network instead of reading from files).
Michael
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From list_usr at spacebox.net Sun Dec 15 01:54:15 2002
From: list_usr at spacebox.net (Duke)
Date: Sat, 14 Dec 2002 20:54:15 -0500
Subject: [icecast] reencoding at different bit rates
Message-ID: <200212142054.15783.list_usr@spacebox.net>
I'm trying to setup a couple streams, each at a different bit rate. I was
going for 128 and 64 kbit streams, but for some reason, when I tried 64, the
stream wasn't reencoded at that bit rate - it was just left to whatever bit
rate the mp3 was. So I tried a few others, and found that 112, 96, and 56
all worked.
Is there any reason for this? Is it possibly a bug?
I'm using icecast 1.3.12, and ices 0.2.3.
Thanks.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From oddsock at oddsock.org Sun Dec 15 03:47:15 2002
From: oddsock at oddsock.org (oddsock)
Date: Sat, 14 Dec 2002 21:47:15 -0600
Subject: [icecast] ogg and mp3
In-Reply-To: <200212150132.gBF1WR479732@minotaur.labyrinth.net.au>
Message-ID: <5.1.1.6.0.20021214214531.03434830@oddsock.org>
At 01:32 AM 12/15/2002 +0000, you wrote:
> > unfortunately, vorbis input is still eluding me. it's working to a
> degree,
> > but falls apart any time a new ogg stream is started (this is done at song
> > changes)...I've based the logic off the decoder example, however, the
> > decoder example reads from files, and I am reading via libcurl and using a
> > circular buffer, and so I did my best to covert the logic, but still have
> > not done so successfully. I'd LOVE to see a simpler interface to vorbis
> > decoding, something that takes in vorbis data and spits out PCM data would
> > be most excellent, and takes care of dealing with new ogg streams and
> > possibly with callbacks for any new vorbis comments inserted into the
> stream...
> >
>
>Err.. libvorbisfile. That's a _very_ simple interface, and it's been there
>since well before beta1. You don't have callbacks on new streams, but you do
>get notified of them so you can take whatever action you need from your main
>read loop. There are callbacks for providing data (so you can pull data off
>the network instead of reading from files).
>
>Michael
ah...right...guess I must have missed that part about the callbacks for
providing data when looking at that lib....ah well...can't see the forest
thru the trees I guess....
thanks Mike for the pointer..
oddsock
>--- >8 ----
>List archives: http://www.xiph.org/archives/
>icecast project homepage: http://www.icecast.org/
>To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
>containing only the word 'unsubscribe' in the body. No subject is needed.
>Unsubscribe messages sent to the list will be ignored/filtered.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From boink at tetter.xs4all.nl Sun Dec 15 16:12:32 2002
From: boink at tetter.xs4all.nl (boink)
Date: Sun, 15 Dec 2002 17:12:32 +0100
Subject: [icecast] ices2/icecast2 on a pen 100
Message-ID: <20021215171231.A16606@tetter.xs4all.nl>
hello,
I got icecast2 and ices2 going on an old Pen 100 box. It's streaming a
lecture given by Richard Stallman at the University of Aberystwyth in
June 2002.
The files are found on http://www.6809.org.uk/audio/
I had put the sample rate down to 24000, as the Pen 100 seem not to be
able to handle anything about that. According ps aux, ices is taking 91
percent cpu. The box is working just fine otherwise.
The url for listening is:
http://tetter.xs4all.nl:8000/rms-aber.ogg
What is recommened for ogg streams at higher sample rates? Pen 200?
b.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From mrakotom at wanadoo.fr Sun Dec 15 19:10:43 2002
From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina)
Date: 15 Dec 2002 20:10:43 +0100
Subject: [icecast] Icecast2/Ices2 for Linux
Message-ID: <1039979458.349.23.camel@rktmb>
Hi all i'm still running Icecast1.3.12/IceS0.2.3 on my linux box .
I would like to upgrade .
www.oddstock.org just give win32 realeses of icecast2 . where could i
find icecast2/ices2 for linux please ?
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From rado at linuxmg.org Sun Dec 15 22:32:39 2002
From: rado at linuxmg.org (Rado Ramarotafika)
Date: Sun, 15 Dec 2002 23:32:39 +0100
Subject: [icecast] Icecast2/Ices2 for Linux
In-Reply-To: <1039979458.349.23.camel@rktmb>
Message-ID: <200212152332.54187.rado@linuxmg.org>
Le Dimanche 15 D?cembre 2002 20:10, Rakotomandimby Mihamina a ?crit :
> Hi all i'm still running Icecast1.3.12/IceS0.2.3 on my linux box .
> I would like to upgrade .
> www.oddstock.org just give win32 realeses of icecast2 . where could i
> find icecast2/ices2 for linux please ?
> From cvs
Instructions are available at http://www.xiph.org/cvs.html
I have icecast2/ices2 runnig at http://gazetyety.org:8000/linuxmg.ogg
--
Logiciel Libre: La libert? n'a pas de prix
rado at linuxmg.org
http://linuxmg.org
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From michael.renner at tuebingen.mpg.de Mon Dec 16 14:50:46 2002
From: michael.renner at tuebingen.mpg.de (Michael Renner)
Date: Mon, 16 Dec 2002 15:50:46 +0100
Subject: [icecast] how to start liveice with screen?
Message-ID: <200212161550.46800.michael.renner@tuebingen.mpg.de>
Moin,
I installed liveice as well as 'screen' at a debian maschine, both
applications are running fine. But when I try to start liveice in a 'screen'
environment then the liveice process ends without an error message:
$ /usr/bin/screen -dmS liveice /usr/bin/liveice
A prefixed 'strace -f' shows me:
[pid 5614] old_mmap(NULL, 167936, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40187000
[pid 5614] write(2, "LAME version 3.92 (http://www.m"..., 45) = 45
[pid 5614] write(2, "usage: /usr/bin/lame [options] <"..., 542) = 542
[pid 5614] _exit(1)
Why is 'lame' started with wrong (in fact: with no) parameters? When liveice
is startet direct it runs and feeds my icecast server.
Does anybody start liveiceusing screen and can give me the command line?
Thanks
--
+---------------------------------------------------------+
|Michael Renner | |
|MPI fuer biologische Kybernetik |Phone: +49-7071-601-638|
|Spemannstr.38, D-72076 Tuebingen |FAX: +49-7071-601-616|
|michael.renner at tuebingen.mpg.de | |
+----------------------------------------------------ESC:wq
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gshang at uq.net.au Mon Dec 16 15:50:10 2002
From: gshang at uq.net.au (Geoff Shang)
Date: Tue, 17 Dec 2002 01:50:10 +1000 (EST)
Subject: [icecast] ices2/icecast2 on a pen 100
In-Reply-To: <20021215171231.A16606@tetter.xs4all.nl>
Message-ID: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From vmortellaro at hotmail.com Tue Dec 17 04:51:18 2002
From: vmortellaro at hotmail.com (Vince Mortellaro)
Date: Mon, 16 Dec 2002 23:51:18 -0500
Subject: [icecast] N00b: Dazed and Confuzed.
Message-ID: _________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From ajb at jireh.co.uk Tue Dec 17 09:33:55 2002
From: ajb at jireh.co.uk (ajb)
Date: Tue, 17 Dec 2002 09:33:55 -0000
Subject: [icecast] Can anyone help setting up ??
In-Reply-To: All the Best
Andrew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From lukas.oesterreicher at inode.at Tue Dec 17 10:29:03 2002
From: lukas.oesterreicher at inode.at (Lukas Österreicher)
Date: Tue, 17 Dec 2002 11:29:03 +0100
Subject: [icecast] Can anyone help setting up ??
In-Reply-To: <[icecast] Can anyone help setting up ??>
Message-ID: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Tue Dec 17 11:04:05 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Tue, 17 Dec 2002 12:04:05 +0100
Subject: [icecast] Can anyone help setting up ??
In-Reply-To: Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From peter.steen at ing-steen.se Tue Dec 17 11:18:01 2002
From: peter.steen at ing-steen.se (Peter Steen)
Date: Tue, 17 Dec 2002 12:18:01 +0100
Subject: SV: [icecast] Can anyone help setting up ??
In-Reply-To: Hi,
what I am trying to do is set-up a server that will live broadcast - what I
need is some help setting up the server etc and am
willing to pay
Can anyone help on this please
All the Best
Andrew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From styx31 at free.fr Tue Dec 17 21:34:20 2002
From: styx31 at free.fr (Styx31)
Date: Tue, 17 Dec 2002 22:34:20 +0100
Subject: [icecast] Hi there. having a problem and asking for your help.
Message-ID: <002501c2a614$129c38e0$2701a8c0@coldwire.local>
First, I would like to precise you that I'm a poor french, and that I'm
not lucky with english...
So, my question is about IceCast (naturally) and moreover about
southcasting and master/slave configuration.
In fact, I'm totally new in configuration of IceCast, and the problem is
:
- Next Sunday, we have a big national war against 2 clans on Tribes2
game
- For this occasion, we'll need to shoutcast spectators commentaries.
- We have a friend who've got a server under linux with icecast
installed (I could give you more information if you want). The bandwidth
is correct (about 4Mb), si we can hope connection will not be a problem.
- We (a friend and me) are the two commentators (excuse me for my sad
english, really), and we "simply" want :
- To stay at home (in fact, we don't have any physical access to
the computer hosting icecast)
- To connect to the icecast server
- And diffuse our voice on the southcast.
The idea (for me) is to configure icecast as slave, and so it can
connect itself to a server who will send him our voice (by using a
classical winamp+shoutcast method perhaps ?). So, icecast will just
broadcast what it receives.
I really dunno if you could help us, but if I've made a great mistake by
asking you, you could perhaps redirect me to the right persons...
PS : We have time, and we can upgrade/install differents softwares...
If you have questions, I'll try for sure to anwser them.
Thank you.
Thomas
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From djdij at handbags.freeserve.co.uk Tue Dec 17 22:24:19 2002
From: djdij at handbags.freeserve.co.uk (Martin Blackwell)
Date: Tue, 17 Dec 2002 22:24:19 -0000
Subject: [icecast] someone asking about hiding the mountpoint
Message-ID: <003201c2a61b$0d2d5e00$c2834c51@p1r8t3>
Just on Oddsocks' Forum, and caught this post:
http://www.oddsock.org/OpenBB/read.php?TID=922
first line quote:
I'd like to make sure that the only program knowing the mount-point name as declared in the oddcastV2 plugin is the recipient client to the streaming icecast server.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From lukas.oesterreicher at inode.at Wed Dec 18 07:18:37 2002
From: lukas.oesterreicher at inode.at (Lukas Österreicher)
Date: Wed, 18 Dec 2002 08:18:37 +0100
Subject: [icecast] icecast with WinAmp as the streamer
In-Reply-To: <[icecast] icecast with WinAmp as the streamer>
Message-ID: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From mascdman at shaw.ca Thu Dec 19 08:16:57 2002
From: mascdman at shaw.ca (Alan Silvester)
Date: Thu, 19 Dec 2002 00:16:57 -0800
Subject: [icecast] Placing Icecast in a chroot jail
Message-ID: <1040285817.5411.83.camel@omega.local>
Hi,
(Sorry for the long email)
As a bit of a learning exercise, I'm trying to place the icecast daemon
in a chroot jail. I've been mostly sucessful: I can get icecast to
serve the default stream from its jail, however I can't get multiple
streams to work.
I think the problem is that icecast can't resolve addresses in the jail,
however I do have an etc/hosts file and resolv.conf inside the jail.
When I start icecast outside of the jail the following is dumped to the
log file:
----------
[18/Dec/2002:23:37:18] [0:Main Thread] Icecast Version 1.3.12 Starting..
[18/Dec/2002:23:37:18] [0:Main Thread] Trying to fork
[18/Dec/2002:23:37:18] [0:Main Thread] Detached (pid: 10749)
[18/Dec/2002:23:37:18] [0:Main Thread] Starting main connection
handler...
[18/Dec/2002:23:37:18] [0:Main Thread] Listening on host 192.168.1.40...
[18/Dec/2002:23:37:18] [0:Main Thread] Listening on port 8000...
[18/Dec/2002:23:37:18] [0:Main Thread] Using 'phi.local' as
servername...
[18/Dec/2002:23:37:18] [0:Main Thread] Server limits: 900 clients, 900
clients per source, 10 sources, 5 admins
[18/Dec/2002:23:37:18] [0:Main Thread] WWW Admin interface accessible at
http://phi.local:8000/admin
----------
Inside the jail, I get this:
----------
[18/Dec/2002:23:50:41] [0:Main Thread] Icecast Version 1.3.12 Starting..
[18/Dec/2002:23:50:41] [0:Main Thread] Trying to fork
[18/Dec/2002:23:50:41] [0:Main Thread] Starting main connection
handler...
[18/Dec/2002:23:50:41] [0:Main Thread] WARNING: Resolving the server
name [phi.local] does not work!
[18/Dec/2002:23:50:41] [0:Main Thread] Listening on host 192.168.1.40...
[18/Dec/2002:23:50:41] [0:Main Thread] Listening on port 8000...
[18/Dec/2002:23:50:41] [0:Main Thread] Using 'phi.local' as
servername...
[18/Dec/2002:23:50:41] [0:Main Thread] Server limits: 900 clients, 900
clients per source, 10 sources, 5 admins
[18/Dec/2002:23:50:41] [0:Main Thread] WWW Admin interface accessible at
http://phi.local:8000/admin
----------
etc/hosts
----------
127.0.0.1 localhost.local local
192.168.1.40 phi.local phi
----------
etc/resolv.conf
----------
nameserver 192.168.1.254
search local
----------
icecast.conf
----------
location Canada
rp_email icecast at phi.local
server_url http://phi.local/
max_clients 900
max_clients_per_source 900
max_sources 10
max_admins 5
throttle 10.0
use_meta_data 0
streamurllock 0
streamtitletemplate %s
streamurl http://phi.local/
nametemplate %s
desctemplate %s
mount_fallback 0
encoder_password xxx
admin_password xxx
oper_password xxx
touch_freq 5
hostname 192.168.1.40
port 8000
server_name phi.local
force_servername 0
logfile icecast.log
accessfile access.log
usagefile usage.log
logfiledebuglevel 0
consoledebuglevel 0
reverse_lookups 1
console_mode 3
client_timeout 30
kick_clients 0
taticdir /usr/share/icecast/static
templatedir /usr/share/icecast/templates
logdir /var/log/icecast
stats_log stats.log
statshtml_log stats.html
stats_time 10
alias radiofri http://195.7.65.207:6903
kick_relays 10
transparent_proxy 0
acl_policy 0
allow all 127.0.0.1
allow all 192.168.1.*
----------
Is there some file I'm missing that icecast needs? Is there something
wrong with my configuration? Any help would be appreciated.
Thanks,
Alan Silvester
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From msmith at labyrinth.net.au Thu Dec 19 09:30:22 2002
From: msmith at labyrinth.net.au (msmith at labyrinth.net.au)
Date: Thu, 19 Dec 2002 09:30:22 -0000
Subject: [icecast] Placing Icecast in a chroot jail
In-Reply-To: <1040285817.5411.83.camel@omega.local>
Message-ID: <200212190930.gBJ9UM404318@minotaur.labyrinth.net.au>
Alan Silvester --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Thu Dec 19 20:07:03 2002
From: drewlane at qwest.net (Drew Lane)
Date: Thu, 19 Dec 2002 13:07:03 -0700
Subject: [icecast] Liveice on Linux PPC || use ices
In-Reply-To: <20021219190945.A19172@tetter.xs4all.nl>
Message-ID: <3E0226E7.1080603@qwest.net>
Will ices allow me to do live broadcasts?
Drew
boink wrote:
>don't use liveice -- hopefully you don't have to use it.
>
>use ices, it works very stable.
>
>m.
>
>On Thu, Dec 19, 2002 at 10:05:09AM -0700, Drew Lane wrote:
>
>
>>Can anyone help me to get LiveIce working with Yellow Dog Linux (PPC)?
>>
>>I've got Icecast working fine, but if I try to use Liveice I just get
>>static. I've looked through the archive and found some reference
>>to big/little endian problems, but none of the solutions work.
>>
>>Thanks!
>>
>>Drew
>>
>>
>>
>>--- >8 ----
>>List archives: http://www.xiph.org/archives/
>>icecast project homepage: http://www.icecast.org/
>>To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
>>containing only the word 'unsubscribe' in the body. No subject is needed.
>>Unsubscribe messages sent to the list will be ignored/filtered.
>>
>>
>
>
>
>
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Thu Dec 19 21:52:50 2002
From: drewlane at qwest.net (Drew Lane)
Date: Thu, 19 Dec 2002 14:52:50 -0700
Subject: [icecast] Liveice on Linux PPC || use ices => use darkice
In-Reply-To: <20021219222853.A20035@tetter.xs4all.nl>
Message-ID: <3E023FB2.3090508@qwest.net>
I need a live streamer that will work on Linux PPC (Yellow Dog Linux).
I can't get darkice to compile (error in 'MultiThreadedConnector.cpp')
and there is no darkice RPM for PPC.
Drew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From ajb at jireh.co.uk Thu Dec 19 21:56:04 2002
From: ajb at jireh.co.uk (ajb)
Date: Thu, 19 Dec 2002 21:56:04 -0000
Subject: [icecast] iicecast or shoutcast
In-Reply-To: <3E0226E7.1080603@qwest.net>
Message-ID: Thanks
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Thu Dec 19 22:02:58 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 19 Dec 2002 22:02:58 +0000
Subject: [icecast] Liveice on Linux PPC || use ices => use darkice
In-Reply-To: <3E023FB2.3090508@qwest.net>
Message-ID: <1040335378.1101.29.camel@bogus.hackers.club>
On Thu, 2002-12-19 at 21:52, Drew Lane wrote:
> I need a live streamer that will work on Linux PPC (Yellow Dog Linux).
>
> I can't get darkice to compile (error in 'MultiThreadedConnector.cpp')
> and there is no darkice RPM for PPC.
Well try ices, I'm guessing the OSS input will read from the sound card
on PPC but check and let us know so we can fix it if not.
Check the CVS page on www.xiph.org and get hold of libshout and ices.
karl.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From mascdman at shaw.ca Thu Dec 19 21:52:26 2002
From: mascdman at shaw.ca (Alan Silvester)
Date: Thu, 19 Dec 2002 13:52:26 -0800
Subject: [icecast] Placing Icecast in a chroot jail
In-Reply-To: <1040304563.1614.4.camel@localhost.localdomain>
Message-ID: <3E023F9A.4020605@shaw.ca>
Bryan Jay Miller wrote:
>On Thu, 2002-12-19 at 06:09, Alan Silvester wrote:
>
>
>
>>As a bit of a learning exercise, I'm trying to place the icecast daemon
>>in a chroot jail. I've been mostly sucessful: I can get icecast to
>>serve the default stream from its jail, however I can't get multiple
>>streams to work.
>>
>>
>
>Alan, I was looking into this a few months ago and found a good article
>on chroot() jailing and it detailed how to chroot() icecast 1.3.x.
>
>http://rr.sans.org/linux/daemons.php
>
>But Icecast2's facilities for chroot()ing and changing user IDs after
>startup are definitely superior.
>
>-bryan miller
>
>--- >8 ----
>List archives: http://www.xiph.org/archives/
>icecast project homepage: http://www.icecast.org/
>To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
>containing only the word 'unsubscribe' in the body. No subject is needed.
>Unsubscribe messages sent to the list will be ignored/filtered.
>
>
>
Thanks for the link, Bryan. I'm not too sure what I did (other than
rebooting) but the multiple streams now seem to work... weird. Oh well,
thanks again everyone :)
Alan Silvester
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Thu Dec 19 22:37:40 2002
From: drewlane at qwest.net (Drew Lane)
Date: Thu, 19 Dec 2002 15:37:40 -0700
Subject: [icecast] Liveice on Linux PPC || use ices => use darkice
In-Reply-To: <1040335378.1101.29.camel@bogus.hackers.club>
Message-ID: <3E024A34.9020502@qwest.net>
>
>
>Well try ices, I'm guessing the OSS input will read from the sound card
>on PPC but check and let us know so we can fix it if not.
>
>
I downloaded the source for ices.
When I run ./configure, it it says LAME is not added, so that can't be good.
I tried adding the path to lame with '--with-lame[/usr/bin/lame]'
but that didn't work either.
I'm not really sure how to configure OSS with ices, either.
Can you explain?
Drew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Thu Dec 19 23:17:07 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 19 Dec 2002 23:17:07 +0000
Subject: [icecast] Liveice on Linux PPC || use ices => use darkice
In-Reply-To: <3E024A34.9020502@qwest.net>
Message-ID: <1040339829.1100.104.camel@bogus.hackers.club>
On Thu, 2002-12-19 at 22:37, Drew Lane wrote:
> I downloaded the source for ices.
>
> When I run ./configure, it it says LAME is not added, so that can't be good.
>
> I tried adding the path to lame with '--with-lame[/usr/bin/lame]'
> but that didn't work either.
>
> I'm not really sure how to configure OSS with ices, either.
>
> Can you explain?
I'm guessing you downloaded the old ices 0.2.3 release not the one from
CVS on xiph.org. Check the CVS instructions on the web site. There is
no reference to lame in the configure script.
Then look at the conf/ices-live.xml file
karl.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Fri Dec 20 00:38:44 2002
From: drewlane at qwest.net (Drew Lane)
Date: Thu, 19 Dec 2002 17:38:44 -0700
Subject: [icecast] Liveice on Linux PPC
In-Reply-To: <1040339829.1100.104.camel@bogus.hackers.club>
Message-ID: <3E026694.5000903@qwest.net>
>
>
>I'm guessing you downloaded the old ices 0.2.3 release not the one from
>CVS on xiph.org. Check the CVS instructions on the web site. There is
>no reference to lame in the configure script.
>
>
Ok, I just downloaded the tar balls from CVS.
I guess I'm gonna need some help getting this compiled.
The readme says to run ./configure, which doesn't exist.
So, I try to run ./configure.in but this gives syntax errors:
unexpected token 'AC_INIT(src/ices.c)
I get similar syntax errors when I try to run ./configure in libshout:
unexpected token 'AC_INIT(src/shout.c)
>Then look at the conf/ices-live.xml file
>
>
>
I have this file now, but I gotta get the thing compiled before I
can even try to play with this.
Drew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From darkeye at tyrell.hu Fri Dec 20 10:40:47 2002
From: darkeye at tyrell.hu (Akos Maroy)
Date: Fri, 20 Dec 2002 11:40:47 +0100
Subject: [icecast] Liveice on Linux PPC || use ices => use darkice
In-Reply-To: <3E023FB2.3090508@qwest.net>
Message-ID: <3E02F3AF.7010108@tyrell.hu>
Drew Lane wrote:
> I need a live streamer that will work on Linux PPC (Yellow Dog Linux).
>
> I can't get darkice to compile (error in 'MultiThreadedConnector.cpp')
> and there is no darkice RPM for PPC.
Please use the CVS version of darkice, which includes a fix for the
problem you mentioned.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From mrakotom at wanadoo.fr Fri Dec 20 12:45:56 2002
From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina)
Date: 20 Dec 2002 13:45:56 +0100
Subject: [icecast] iicecast or shoutcast
In-Reply-To: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From mrakotom at wanadoo.fr Fri Dec 20 12:56:44 2002
From: mrakotom at wanadoo.fr (Rakotomandimby Mihamina)
Date: 20 Dec 2002 13:56:44 +0100
Subject: [icecast] streaming both mp3 and ogg
Message-ID: <1040389012.368.87.camel@mihamina>
hi all I use ices0.2.3/icecast1.3.12 on a linux box.
I stream mp3 .
I would like to make my listeners to discover ogg .
My tracks are all in mp3 format.
i reencode from 128/96 kbs and 44100Hz => 16kbs and 11kHz ( mp3 )
Is it possible , ( if yes tell me how ) to feed icecast with both mp3
and ogg stream , at different mount points .
how to configure ices to play ogg ? i know i'll have to run 2 different
ices so how to manage ? by indicating in the command line the conf_file
to read for each launched ices ?
As well as my tracks are mp3 , is it necesary to have the same track
both in mp3 AND ogg ???? or is it possible to encode to ogg on the fly
and feed icecast ?
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Fri Dec 20 13:51:26 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 20 Dec 2002 13:51:26 +0000
Subject: [icecast] Liveice on Linux PPC
In-Reply-To: <3E026694.5000903@qwest.net>
Message-ID: <1040392291.1073.3.camel@bogus.hackers.club>
On Fri, 2002-12-20 at 00:38, Drew Lane wrote:
> I guess I'm gonna need some help getting this compiled.
>
> The readme says to run ./configure, which doesn't exist.
This is part of the configure system, the configure file is generated
from other files.
> So, I try to run ./configure.in but this gives syntax errors:
> unexpected token 'AC_INIT(src/ices.c)
This is the template file used to generate the configure script, so the
process you need to do is
./autogen.sh
./configure
> I get similar syntax errors when I try to run ./configure in libshout:
> unexpected token 'AC_INIT(src/shout.c)
build libshout first, as ices uses libshout
karl.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Fri Dec 20 14:05:00 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 20 Dec 2002 14:05:00 +0000
Subject: [icecast] streaming both mp3 and ogg
In-Reply-To: <1040389012.368.87.camel@mihamina>
Message-ID: <1040393100.1073.17.camel@bogus.hackers.club>
On Fri, 2002-12-20 at 12:56, Rakotomandimby Mihamina wrote:
> hi all I use ices0.2.3/icecast1.3.12 on a linux box.
> I stream mp3 .
> I would like to make my listeners to discover ogg .
> My tracks are all in mp3 format.
> i reencode from 128/96 kbs and 44100Hz => 16kbs and 11kHz ( mp3 )
> Is it possible , ( if yes tell me how ) to feed icecast with both mp3
> and ogg stream , at different mount points .
I doubt icecast 1.3.12 will relay vorbis. icecast2 will do vorbis and
mp3 (IIRC).
> how to configure ices to play ogg ? i know i'll have to run 2 different
> ices so how to manage ? by indicating in the command line the conf_file
> to read for each launched ices ?
well ices2 doesn't do mp3 at the moment, but it's good enough to do
vorbis well, and using multiple settings. So you can run that along
side any other source for mp3.
> As well as my tracks are mp3 , is it necesary to have the same track
> both in mp3 AND ogg ???? or is it possible to encode to ogg on the fly
> and feed icecast ?
no it isn't, however there are a few issues to be careful of. You will
be transcoding from one lossy format to another so be wary of the
quality. The other is that because ices doesn't do mp3 currently you
need to have something external doing file selection and decoding then
feed the output (PCM) into the stdinpcm module. A shell script should
suffice here.
karl.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Fri Dec 20 14:21:05 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Fri, 20 Dec 2002 15:21:05 +0100
Subject: [icecast] iicecast or shoutcast
In-Reply-To: Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Fri Dec 20 14:36:28 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Fri, 20 Dec 2002 15:36:28 +0100
Subject: [icecast] streaming both mp3 and ogg
In-Reply-To: <1040389012.368.87.camel@mihamina>
Message-ID: <3E032AEC.DE1DBA74@gmx.net>
Rakotomandimby Mihamina wrote:
> hi all I use ices0.2.3/icecast1.3.12 on a linux box.
> I stream mp3 .
> I would like to make my listeners to discover ogg .
> My tracks are all in mp3 format.
> i reencode from 128/96 kbs and 44100Hz => 16kbs and 11kHz ( mp3 )
> Is it possible , ( if yes tell me how ) to feed icecast with both mp3
> and ogg stream , at different mount points .
You need to use Icecast2 for that. I forgot where Mike's distribution
tarballs et al for 2.0alpha are, but the CVS checkout procedure on
http://www.xiph.org/cvs.html isn't hard either. You'd want to checkout
the 'icecast' module. Don't use the icecast.org CVS repository, it's way
outdated.
> how to configure ices to play ogg ? i know i'll have to run 2 different
> ices so how to manage ? by indicating in the command line the conf_file
> to read for each launched ices ?
You need Ices2 for that. Same game like for Icecast2, except that the
modules you should check out and install are 'libshout' and 'ices' (in
that order), both from Xiph.org CVS. Like this:
$ cvs -d :pserver:anoncvs at xiph.org:/usr/local/cvsroot login
Logging in to :pserver:anoncvs at xiph.org:2401/usr/local/cvsroot
CVS password:
$ cvs -d :pserver:anoncvs at xiph.org:/usr/local/cvsroot co libshout ices
[...]
The password is "anoncvs", without the quotes. You can add "icecast"
(also w/o quotes) to the line with the 'co' to get everything with one
command - I just didn't put it in because of the 72 chars linewrapping
in the mail.
> As well as my tracks are mp3 , is it necesary to have the same track
> both in mp3 AND ogg ???? or is it possible to encode to ogg on the fly
> and feed icecast ?
The re-encoding stuff is possible, but note that this takes a lot of CPU
power. Your box might not be fast enough to do both at the same time.
You might have to do the encoding stuff on a separate, fast computer.
You don't have to mind Icecast2 itself, it takes only very little for
what it does.
Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Fri Dec 20 16:05:32 2002
From: drewlane at qwest.net (Drew Lane)
Date: Fri, 20 Dec 2002 09:05:32 -0700
Subject: [icecast] Liveice on Linux PPC || use ices => use darkice
In-Reply-To: <3E02F3AF.7010108@tyrell.hu>
Message-ID: <3E033FCC.8050204@qwest.net>
>
>
>>
>>
>> I can't get darkice to compile (error in 'MultiThreadedConnector.cpp')
>> and there is no darkice RPM for PPC.
>
>
> Please use the CVS version of darkice, which includes a fix for the
> problem you mentioned.
OK, I got the CVS version of darkice.
Now when I run 'make' I get the following error(s):
VorbisLibEncoder.cpp: In method 'bool VorbisLibEncoder::open()':
Plus about 10 more lines of errors.
I probably don't have a Vorbis Encoder installed, if that's what the
problem is
However, I wasn't really planning on using Vorbis right now; I just want
to do
a live MP3 stream.
Drew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gshang at uq.net.au Fri Dec 20 16:48:11 2002
From: gshang at uq.net.au (Geoff Shang)
Date: Sat, 21 Dec 2002 02:48:11 +1000 (EST)
Subject: [icecast] streaming both mp3 and ogg
In-Reply-To: <1040389012.368.87.camel@mihamina>
Message-ID:
--
Geoff Shang --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From darkeye at tyrell.hu Fri Dec 20 16:49:31 2002
From: darkeye at tyrell.hu (Akos Maroy)
Date: Fri, 20 Dec 2002 17:49:31 +0100
Subject: [icecast] Liveice on Linux PPC || use ices => use darkice
In-Reply-To: <3E033FCC.8050204@qwest.net>
Message-ID: <3E034A1B.4010508@tyrell.hu>
Drew Lane wrote:
> OK, I got the CVS version of darkice.
>
> Now when I run 'make' I get the following error(s):
>
> VorbisLibEncoder.cpp: In method 'bool VorbisLibEncoder::open()':
>
> Plus about 10 more lines of errors.
well, what do these lines say? :)
>
> I probably don't have a Vorbis Encoder installed, if that's what the
> problem is
> However, I wasn't really planning on using Vorbis right now; I just want
> to do
> a live MP3 stream.
you can configure it not to use vorbis libs. try
./configure --without-vorbis
make
make install
Akos
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Fri Dec 20 16:59:26 2002
From: drewlane at qwest.net (Drew Lane)
Date: Fri, 20 Dec 2002 09:59:26 -0700
Subject: [icecast] Liveice on Linux PPC
In-Reply-To: <1040392291.1073.3.camel@bogus.hackers.club>
Message-ID: <3E034C6E.8000807@qwest.net>
>
>
>build libshout first, as ices uses libshout
>
>karl.
>
>
OK, I built libshout from CVS and it seems to be installed OK under
/usr/local/lib
Now, with respect to ices, I've got as far as
./autogen.sh
./configure
BUT, when I run 'make' I get an error:
encode.c: In function 'encode_initialise':
encode.c:91 storage size of 'ai' isn't known
There are several other lines, which I can probably dump to a file, if
necessary.
Drew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Fri Dec 20 17:19:23 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 20 Dec 2002 17:19:23 +0000
Subject: [icecast] Liveice on Linux PPC
In-Reply-To: <3E034C6E.8000807@qwest.net>
Message-ID: <1040404763.1073.43.camel@bogus.hackers.club>
On Fri, 2002-12-20 at 16:59, Drew Lane wrote:
> Now, with respect to ices, I've got as far as
>
> ./autogen.sh
> ./configure
>
> BUT, when I run 'make' I get an error:
>
> encode.c: In function 'encode_initialise':
> encode.c:91 storage size of 'ai' isn't known
>
> There are several other lines, which I can probably dump to a file, if
> necessary.
That line relates to this
struct ovectl_ratemanage_arg ai;
which is defined in vorbis/vorbisenc.h. Is one of those other lines
stating that certain headers files could not be found? If so then make
sure that your system has the ogg and vorbis packages installed. You may
have to build libogg and libvorbis from source if you don't have the
binaries for PPC.
karl.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Fri Dec 20 17:50:56 2002
From: drewlane at qwest.net (Drew Lane)
Date: Fri, 20 Dec 2002 10:50:56 -0700
Subject: [icecast] Liveice on Linux PPC
In-Reply-To: <1040404763.1073.43.camel@bogus.hackers.club>
Message-ID: <3E035880.90206@qwest.net>
>
>
>>
>>
>
>That line relates to this
>struct ovectl_ratemanage_arg ai;
>
>which is defined in vorbis/vorbisenc.h. Is one of those other lines
>stating that certain headers files could not be found? If so then make
>sure that your system has the ogg and vorbis packages installed. You may
>have to build libogg and libvorbis from source if you don't have the
>binaries for PPC.
>
>
Turns out I do have vorbis installed.
I can use ogg123 and oggenc from the command line as well as lame and
mpg123, mpg321
The file you mentioned is located in /usr/include/vorbis/vorbisenc.h
The other lines indicate that 'OV_ECTL_RATEMANAGE_XXX' is undeclared.
Where XXX is GET, SET, AVG
How do I redirect the output from 'make' to a file so that I can post
the rest of the error?
Drew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Fri Dec 20 18:08:50 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 20 Dec 2002 18:08:50 +0000
Subject: [icecast] Liveice on Linux PPC
In-Reply-To: <3E035880.90206@qwest.net>
Message-ID: <1040407731.1074.47.camel@bogus.hackers.club>
On Fri, 2002-12-20 at 17:50, Drew Lane wrote:
> >That line relates to this
> >struct ovectl_ratemanage_arg ai;
> >
> >which is defined in vorbis/vorbisenc.h. Is one of those other lines
> >stating that certain headers files could not be found? If so then make
> >sure that your system has the ogg and vorbis packages installed. You may
> >have to build libogg and libvorbis from source if you don't have the
> >binaries for PPC.
> >
> >
> Turns out I do have vorbis installed.
>
> I can use ogg123 and oggenc from the command line as well as lame and
> mpg123, mpg321
>
> The file you mentioned is located in /usr/include/vorbis/vorbisenc.h
hmmm... looks in the right place.
> The other lines indicate that 'OV_ECTL_RATEMANAGE_XXX' is undeclared.
> Where XXX is GET, SET, AVG
>
> How do I redirect the output from 'make' to a file so that I can post
> the rest of the error?
eems odd..
with sh use
make 2>&1 1> output
or with csh
make >& output
karl
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From bryan.brown at kcsb.org Fri Dec 20 18:46:10 2002
From: bryan.brown at kcsb.org (Bryan D. Brown)
Date: Fri, 20 Dec 2002 10:46:10 -0800
Subject: [icecast] LiveIce/IceCast Error
In-Reply-To: <3E035880.90206@qwest.net>
Message-ID: [root at live liveice]# ./liveice
playlist
playlist
0
Initialising Soundcard
16Bit 22050Hz Stereo
opening connection to localhost 80
Attempting to Contact Server
connection successful: forking process
opening pipe!...
writing password
Setting up Interface
Soundcard Reopened For Encoding
Input Format: 16Bit 22050Hz Stereo
Output Format: 32000 Bps Mpeg Audio
IceCast Server: localhost:80
Mountpoint: live
Name: LiveMusic
Genre: experimental
Url: http://server.com:80
Description: Live and on the air
Press '+' to Finish
Lvl: L: 70 R: 61
1279:Error: sending data to remote server
Lvl: L: 68 R: 70
[root at live icecast-1.3.12]# icecast
Icecast Version 1.3.12 Initializing...
Icecast comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of Icecast under the terms of the
GNU General Public License.
For more information about these matters, see the file named COPYING.
Starting thread engine...
[20/Dec/2002:10:35:45] Icecast Version 1.3.12 Starting..
[20/Dec/2002:10:35:45] Starting Admin Console Thread...
-> [20/Dec/2002:10:35:45] Starting main connection handler...
-> [20/Dec/2002:10:35:45] Listening on port 80...
-> [20/Dec/2002:10:35:45] Using 'server.com' as servername...
-> [20/Dec/2002:10:35:45] Server limits: 900 clients, 900 clients per
source, 10 sources, 5 admins
-> [20/Dec/2002:10:35:45] WWW Admin interface accessible at
http://server.com:80/admin
-> [20/Dec/2002:10:35:45] Starting Calender Thread...
-> [20/Dec/2002:10:35:45] Starting UDP handler thread...
-> [20/Dec/2002:10:35:45] Starting relay connector thread...
-> -> [20/Dec/2002:10:35:45] [Bandwidth: 0.000000MB/s] [Sources: 0]
[Clients: 0] [Admins: 1] [Uptime: 0 seconds]
-> [20/Dec/2002:10:36:07] Kicking source 1 [127.0.0.1] [Access Denied
(tcp wrappers (source connection))] [encoder], connected for 1
seconds, 0 bytes transfered. -1 sources connected
-> [20/Dec/2002:10:36:07] Kicking all 0 clients for source 1
->
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From kerry.cox at ksl.com Fri Dec 20 19:29:04 2002
From: kerry.cox at ksl.com (Kerry Cox)
Date: 20 Dec 2002 12:29:04 -0700
Subject: [icecast] streaming both mp3 and ogg
In-Reply-To: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Fri Dec 20 20:02:03 2002
From: drewlane at qwest.net (Drew Lane)
Date: Fri, 20 Dec 2002 13:02:03 -0700
Subject: [icecast] Darkice on Linux PPC
In-Reply-To: <3E034A1B.4010508@tyrell.hu>
Message-ID: <3E03773B.8020402@qwest.net>
>
>
>>
>>
>> Plus about 10 more lines of errors.
>
>
> well, what do these lines say? :)
make all-recursive
make[1]: Entering directory `/usr/darkice/darkice'
Making all in src
make[2]: Entering directory `/usr/darkice/darkice/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pedantic -Wall -c VorbisLibEncoder.cpp
VorbisLibEncoder.cpp: In method `bool VorbisLibEncoder::open()':
VorbisLibEncoder.cpp:157: `vorbis_encode_setup_managed' undeclared (first use this function)
VorbisLibEncoder.cpp:157: (Each undeclared identifier is reported only once
VorbisLibEncoder.cpp:157: for each function it appears in.)
VorbisLibEncoder.cpp:158: `OV_ECTL_RATEMANAGE_SET' undeclared (first use this function)
VorbisLibEncoder.cpp:159: `vorbis_encode_setup_init' undeclared (first use this function)
VorbisLibEncoder.cpp:118: warning: `int ret' might be used uninitialized in this function
VorbisLibEncoder.cpp: In method `void VorbisLibEncoder::vorbisBlocksOut()':
VorbisLibEncoder.cpp:319: `vorbis_bitrate_addblock' undeclared (first use this function)
VorbisLibEncoder.cpp:321: `vorbis_bitrate_flushpacket' undeclared (first use this function)
make[2]: *** [VorbisLibEncoder.o] Error 1
make[2]: Leaving directory `/usr/darkice/darkice/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/darkice/darkice'
make: *** [all-recursive-am] Error 2
>
> you can configure it not to use vorbis libs. try
>
> ./configure --without-vorbis
> make
> make install
I do have vorbis installed, but I got the same result either way.
Drew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From adon at YorkU.CA Fri Dec 20 20:16:56 2002
From: adon at YorkU.CA (Adon Irani)
Date: Fri, 20 Dec 2002 15:16:56 -0500 (EST)
Subject: [icecast] Liveice on Linux PPC
In-Reply-To: <1040407731.1074.47.camel@bogus.hackers.club>
Message-ID: .. just caught this msg ,. i had the same problem . it has to do w/
OGGVORBiS . .
using debian , i THiNK i had to install the unstable package of OGG/VORBiS
libs . this made the difference . .
( and be sure the clear out the old libs correctly if you are not using a
package maintainer .)
a:/,
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Fri Dec 20 21:50:10 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 20 Dec 2002 21:50:10 +0000
Subject: [icecast] Ices on Linux PPC
In-Reply-To: <3E037502.6040200@qwest.net>
Message-ID: <1040421010.1474.78.camel@bogus.hackers.club>
On Fri, 2002-12-20 at 19:52, Drew Lane wrote:
...
> make[2]: Entering directory `/usr/ices/src'
> gcc -DPACKAGE=\"ices\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -I. -I. -Inet -Ithread -Iavl -Ilog -Itiming -DHAVE_OSS -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -I/include -I/include -I/include -c encode.c
> encode.c: In function `encode_initialise':
> encode.c:91: storage size of `ai' isn't known
> encode.c:92: `OV_ECTL_RATEMANAGE_GET' undeclared (first use in this function)
> encode.c:92: (Each undeclared identifier is reported only once
> encode.c:92: for each function it appears in.)
> encode.c:96: `OV_ECTL_RATEMANAGE_SET' undeclared (first use in this function)
> encode.c:101: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in this function)
All this should be in the vorbisenc.h file, can you check that file, do
things like
grep OV_ECTL_RATEMANAGE_GET /usr/include/vorbis/vorbisenc.h
it should show
#define OV_ECTL_RATEMANAGE_GET 0x10
if not, check the vorbis and ogg installations (best go for v1.0), if it
does, check that there is a #include --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Fri Dec 20 23:23:27 2002
From: drewlane at qwest.net (Drew Lane)
Date: Fri, 20 Dec 2002 16:23:27 -0700
Subject: [icecast] Ices on Linux PPC
In-Reply-To: <1040421010.1474.78.camel@bogus.hackers.club>
Message-ID: <3E03A66F.3000103@qwest.net>
>
>
>if not, check the vorbis and ogg installations (best go for v1.0), if it
>does, check that there is a #include --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Fri Dec 20 23:49:13 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 20 Dec 2002 23:49:13 +0000
Subject: [icecast] Ices on Linux PPC
In-Reply-To: <3E03A66F.3000103@qwest.net>
Message-ID: <1040428154.1189.9.camel@bogus.hackers.club>
On Fri, 2002-12-20 at 23:23, Drew Lane wrote:
> The file does not have them.
you probably have an old release, maybe we should put some checks in to
make sure.
> I need to upgrade? What's the quickest way to tell my version number, BTW?
>
> It would be nice if there was a README file that says this is what you need
> and this is how you do it. :^)
The build process is the same as all other GNU autoconf setups. But
there could be better docs for sure.
> I'll keep trying. Hopefully this will help someone else using a PPC
> someday...
It's not a platform that has been hit hard wrt ogg vorbis, so its not
surprising. If there isn't any updated packages from the distribution
(v1.0 was release July) then download the source from
http://www.vorbis.com/download.psp
karl.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From darkeye at tyrell.hu Sat Dec 21 00:20:31 2002
From: darkeye at tyrell.hu (Akos Maroy)
Date: Sat, 21 Dec 2002 01:20:31 +0100
Subject: [icecast] Darkice on Linux PPC
In-Reply-To: <3E03773B.8020402@qwest.net>
Message-ID: <3E03B3CF.70200@tyrell.hu>
Drew Lane wrote:
> make all-recursive
> make[1]: Entering directory `/usr/darkice/darkice'
> Making all in src
> make[2]: Entering directory `/usr/darkice/darkice/src'
> c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pedantic -Wall -c
> VorbisLibEncoder.cpp
> VorbisLibEncoder.cpp: In method `bool VorbisLibEncoder::open()':
> VorbisLibEncoder.cpp:157: `vorbis_encode_setup_managed' undeclared
> (first use this function)
> VorbisLibEncoder.cpp:157: (Each undeclared identifier is reported only once
> VorbisLibEncoder.cpp:157: for each function it appears in.)
> VorbisLibEncoder.cpp:158: `OV_ECTL_RATEMANAGE_SET' undeclared (first use
> this function)
> VorbisLibEncoder.cpp:159: `vorbis_encode_setup_init' undeclared (first
> use this function)
> VorbisLibEncoder.cpp:118: warning: `int ret' might be used uninitialized
> in this function
> VorbisLibEncoder.cpp: In method `void VorbisLibEncoder::vorbisBlocksOut()':
> VorbisLibEncoder.cpp:319: `vorbis_bitrate_addblock' undeclared (first
> use this function)
> VorbisLibEncoder.cpp:321: `vorbis_bitrate_flushpacket' undeclared (first
> use this function)
> make[2]: *** [VorbisLibEncoder.o] Error 1
> make[2]: Leaving directory `/usr/darkice/darkice/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/darkice/darkice'
> make: *** [all-recursive-am] Error 2
obviously you have some wierd version of vorbis on your machine. what
version do you have? I persume it's not 1.0 final...
>> ./configure --without-vorbis
>> make
>> make install
>
>
> I do have vorbis installed, but I got the same result either way.
this sounds _very_ strange. what is the output of the above configure
command?
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From oddsock at oddsock.org Sat Dec 21 02:33:23 2002
From: oddsock at oddsock.org (oddsock)
Date: Fri, 20 Dec 2002 20:33:23 -0600
Subject: [icecast] ogg and mp3
In-Reply-To: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gshang at uq.net.au Sat Dec 21 06:29:09 2002
From: gshang at uq.net.au (Geoff Shang)
Date: Sat, 21 Dec 2002 16:29:09 +1000 (EST)
Subject: [icecast] streaming both mp3 and ogg
In-Reply-To: <1040412546.30130.254.camel@quasi.ksl.com>
Message-ID: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Sat Dec 21 14:22:17 2002
From: drewlane at qwest.net (Drew Lane)
Date: Sat, 21 Dec 2002 07:22:17 -0700
Subject: [icecast] Ices on Linux PPC
In-Reply-To: <1040428154.1189.9.camel@bogus.hackers.club>
Message-ID: <3E047919.4020009@qwest.net>
>
>
>you probably have an old release, maybe we should put some checks in to
>make sure.
>
It appears that I have version 1.0 rc2-1
I found the following RPM's with ogg or vorbis in the name:
libogg-devel-1.0rc2-1
libogg-1.0rc2-1
libvorbis-devel-1.0rc2-2
libvorbis-1.0rc2-2
vorbis-1.0rc2-1
I figured I better try to remove these before installing a new version
from source.
I was able to remove several with the 'rpm -e' command, but when I try
to remove
vorbis-1.0rc2-1 it says that other programs (grip, xmms, kde, etc.)
depend on this
and I'm a little concerned that these programs won't work if I force the
removal.
Any suggestions?
It would be sweet if there were updated RPM's for PPC somewhere...
Drew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Sat Dec 21 14:50:17 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 21 Dec 2002 14:50:17 +0000
Subject: [icecast] Ices on Linux PPC
In-Reply-To: <3E047919.4020009@qwest.net>
Message-ID: <1040482228.1074.14.camel@bogus.hackers.club>
On Sat, 2002-12-21 at 14:22, Drew Lane wrote:
> >
> >
> >you probably have an old release, maybe we should put some checks in to
> >make sure.
> >
> It appears that I have version 1.0 rc2-1
>
> I found the following RPM's with ogg or vorbis in the name:
>
> libogg-devel-1.0rc2-1
> libogg-1.0rc2-1
> libvorbis-devel-1.0rc2-2
> libvorbis-1.0rc2-2
> vorbis-1.0rc2-1
It looks to be the latest version from yellow dog. It looks like you'll
have to build it yourself. The process is pretty much the same
./autogen.sh
./configure.
make
> I figured I better try to remove these before installing a new version
> from source.
>
> I was able to remove several with the 'rpm -e' command, but when I try
> to remove
> vorbis-1.0rc2-1 it says that other programs (grip, xmms, kde, etc.)
> depend on this
> and I'm a little concerned that these programs won't work if I force the
> removal.
That can be bypassed with rpm --nodeps -e ... xmms and grip will try
to load the libs and if not available then that part will fail (just the
vorbis plugin for xmms, or oggenc for grip), but that only applies to
when the libs are not available. ie before the make install part.
The rpm dependency tree is another check for cross package checking,
separate from the shared library linker.
If you have trouble then you can always reinstall the older vorbis libs
back onto the system with rpm -i ....rpm
karl.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Sat Dec 21 15:49:59 2002
From: drewlane at qwest.net (Drew Lane)
Date: Sat, 21 Dec 2002 08:49:59 -0700
Subject: [icecast] Ices on Linux PPC
In-Reply-To: <1040482228.1074.14.camel@bogus.hackers.club>
Message-ID: <3E048DA7.6040609@qwest.net>
>
>
>It looks to be the latest version from yellow dog. It looks like you'll
>have to build it yourself. The process is pretty much the same
>./autogen.sh
>./configure.
>make
>
OK, I think I'm making some progress.
Got the ogg libraries compiled and installed
Got Ices compiled and installed (no more error - yay!)
Now, I'm trying to get Ices running in live mode, but I'm
having problem connecting to the Icecast server. I'm using
the command 'ices conf/ices-live.xml' and I put my server
info in the xml, but I'm not sure what to use for --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Sat Dec 21 17:01:32 2002
From: drewlane at qwest.net (Drew Lane)
Date: Sat, 21 Dec 2002 10:01:32 -0700
Subject: [icecast] Darkice on Linux PPC
In-Reply-To: <3E03B3CF.70200@tyrell.hu>
Message-ID: <3E049E6C.5070106@qwest.net>
>
> obviously you have some wierd version of vorbis on your machine. what
> version do you have? I persume it's not 1.0 final...
Yeah, I think installing the final verison of vorbis solved a lot of
problems.
However, here's a new error I'm getting when trying to 'make' darkice:
make all-recursive
make[1]: Entering directory `/usr/darkice/darkice'
Making all in src
make[2]: Entering directory `/usr/darkice/darkice/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pedantic -Wall -c Util.cpp
Util.cpp: In function `static char * Util::fileAddDate(const char *)':
Util.cpp:282: `time' undeclared (first use this function)
Util.cpp:282: (Each undeclared identifier is reported only once
Util.cpp:282: for each function it appears in.)
Util.cpp:283: `localtime' undeclared (first use this function)
Util.cpp:283: `strftime' undeclared (first use this function)
make[2]: *** [Util.o] Error 1
make[2]: Leaving directory `/usr/darkice/darkice/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/darkice/darkice'
make: *** [all-recursive-am] Error 2
Any idea what's wrong?
Thanks,
Drew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From darkeye at tyrell.hu Sun Dec 22 01:20:37 2002
From: darkeye at tyrell.hu (Akos Maroy)
Date: Sun, 22 Dec 2002 02:20:37 +0100
Subject: [icecast] Darkice on Linux PPC
In-Reply-To: <3E049E6C.5070106@qwest.net>
Message-ID: <3E051365.3060503@tyrell.hu>
Drew Lane wrote:
> make all-recursive
> make[1]: Entering directory `/usr/darkice/darkice'
> Making all in src
> make[2]: Entering directory `/usr/darkice/darkice/src'
> c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pedantic -Wall -c Util.cpp
> Util.cpp: In function `static char * Util::fileAddDate(const char *)':
> Util.cpp:282: `time' undeclared (first use this function)
> Util.cpp:282: (Each undeclared identifier is reported only once
> Util.cpp:282: for each function it appears in.)
> Util.cpp:283: `localtime' undeclared (first use this function)
> Util.cpp:283: `strftime' undeclared (first use this function)
> make[2]: *** [Util.o] Error 1
> make[2]: Leaving directory `/usr/darkice/darkice/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/darkice/darkice'
> make: *** [all-recursive-am] Error 2
Can you refresh your sources from the CVS, and try again?
Thanks,
Akos
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Sun Dec 22 22:06:42 2002
From: drewlane at qwest.net (Drew Lane)
Date: Sun, 22 Dec 2002 15:06:42 -0700
Subject: [icecast] Darkice on Linux PPC
In-Reply-To: <3E051365.3060503@tyrell.hu>
Message-ID: <3E063772.7090804@qwest.net>
>
> Can you refresh your sources from the CVS, and try again?
OK, I got it to compile this time using the new sources from CVS.
I am able to run the program and I heard myself talking through
a microphone, but the client keeps rebuffering every 10 seconds
or so. Not sure if this is because of some settings I need to adjust
or if it's because the computer is too slow (200 Mhz 604e).
Also, I can only run the program once without rebooting.
If it try to run it again I get the error message:
DarkIce: OssDspSource.cpp:184: can't set format [32]
It seems like the sound server is frozen up at this point, because
I get a sound server initalization eror if I try to start KDE after this.
Drew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From darkeye at tyrell.hu Sun Dec 22 22:16:06 2002
From: darkeye at tyrell.hu (Akos Maroy)
Date: Sun, 22 Dec 2002 23:16:06 +0100
Subject: [icecast] Darkice on Linux PPC
In-Reply-To: <3E063772.7090804@qwest.net>
Message-ID: <3E0639A6.4060909@tyrell.hu>
Drew Lane wrote:
> OK, I got it to compile this time using the new sources from CVS.
good to hear
> I am able to run the program and I heard myself talking through
> a microphone, but the client keeps rebuffering every 10 seconds
> or so. Not sure if this is because of some settings I need to adjust
> or if it's because the computer is too slow (200 Mhz 604e).
this may be the case. what is your system load when you run darkice? can
your system encode to mp3 real time?
> Also, I can only run the program once without rebooting.
> If it try to run it again I get the error message:
>
> DarkIce: OssDspSource.cpp:184: can't set format [32]
hm... most probably /dev/dsp is not released... try
fuser /dev/dsp
to figure out which process in using it...
Akos
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Sun Dec 22 22:31:01 2002
From: drewlane at qwest.net (Drew Lane)
Date: Sun, 22 Dec 2002 15:31:01 -0700
Subject: [icecast] Ices on Linux PPC
In-Reply-To: <1040487507.2022.19.camel@bogus.hackers.club>
Message-ID: <3E063D25.8030409@qwest.net>
>
>
>
>
>>Also, will this live stream be Ogg or MP3? I need MP3.
>>
>>
>
>as mentioned before, ices2 will deal with ogg, mp3 can be dealt with by
>ices 0.2.3 or some other source tool.
>
>karl
>
>
Well, is ices 0.2.3 still being supported?
Because I still can't get it to compile on the PPC
even with new version of LAME and ogg installed.
Here's the output from make:
make all-recursive
make[1]: Entering directory `/usr/ices-0.2.3'
Making all in libshout
make[2]: Entering directory `/usr/ices-0.2.3/libshout'
make all-recursive
make[3]: Entering directory `/usr/ices-0.2.3/libshout'
Making all in doc
make[4]: Entering directory `/usr/ices-0.2.3/libshout/doc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/ices-0.2.3/libshout/doc'
make[4]: Entering directory `/usr/ices-0.2.3/libshout'
make[4]: Leaving directory `/usr/ices-0.2.3/libshout'
make[3]: Leaving directory `/usr/ices-0.2.3/libshout'
make[2]: Leaving directory `/usr/ices-0.2.3/libshout'
Making all in src
make[2]: Entering directory `/usr/ices-0.2.3/src'
Making all in playlist
make[3]: Entering directory `/usr/ices-0.2.3/src/playlist'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../../src -I../../libshout -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/ppc-linux/CORE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -g -O2 -Wall -c playlist.c
In file included from ../../src/definitions.h:107,
from playlist.c:22:
../../src/icestypes.h:34: parse error before `shout_conn_t'
../../src/icestypes.h:34: warning: no semicolon at end of struct or union
../../src/icestypes.h:60: parse error before `}'
../../src/icestypes.h:60: warning: type defaults to `int' in declaration of `ices_stream_t'
../../src/icestypes.h:60: warning: data definition has no type or storage class
../../src/icestypes.h:83: parse error before `ices_stream_t'
../../src/icestypes.h:83: warning: no semicolon at end of struct or union
../../src/icestypes.h:85: parse error before `}'
../../src/icestypes.h:85: warning: type defaults to `int' in declaration of `ices_config_t'
../../src/icestypes.h:85: warning: data definition has no type or storage class
In file included from ../../src/definitions.h:109,
from playlist.c:22:
../../src/setup.h:26: parse error before `*'
In file included from ../../src/definitions.h:117,
from playlist.c:22:
../../src/reencode.h:27: parse error before `*'
../../src/reencode.h:29: parse error before `*'
In file included from ../../src/definitions.h:118,
from playlist.c:22:
../../src/ices_config.h:22: parse error before `*'
playlist.c:25: parse error before `ices_config'
playlist.c:25: warning: type defaults to `int' in declaration of `ices_config'
playlist.c:25: warning: data definition has no type or storage class
playlist.c: In function `ices_playlist_get_current_lineno':
playlist.c:36: request for member `pm' in something not a structure or union
playlist.c:37: request for member `pm' in something not a structure or union
playlist.c: In function `ices_playlist_get_next':
playlist.c:48: request for member `pm' in something not a structure or union
playlist.c:49: warning: control reaches end of non-void function
playlist.c: In function `ices_playlist_get_metadata':
playlist.c:56: request for member `pm' in something not a structure or union
playlist.c:57: request for member `pm' in something not a structure or union
playlist.c: In function `ices_playlist_initialize':
playlist.c:70: request for member `pm' in something not a structure or union
playlist.c:72: request for member `pm' in something not a structure or union
playlist.c:74: request for member `pm' in something not a structure or union
playlist.c:85: request for member `pm' in something not a structure or union
playlist.c:74: warning: unreachable code at beginning of switch statement
playlist.c: In function `ices_playlist_reload':
playlist.c:108: request for member `pm' in something not a structure or union
playlist.c:109: request for member `pm' in something not a structure or union
playlist.c: In function `ices_playlist_shutdown':
playlist.c:119: request for member `pm' in something not a structure or union
make[3]: *** [playlist.o] Error 1
make[3]: Leaving directory `/usr/ices-0.2.3/src/playlist'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/ices-0.2.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/ices-0.2.3'
make: *** [all-recursive-am] Error 2
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Sun Dec 22 23:23:14 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 22 Dec 2002 23:23:14 +0000
Subject: [icecast] Ices on Linux PPC
In-Reply-To: <3E063D25.8030409@qwest.net>
Message-ID: <1040599395.1046.14.camel@bogus.hackers.club>
On Sun, 2002-12-22 at 22:31, Drew Lane wrote:
> Well, is ices 0.2.3 still being supported?
not that I'm aware of.
> Because I still can't get it to compile on the PPC
> even with new version of LAME and ogg installed.
Thats because your mixing shout versions, your using libshout from CVS
and ices 0.2.3. There are some gaffs really, that what's causing this.
Someone has tried to be smart by checking if another shout exists and
using that instead of using the one in the tree, presumably for the idea
of an updated libshout.
> Here's the output from make:
> make[3]: Entering directory `/usr/ices-0.2.3/src/playlist'
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../../src -I../../libshout -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/ppc-linux/CORE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -g -O2 -Wall -c playlist.c
> In file included from ../../src/definitions.h:107,
> from playlist.c:22:
> ../../src/icestypes.h:34: parse error before `shout_conn_t'
> ../../src/icestypes.h:34: warning: no semicolon at end of struct or union
> ../../src/icestypes.h:60: parse error before `}'
> ../../src/icestypes.h:60: warning: type defaults to `int' in declaration of `ices_stream_t'
> ../../src/icestypes.h:60: warning: data definition has no type or storage class
> ../../src/icestypes.h:83: parse error before `ices_stream_t'
> ../../src/icestypes.h:83: warning: no semicolon at end of struct or union
> ../../src/icestypes.h:85: parse error before `}'
> ../../src/icestypes.h:85: warning: type defaults to `int' in declaration of `ices_config_t'
> ../../src/icestypes.h:85: warning: data definition has no type or storage class
Hmmmm.... I would suggest trying to change src/definitons.h, so that
instead of (~line 77)
#ifdef HAVE_SHOUT_SHOUT_H
# include --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Mon Dec 23 00:02:58 2002
From: drewlane at qwest.net (Drew Lane)
Date: Sun, 22 Dec 2002 17:02:58 -0700
Subject: [icecast] Ices on Linux PPC
In-Reply-To: <1040599395.1046.14.camel@bogus.hackers.club>
Message-ID: <3E0652B2.7050607@qwest.net>
>
>
>use
>
>#include --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Mon Dec 23 00:23:52 2002
From: drewlane at qwest.net (Drew Lane)
Date: Sun, 22 Dec 2002 17:23:52 -0700
Subject: [icecast] Darkice on Linux PPC
In-Reply-To: <3E0639A6.4060909@tyrell.hu>
Message-ID: <3E065798.3070802@qwest.net>
>
> this may be the case. what is your system load when you run darkice?
> can your system encode to mp3 real time?
Well, top is reporting that darkice is using between 11-13%
I'm not sure if the system can encode mp3 in real time, but I do
have a G3 processor upgrade coming in the next week or so which
should eliminate that question.
>> hm... most probably /dev/dsp is not released... try
>
>
> fuser /dev/dsp
This returns nothing.
Is there any other way to release /dev/dsp?
Also, I sometimes get a segmentation fault when running darkice. :^(
Drew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From karl at pts.tele2.co.uk Mon Dec 23 00:32:39 2002
From: karl at pts.tele2.co.uk (Karl Heyes)
Date: 23 Dec 2002 00:32:39 +0000
Subject: [icecast] Ices on Linux PPC
In-Reply-To: <3E0652B2.7050607@qwest.net>
Message-ID: <1040603576.1045.24.camel@bogus.hackers.club>
On Mon, 2002-12-23 at 00:02, Drew Lane wrote:
> However, even though I did a 'make install' it's still launching
> ices 2.0 when I type 'ices' from the command line.
check the install paths, one maybe /usr/bin and the other maybe
/usr/local/bin. /usr/bin maybe first in your search path.
> So, how do I specify 0.2.3?
>
> Can I have both ices 2.0 and 0.2.3 on the same computer?
personally if it were me, I would place them in /usr/local/ices-0.2.3
and /use/local/ices2- --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From darkeye at tyrell.hu Mon Dec 23 00:28:11 2002
From: darkeye at tyrell.hu (Akos Maroy)
Date: Mon, 23 Dec 2002 01:28:11 +0100
Subject: [icecast] Darkice on Linux PPC
In-Reply-To: <3E065798.3070802@qwest.net>
Message-ID: <3E06589B.1050604@tyrell.hu>
Drew Lane wrote:
> Well, top is reporting that darkice is using between 11-13%
and what is the system load? are you running darkice as root?
> I'm not sure if the system can encode mp3 in real time, but I do
> have a G3 processor upgrade coming in the next week or so which
> should eliminate that question.
you can always check: encode (using command line lame) a 1 minute wav
file to mp3. if it takes less than 1 minute, you did it below real time :)
> This returns nothing.
hm, strange
> Is there any other way to release /dev/dsp?
>
> Also, I sometimes get a segmentation fault when running darkice. :^(
bad news :( can you compile it in debug mode and send me the backtrace?
for debug mode, change the line
CXXFLAGS = -O2 -pedantic -Wall
in src/Makefile.am to
CXXFLAGS = -g -pedantic -Wall
and run ./configure && make again.
Akos
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Mon Dec 23 02:11:24 2002
From: drewlane at qwest.net (Drew Lane)
Date: Sun, 22 Dec 2002 19:11:24 -0700
Subject: [icecast] Ices on Linux PPC
In-Reply-To: <1040603576.1045.24.camel@bogus.hackers.club>
Message-ID: <3E0670CC.5080905@qwest.net>
>
>
>check the install paths, one maybe /usr/bin and the other maybe
>/usr/local/bin. /usr/bin maybe first in your search path.
>
It seems to be installed in /usr/local/icecast/bin, which wasn't in my path.
However, I keep forgetting that ices 0.2.3 doesn't support live broadcasting
so it's not really gonna do what I want anyway. :^(
>>possibly, wouldn't be much of a change, it's just a matter of what
>>peoples feelings on this are. Changing the name means you avoid a name
>>clash but then again mp3 support maybe added which would make ices-0.2.3
>>a non-issue (ices 0.2.3 does have a couple of build issues to resolve).
>>
>>
I think mp3 support is important for the time being (until their is more
support for ogg).
Also, being able to read in mp3 files and broadcast out in ogg or mp3
would be cool.
BTW, I assume that using mp3 files on the server and broadcasting in ogg
doesn't infringe on any patents...
(seems like it would be pretty tough to figure out what the source
format was anyway)
Drew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From drewlane at qwest.net Mon Dec 23 02:59:48 2002
From: drewlane at qwest.net (Drew Lane)
Date: Sun, 22 Dec 2002 19:59:48 -0700
Subject: [icecast] Darkice on Linux PPC
In-Reply-To: <3E06589B.1050604@tyrell.hu>
Message-ID: <3E067C24.5020403@qwest.net>
>
> and what is the system load? are you running darkice as root?
Yes, running as root.
Here is the loadavg while darkice is running:
cat /proc/loadavg
0.29 0.13 0.06 1/56 979
> you can always check: encode (using command line lame) a 1 minute wav
> file to mp3. if it takes less than 1 minute, you did it below real
> time :)
A one minute .wav file took 17 seconds to encode with the command 'lame
myfile.wav'
>> bad news :( can you compile it in debug mode and send me the
>> backtrace? for debug mode, change the line
>
OK, i changed the flag and ran make again.
Is there a log somewhere once the error occurs?
The segmentation fault is somewhat unpredictable, and it doesn't always
happen.
BTW, I still need it to release /dev/dsp.
Drew
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From darkeye at tyrell.hu Mon Dec 23 08:12:23 2002
From: darkeye at tyrell.hu (Akos Maroy)
Date: Mon, 23 Dec 2002 09:12:23 +0100
Subject: [icecast] Darkice on Linux PPC
In-Reply-To: <3E067C24.5020403@qwest.net>
Message-ID: <3E06C567.9040901@tyrell.hu>
Drew Lane wrote:
> A one minute .wav file took 17 seconds to encode with the command 'lame
> myfile.wav'
then you should be fast enough
> OK, i changed the flag and ran make again.
>
> Is there a log somewhere once the error occurs?
> The segmentation fault is somewhat unpredictable, and it doesn't always
> happen.
if there is a core file dumped, try:
gdb path/to/darkice/executable
core-file core
bt
if there is no core file, run darkice from within gdb:
gdb path/to/darkice/executable
set args -c darkice.cfg
run
(wait for it to crash...)
bt
> BTW, I still need it to release /dev/dsp.
I have no idea with this. As fuser says that no processes are using it,
I don't know what could be wrong.
Akos
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From ajb at jireh.co.uk Mon Dec 23 10:58:44 2002
From: ajb at jireh.co.uk (ajb)
Date: Mon, 23 Dec 2002 10:58:44 -0000
Subject: [icecast] icecast.conf
In-Reply-To: <3E06C567.9040901@tyrell.hu>
Message-ID: **********************************************************************
Please visit the official Granada website at www.granadamedia.com
for the latest company news.
This email and any files transmitted are confidential and intended
solely for the use of the individual or entity to which they are
addressed. If you have received this email in error, please notify
postmaster at granadamedia.com
Thank you.
**********************************************************************
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From michael.renner at gmx.de Mon Dec 23 14:53:34 2002
From: michael.renner at gmx.de (Michael Renner)
Date: Mon, 23 Dec 2002 15:53:34 +0100
Subject: [icecast] [OT] how to stream movies?
Message-ID: <200212231553.34826.michael.renner@gmx.de>
Moin,
after setting up a streaming server for some friends I wonder with wich
software I can stream movies (mpeg, avi) for them? Plattform is Linux i386.
Thanks for hints
--
|Michael Renner E-mail: michael.renner at gmx.de |
|D-72072 Tuebingen Germany ICQ: #112280325 |
|Germany Don't drink as root! ESC:wq
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gshang at uq.net.au Mon Dec 23 17:01:36 2002
From: gshang at uq.net.au (Geoff Shang)
Date: Tue, 24 Dec 2002 03:01:36 +1000 (EST)
Subject: [icecast] [newbie] couple of quick questions
In-Reply-To: <39BB661ED585D511A15300B0D020828C02C6A181@SOUTHBANK8>
Message-ID: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From David.Campbell at granadamedia.com Mon Dec 23 17:09:45 2002
From: David.Campbell at granadamedia.com (Campbell, David)
Date: Mon, 23 Dec 2002 17:09:45 -0000
Subject: [icecast] [newbie] couple of quick questions
In-Reply-To: <[icecast] [newbie] couple of quick questions>
Message-ID: <39BB661ED585D511A15300B0D020828C02C6A184@SOUTHBANK8>
Thanks - for the info - compiling ices now
Dave
> -----Original Message-----
> From: Geoff Shang [mailto:gshang at uq.net.au]
> Sent: 23 December 2002 17:02
> To: 'icecast at xiph.org'
> Subject: Re: [icecast] [newbie] couple of quick questions
>
>
> On Mon, 23 Dec 2002, Campbell, David wrote:
>
> > 1: Do I need 'shout' to be able to stream playlists? I
> know it's not
> > supported anymore and it doesn't appear to be bundled with
> the latest dist?
>
> ices superseeds shout. get ices 0.2.3 from icecast.org.
>
> > 2: Whats the best way of creating a random playlist from
> several hundred
> > mp3's and streaming via icecast? Is there any way to just
> point icecast at
> > a directory and say 'stream these files randomly for ever?'
>
> icecast is a server, not a streamer. Best to use ices for this (see
> above).
>
> > 3: Will I have problems with different Bitrate's on my playlists?
>
> You will certainly have issues with different sampling rates. Ices'
> behaviour in this respect is weird. If you're resampling to
> a particular
> rate, only 44.1 stereo files work as intended. Mono files
> come out on one
> side only and a sound fragment seems to loop in the other channel, and
> files at 22khz play at double speed. Mono files at 22khz
> play at double
> speed and act like 44.1 mono files. If you're not
> re-encoding, differeing
> bitrates will probably sink you as players won't like it.
>
> Geoff.
>
>
> --- >8 ----
> List archives: http://www.xiph.org/archives/
> icecast project homepage: http://www.icecast.org/
> To unsubscribe from this list, send a message to
> 'icecast-request at xiph.org'
> containing only the word 'unsubscribe' in the body. No
> subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.
>
**********************************************************************
Please visit the official Granada website at www.granadamedia.com
for the latest company news.
This email and any files transmitted are confidential and intended
solely for the use of the individual or entity to which they are
addressed. If you have received this email in error, please notify
postmaster at granadamedia.com
Thank you.
**********************************************************************
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From David.Campbell at granadamedia.com Mon Dec 23 22:11:43 2002
From: David.Campbell at granadamedia.com (Campbell, David)
Date: Mon, 23 Dec 2002 22:11:43 -0000
Subject: [icecast] Ices won't read config file?
Message-ID: <39BB661ED585D511A15300B0D020828C02C6A188@SOUTHBANK8>
Hope this list is for ices support too :)
When I try and start ices with a simple config file it barfs and isn't happy
[root at deskpro bin]# ./ices -c /usr/local/icecast/etc/ices.conf
Cannot use config file (no XML support).
Ices Exiting...
But if I pass basically all the same paraemters via the command line it's
fine streams PERFECTLY!
[root at deskpro bin]# ./ices -P passwd -F /usr/local/icecast/shout.pls -r
I really want to use the config file [obviously]
TIA
Dave
**********************************************************************
Please visit the official Granada website at www.granadamedia.com
for the latest company news.
This email and any files transmitted are confidential and intended
solely for the use of the individual or entity to which they are
addressed. If you have received this email in error, please notify
postmaster at granadamedia.com
Thank you.
**********************************************************************
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gshang at uq.net.au Wed Dec 25 04:19:43 2002
From: gshang at uq.net.au (Geoff Shang)
Date: Wed, 25 Dec 2002 14:19:43 +1000 (EST)
Subject: [icecast] Ices won't read config file?
In-Reply-To: <39BB661ED585D511A15300B0D020828C02C6A188@SOUTHBANK8>
Message-ID: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From David.Campbell at granadamedia.com Wed Dec 25 11:49:20 2002
From: David.Campbell at granadamedia.com (Campbell, David)
Date: Wed, 25 Dec 2002 11:49:20 -0000
Subject: [icecast] Ices won't read config file?
In-Reply-To: <[icecast] Ices won't read config file?>
Message-ID: <39BB661ED585D511A15300B0D020828C02C6A18A@SOUTHBANK8>
I'm on redhat and libxml2 is installed:
[root at deskpro davidcam]# rpm -Uvh libxml2-2.4.23-1.i386.rpm
warning: libxml2-2.4.23-1.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ###########################################
[100%]
package libxml2-2.4.23-1 is already installed
I complied ices/icecast fromm src - do I need any addtitional flags in
./configure?
-----Original Message-----
From: Geoff Shang
To: 'icecast at xiph.org'
Sent: 12/25/02 4:19 AM
Subject: Re: [icecast] Ices won't read config file?
On Mon, 23 Dec 2002, Campbell, David wrote:
> Cannot use config file (no XML support).
This is pretty self-explanatory. You need libxml2 for xml support. If
you're using a package-based distribution, don't forget you'll need the
development package as well as the runtime (e.g. for debian, libxml2 and
libxml2-dev).
Geoff.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.
**********************************************************************
Please visit the official Granada website at www.granadamedia.com
for the latest company news.
This email and any files transmitted are confidential and intended
solely for the use of the individual or entity to which they are
addressed. If you have received this email in error, please notify
postmaster at granadamedia.com
Thank you.
**********************************************************************
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From dstjohn at mediacast1.com Wed Dec 25 17:29:52 2002
From: dstjohn at mediacast1.com (Dave St John)
Date: Wed, 25 Dec 2002 10:29:52 -0700
Subject: [icecast] Merry Christmas
Message-ID: <002b01c2ac3b$41378240$cc01a8c0@anaconda>
MERRY CHRISTMAS TO EVERYONE AT XIPH/ICECAST AND ALL THE LIST MEMBERS
AND A HAPPY NEW YEAR!!
> From the team here @Mediacast1.com
Best Regards
Dave St John
Mediacast1 Administration
(720) 641-7586
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gshang at uq.net.au Thu Dec 26 06:58:48 2002
From: gshang at uq.net.au (Geoff Shang)
Date: Thu, 26 Dec 2002 16:58:48 +1000 (EST)
Subject: [icecast] Ices won't read config file?
In-Reply-To: <39BB661ED585D511A15300B0D020828C02C6A18A@SOUTHBANK8>
Message-ID: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From sleek at enabled.com Thu Dec 26 15:18:04 2002
From: sleek at enabled.com (Noah Garrett Wallach)
Date: Thu, 26 Dec 2002 07:18:04 -0800 (PST)
Subject: [icecast] set up server
Message-ID: <20021226065736.S3527-100000@typhoon.enabled.com>
Hi,
okay I just set up an icecast server and getting used to all the settings
and stuff. I am looking around for the answers to some questions here
figured I would as the list.
I have a winamp 2.81 client on win2k listening to the stream. and I am
seeing that the status light flips back and forth between red and green.
does that mean my server is sending errors?
ometimes - very rarely the client will be kicked by icecast because the
also I cannot see the ID information being sent - this could be a
shoutcast issue but any clues why it aint getting sent.
houtcast's configuration:
--- snip ---
autodetect yes
default_bitrate 128000
force no
autocorrect yes
--- snip ---
I think I provided all the relevant data - let me knwo.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From sleek at enabled.com Thu Dec 26 15:30:35 2002
From: sleek at enabled.com (Noah Garrett Wallach)
Date: Thu, 26 Dec 2002 07:30:35 -0800 (PST)
Subject: [icecast] client kick
Message-ID: <20021226072931.R3527-100000@typhoon.enabled.com>
okay icecast is set up to do a 128k stream but should be variable.
I eventually see the client is kicked. how can I reduce this and other
related streaming errors. it would be nice to not ahvea ny clients kicked
--- snip ---
[26/Dec/2002:07:26:35] [4:Source Thread] Kicking client 2
[131.161.240.206] [Too
many errors (client not receiving data fast enough)] [listener],
connected for
13 minutes and 5 seconds, 12488191 bytes transfered. 0 clients connected
--- snip ---
- Noah
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gshang at uq.net.au Thu Dec 26 16:00:25 2002
From: gshang at uq.net.au (Geoff Shang)
Date: Fri, 27 Dec 2002 02:00:25 +1000 (EST)
Subject: [icecast] client kick
In-Reply-To: <20021226072931.R3527-100000@typhoon.enabled.com>
Message-ID:
--
Geoff Shang --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From sleek at enabled.com Thu Dec 26 16:19:44 2002
From: sleek at enabled.com (Noah Garrett Wallach)
Date: Thu, 26 Dec 2002 08:19:44 -0800 (PST)
Subject: [icecast] shout mail list
Message-ID: <20021226081839.N4313-100000@typhoon.enabled.com>
is there a maiil list out ther efor shout related issues - or is the best
place to post them?
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From sleek at enabled.com Thu Dec 26 16:20:35 2002
From: sleek at enabled.com (Noah Garrett Wallach)
Date: Thu, 26 Dec 2002 08:20:35 -0800 (PST)
Subject: [icecast] client kick
In-Reply-To: Hi Geoff,
I am using Icecast Version 1.3.12. well shouldnt there be some type of
auto bandwidth decrease if the client is not able to keep up?
also do you have any clue why my winamp status lamp goe sred then back to
green. do you think the server is sending out errors?
- Noah
>
> Geoff.
>
>
> --
> Geoff Shang --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From sleek at enabled.com Thu Dec 26 16:36:45 2002
From: sleek at enabled.com (Noah Garrett Wallach)
Date: Thu, 26 Dec 2002 08:36:45 -0800 (PST)
Subject: [icecast] mountpoint
Message-ID: <20021226083447.O4313-100000@typhoon.enabled.com>
can anybody explain to me the mountpoint that is mentioned by icecast
version 1.3.12?
I see that the mountpoint is /default
what does this mean and how can I change it in the icecast.conf file.
I am running this on a freebsd 4.7 STABLE release.
- Noah
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From bsimpson at attbi.com Thu Dec 26 18:08:10 2002
From: bsimpson at attbi.com (baz)
Date: Thu, 26 Dec 2002 10:08:10 -0800
Subject: [icecast] mountpoint
In-Reply-To: <20021226083447.O4313-100000@typhoon.enabled.com>
Message-ID: <1632864750.20021226100810@attbi.com>
Hello Noah,
Thursday, December 26, 2002, 8:36:45 AM, you wrote:
NGW> can anybody explain to me the mountpoint that is mentioned by icecast
NGW> version 1.3.12?
NGW> I see that the mountpoint is /default
NGW> what does this mean and how can I change it in the icecast.conf file.
NGW> I am running this on a freebsd 4.7 STABLE release.
NGW> - Noah
Icecast is a server.
Icecast installs at /usr/local/etc/icecast/ this install dir is the default directory.
under FreeBSD4.7 is located at /usr/local/etc/icecast.
Icecast will stream-serve from its default 'staticdir'(ectory) location you specified in
/usr/local/etc/icecast/icecast.conf. just dump the mp3's in the
'staticdir' location .... working? let me know!
Do you have 'Shout' installed? Shout is a streamer. it streams data
(mp3's for example) to the server Icecast.
in shout's ini file at /usr/local/etc/icecast/shout.conf there is an
entrt 'mount'. mount points to a dir name that *you* create under
icecast roots install dir.
#mkdir /usr/local/etc/icecast/myMount#1/
#vi shout.conf and change 'mount default' to 'mount myMount#1' and
copy your mp3's to myMount#1
1/ start icecast at tty2. load OK?
2/ altF2 and login on tty3
3/ at tty3 do this shoutcast -? ... look for the -d option
4/ #shout -d /path/to/shoutcast.conf
5/ it's streaming ... look at tty3 and see titles and "dot" markers
for stream
6/ winAmp http://x.y.z.w:8000/myMount#1 .... working ok ????
7/ AltF2 and login to tty4
create /usr/local/etc/icecast/myMount#2.
Put other mp3's in myMount#2
copy shoutcast.conf to shoutcast2.conf
edit shoutcast2.conf and change line
'mount myMount2#1' to
'mount myMount#2'
8/ at tty4
#shout -d /path/to/shoutcast2.conf
streaming ok ?
9/ at winamp http:/x.y.z.w:8000/myMount#2
10/ Let me know how it goes .... email rather than list please :-)
--
Best regards,
baz mailto:bsimpson at attbi.com
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gshang at uq.net.au Thu Dec 26 18:30:01 2002
From: gshang at uq.net.au (Geoff Shang)
Date: Fri, 27 Dec 2002 04:30:01 +1000 (EST)
Subject: [icecast] mountpoint
In-Reply-To: <20021226083447.O4313-100000@typhoon.enabled.com>
Message-ID: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gshang at uq.net.au Thu Dec 26 18:33:18 2002
From: gshang at uq.net.au (Geoff Shang)
Date: Fri, 27 Dec 2002 04:33:18 +1000 (EST)
Subject: [icecast] client kick
In-Reply-To: <20021226081716.V4313-100000@typhoon.enabled.com>
Message-ID: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gshang at uq.net.au Thu Dec 26 18:35:35 2002
From: gshang at uq.net.au (Geoff Shang)
Date: Fri, 27 Dec 2002 04:35:35 +1000 (EST)
Subject: [icecast] shout mail list
In-Reply-To: <20021226081839.N4313-100000@typhoon.enabled.com>
Message-ID: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From sleek at enabled.com Thu Dec 26 21:04:39 2002
From: sleek at enabled.com (Noah Garrett Wallach)
Date: Thu, 26 Dec 2002 13:04:39 -0800 (PST)
Subject: [icecast] configuring ices
Message-ID: <20021226130132.B14049-100000@typhoon.enabled.com>
okay when I configure ices I used the configuration file that appears in
the manual. I am seeing that I need to force the password as the password
I set in the configuration file is not getting sent - stills says form the
debug information that "letmein" is being sent.
also I am getting the following error after I have the password situation
figured out:
Error during send: Mount failed on http://127.0.0.1:0/ices, error:
Libshout enco
untered invalid values or NULL pointers.
Error during send: Mount failed on http://127.0.0.1:0/ices, error:
Libshout enco
untered invalid values or NULL pointers.
- Noah
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From jochen at scram.de Thu Dec 26 22:43:26 2002
From: jochen at scram.de (Jochen Friedrich)
Date: Thu, 26 Dec 2002 23:43:26 +0100 (CET)
Subject: [icecast] how to start liveice with screen?
In-Reply-To: <200212161550.46800.michael.renner@tuebingen.mpg.de>
Message-ID: This is my command line:
#!/bin/bash
USER=`whoami`
CONFIG="/etc/liveice/$USER.cfg"
R="/home/www.scram.fm/mitschnitte/`date +%Y%m%d_%H%M%S`.mp3"
udo /usr/bin/screen /opt/liveice/liveice -F $CONFIG -R $R -V
"-R" is yet another parameter added by me to control the remote dump file.
--- setup.c Fri Feb 18 17:46:56 2000
+++ setup.c Sat Dec 14 23:34:16 2002
@@ -728,6 +728,10 @@
i++;
g_conf.mix_control_file=argv[i];
break;
+ case 'R':
+ i++;
+ g_conf.remote_dumpfile=argv[i];
+ break;
case '@':
i++;
g_conf.frontend=atoi(argv[i]);
Have fun!
--jochen
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From sleek at enabled.com Fri Dec 27 12:56:03 2002
From: sleek at enabled.com (Noah Garrett Wallach)
Date: Fri, 27 Dec 2002 04:56:03 -0800 (PST)
Subject: [icecast] configuring ices (fwd)
Message-ID: <20021226215248.N18689-100000@typhoon.enabled.com>
Hi,
okay when I configure ices I used the configuration file that appears in
the manual. I am seeing that I need to force the password as the password
I set in the configuration file is not getting sent - stills says form the
debug information that "letmein" is being sent, which is not hte password
I have set in the configuration tile.
also I am getting the following error after I have the password situation
figured out:
Error during send: Mount failed on http://127.0.0.1:0/ices, error:
Libshout encountered invalid values or NULL pointers.
Error during send: Mount failed on http://127.0.0.1:0/ices, error:
Libshout encountered invalid values or NULL pointers.
Any ideas please?
- Noah
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From inzanekaoz at yahoo.com Fri Dec 27 18:17:16 2002
From: inzanekaoz at yahoo.com (HJ)
Date: Fri, 27 Dec 2002 10:17:16 -0800 (PST)
Subject: [icecast] configuring ices (fwd)
In-Reply-To: <20021226215248.N18689-100000@typhoon.enabled.com>
Message-ID: <20021227181716.21803.qmail@web13805.mail.yahoo.com>
I dunno if that's a bug in your config, bug in the documents, or bug
in the erorr message, but the port needs to be set, optimally, above
the number 1024 and below the number 65535. :)
~HJ
--- Noah Garrett Wallach __________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From sleek at enabled.com Fri Dec 27 23:08:39 2002
From: sleek at enabled.com (Noah Garrett Wallach)
Date: Fri, 27 Dec 2002 15:08:39 -0800 (PST)
Subject: [icecast] increase buffers per stream?
Message-ID: <20021227150807.O13297-100000@typhoon.enabled.com>
Hi there - can anybody help here?
do you know if there is any fine tuning I can put on the ices or icecast
server to correct for the following?
I am using icecast 1.3.12 and ices 0.2.3
[27/Dec/2002:15:03:10] [34:Source Thread] Kicking client 40
[209.244.4.106] [Too many errors (client not receiving data fast enough)]
[listener], connected for 31 seconds, 237541 bytes transfered. 2 clients
connected
looks like some clients are getting kicked. is there a buffer or
something I can increase for these streams?
thanks for all your assistance so far. We're up and running.
- Noah
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From prothonotar at tarnation.dyndns.org Sat Dec 28 07:46:17 2002
From: prothonotar at tarnation.dyndns.org (Aaron Gaudio)
Date: Sat, 28 Dec 2002 02:46:17 -0500
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <20021228073239.45F1E532A66@motherfish-II.xiph.org>
Message-ID: <20021228074617.GA11850@tarnation.dyndns.org>
> The current homepage is http://www.xiph.org/cvs.html ... this is
> supposed to change eventually, but there are some weird problems with
> icecast.org that i don't quite understand. :)
>
> Anyways, do NOT check out icecast2 from icecast.org CVS, it is very
> outdated. Instead, check out the 'icecast' module from anoncvs at xiph.org.
>
> Moritz
Sorry... joining in on this discussion late.... I for one rarely
use cvs to check out software unless I am planning on beta testing
or developing for it. The fact that no release packages are available
signifies to me that icecast2 is not yet ready for prime time. This
is not meant to be a criticism with anything about icecast2, as I
haven't used it, merely that it should not be treated as if it is
released until it is released, and icecast1 should not be treated as
obsolete until icecast2 is released. (BTW, I had this same argument
for alsa, which has 'deprecated' its previous version in favor of
its development version, and no longer supports the 0.5x versions--
you don't see this kind of stuff with the linux kernel).
Personally, I feel that the developers will be losing a lot of
potential beta testers (even other volunteers) for icecast2 when
none of the icecast.org website refers to icecast2 at all. I understand
there were some problems accessing the site, but if those are now
resolved, there's no reason for someone to go and at least put a
quick word in.
Furthermore, since icecast2 is not released yet, IMO it is premature
to disable the icecast1-compatible directory server (especially
without any kind of warning). I will continue to use icecast1, for
all of its faults until icecast2 appears to be, if not a mature
project, then at least a project which has given birth. The fact that
there are ever only 15 icecast servers listed in the directory now,
versus many times that previously, should give the server maintainers
some pause in continuing a non-icecast1 compatible server. Obviously
I am not the only one sticking with icecast1 at present. I guess the
question comes down to how one wishes to balance the user community
against the developer community.
--
prothonotar at tarnation.dyndns.org
"Every man is a mob, a chain gang of idiots."
- Jonathan Nolan, /Momento Mori/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 593 bytes
Desc: not available
URL: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Sat Dec 28 10:21:16 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Sat, 28 Dec 2002 11:21:16 +0100
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <20021228074617.GA11850@tarnation.dyndns.org>
Message-ID: <3E0D7B1B.C39801FA@gmx.net>
Aaron Gaudio wrote:
> or developing for it. The fact that no release packages are available
> signifies to me that icecast2 is not yet ready for prime time. This
Well, there are, see Geoff's mail ... those are official. Multiple
problems of pretty much any kind prevented Xiph.org from getting
icecast.org in order; I don't know much about them, but the fact that
icecast.org is *really* in bad shape, its CVS is outdated, no mention of
Icecast2 as you said, like the missing Alpha release.. all this shows
that there must be something majorly b0rk3n. ;P ... and there's only
that much time they have to fix time intense things that have nothing to
do with what they want/we expect them to do - develop.
What I'm trying to say, those problems are webserver related. Icecast2
alpha was finished already months ago, and even before that it's been in
quite some wide production use already. Icecast2 is a stable program.
The most prominent example would surely be the BBC Vorbis streams.
If you're waiting for a 2.0 release (not alpha, not beta), well, your
loss. Icecast2 worked great for my little fun games for something like
1.5 years now (no, I don't have a 100 MBit line at my disposal ;P).
Apparently there are only a few minor features missing, and considering
its stability I believe a potential beta phase wouldn't last long.
> is not meant to be a criticism with anything about icecast2, as I
> haven't used it, merely that it should not be treated as if it is
> released until it is released, and icecast1 should not be treated as
> obsolete until icecast2 is released. (BTW, I had this same argument
It *is* released, but people can't get it besides from Mike's inofficial
place, Xiph.org CVS and Oddsock's win32 port on oddsock.org. That's the
whole issue, not Icecast2 being not where I pretend it to be.
I suggest you give it a try. Streaming Vorbis is fun. If you happen have
tools like libtool, automake/-conf et al installed, getting it from CVS
is really no big deal and no different than installing from a release
tarball.
> Furthermore, since icecast2 is not released yet, IMO it is premature
> to disable the icecast1-compatible directory server (especially
> without any kind of warning). I will continue to use icecast1, for
> all of its faults until icecast2 appears to be, if not a mature
> project, then at least a project which has given birth. The fact that
Uh, does any directory server still work? The Shoutcast people didn't
want Icecast servers announced in their directories anymore for quite
some time now, iirc, and given the shape of icecast.org, every "normal"
directory servers there might simply be broken over time. ;P
Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From daleg at elemental.org Sat Dec 28 17:47:29 2002
From: daleg at elemental.org (Dale Ghent)
Date: Sat, 28 Dec 2002 12:47:29 -0500 (EST)
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From adon at YorkU.CA Sat Dec 28 18:28:08 2002
From: adon at YorkU.CA (Adon Irani)
Date: Sat, 28 Dec 2002 13:28:08 -0500 (EST)
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: woah do0d . that's a crackp0t theory if i ever heard one .,
i'll offer an alternate theory . KiSS - keEp it simple sir ; why should
the icecast2 developers be guilt-tripped into repeating icecast's
performance ?
_ is it not enough that OGG can have a streaming server that supports it ?
can't that feature base be developed and stabalized prior to prettyin' up
the package w/ features from the original icecast ?
another question -- who do you think develops these things ?? go read
"Cathedral and the Bazaar" somewhere on the web or in a bo0kstore near you
. . don't expect everything , and you won't have to deal w/ sh*t/rushed
c0de . allow a project to develop into its own niche , and i do believe
strongly that OGG/vorbis does indeed merit the attention .
, and if you need MP3 _ weLL , be creative . use icecast2 AND icecast on
another port (i think this is possible ) . OR , offer OGG live-streams ,
and OGG / mp3 (batch converted from .OGG ) for the on-demand programming .
.
and pLease , PLEASE __ open your mind to a world that is bigger than
proprietary technologies , and neEdy/ outmoded user bases . .
a:/,
http://theDV8network.com _
: : free radio and fertile resistances ,
fresh from the Canadian underground . .
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From prothonotar at tarnation.dyndns.org Sat Dec 28 19:06:23 2002
From: prothonotar at tarnation.dyndns.org (Aaron Gaudio)
Date: Sat, 28 Dec 2002 14:06:23 -0500
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: > As for "needy/outmoded user bases", you definitely have no finger on the
> pulse of reality in the streaming audio world. Right now, OGG is only an
> alternative for those who have zero interest in serving streaming music.
this may have beEn somewhat harsh , but i'll clarify . i don't think that
MP3-support represents a 'neEdy/outm0ded' user base, what i do mean is
: make the most of what is freely offered , and if you don't feel that
icecast2 serves you , then find something else . but don't come back to
this listserv and suggest that the project is misplaced or not useful !
,so by saying 'needy/outm0ded' i was referring to the authors of this
recent rash of ice2 flames .
a:/,
btw : please stop cluttering this listserv (myself included) with
rants about what should and shouldn't be . .
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Sat Dec 28 20:15:09 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Sat, 28 Dec 2002 21:15:09 +0100
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <20021228175212.GA16347@tarnation.dyndns.org>
Message-ID: <3E0E064C.E054C1AA@gmx.net>
Aaron Gaudio wrote:
> If icecast.org is so broken, then someone ought to do what was
> suggested on the list in November (looking through the archives):
> put it out of its misery. Why are there no "official" releases?
I already told you, there *are* official releases (or, to be exact, one
release), but icecast.org hasn't seen an update due to problems. Don't
you think that Michael Smith, for example, would be happy to finally get
his hard work on Icecast2 "out there" so people can find it in a more
prominent place? These are problems neither you nor I can help with,
Xiph.org does that, when they have the time. Believe it or not, there's
more important stuff than Icecast2 - and those who want it can get it,
they just have to bother themselves a little more than usual.
> That may be, but if the only "official" source I have to retrieve it
> from is CVS, then it is not ready for prime time, no matter what its
> stability may or may not be. First of all, grabbing the latest CVS
You're just trolling. Who cares? Would you trust a network engineer with
decades of experience, or would he have to buy himself a shiny
certificate for $1000? This "official"-blah is pointless, it's the
product and the fact that it's released that matter.
Do you *demand* that you get something for free, officially?
> versions, then I don't know about them... why? because there's no
> documentation of what to actually get from CVS.
http://www.xiph.org/cvs.html - check out the 'icecast' module. If you're
having trouble (CVS checkout hangs), either upgrade your client or don't
use the -z parameter (I prefer the latter solution).
> for quite a long time, but they never called it released until 1.0
> came out.
I never said that it's a final release, I said "alpha release". It's not
feature complete. It's not been in beta, yet. It does, what it does,
with great reliability and performance. It does enough to be useful for
most potential users at this point already.
> The problem is, without having enough people running it, such stories
> are allegorical. And there cannot be many people running it, judging
> from the lack of servers listed in the icecast.org directory server
> (unless everyone just suddenly became shy).
There's no directory server supporting Icecast2 servers. I also wouldn't
ever announce my stream on such a server, but maybe that's just me.
(When I stream, then it's just a couple hours for friends that I know
personally)
> > I suggest you give it a try. Streaming Vorbis is fun. If you happen have
> I'm not all that interested in streaming vorbis at this time, because
> I have more mp3s than I do oggs. It's simpler for me to stream mp3s.
Unless you're owning only low-bitrate MP3s, you'd still get more quality
per bitrate with Vorbis (e.g. by re-encoding from 192kbps MP3 to -q 1
Vorbis (~80kbps) or lower). Especially if you're targeting at low
bitrates (lower than in my example).
> Does icecast2 only stream vorbis? If that's the case, then icecast1
It does both Vorbis and MP3. I don't know about its MP3 streaming
features, but stuff like metadata etc all works for Vorbis.
> will never be obsolete so long as people want to stream mp3s (without
> reencoding to ogg-- which introduces more loss into the stream). From
Well, I wouldn't re-encode from, say 24kbps MP3 to 24kbps Vorbis. That
makes no sense - but if your MP3s are of sufficient quality, this
shouldn't matter much.
> my little understanding of what exactly icecast2 does (hobbled together
> from searches through the list archives, since there is no useful
> webpage information).
Icecast2 does nothing but relay. It doesn't re-encode from Vorbis to MP3
or vice versa, that's the source client's job. For example Ices2.
> > Uh, does any directory server still work? The Shoutcast people didn't
> yp.mp3.de still works, although it does not display as much detail
Nice, I wonder if Icecast2 can announce a Vorbis stream there. :)
Probably worth a try ... I don't know if Icecast2's directory server
support works in the first place, since that's what I always disable
(standard values don't work (yet) because of known reasons) first. Hmhm.
Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Sat Dec 28 20:34:27 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Sat, 28 Dec 2002 21:34:27 +0100
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <20021228190623.GA17004@tarnation.dyndns.org>
Message-ID: <3E0E0AD3.F46F79E8@gmx.net>
Aaron Gaudio wrote:
> Ah, herein lies the problem. If the icecast maintainers believe the
> mp3 community to be "neEdy/ outmoded user bases", then they are not
> interested in the user base, only themselves. Fair enough, then put
Well, I think saying that Xiph.org doesn't care about its users at all
is too harsh. On the other hand, there's some truth in this, and I
highly appreciate it. If you want to stick to MP3, Icecast1 is for you -
nobody forces you to use it (or not), and you're also free to use
something else. Xiph.org, i.e. Jack Moffitt, made it for themselves a
few years ago and people found it useful. Now they're working on
something better. Why complain? If they'd care about every single user
wish, they'd get nothing done.
If other users tell you that you suck because you use Icecast1, ignore
them. We're talking technology, not religion. If getting free support
for Icecast1 is harder than getting help with Icecast2, it's because
more people on this list are interested in Icecast2. I heard Xiph.org
will gladly refund what you paid for Icecast1 support if you're not
satisfied. It's not Xiph.org's job to advocate their stuff either. If
you like something they made, tell others about it. If you don't, tell
others, too (if you care) ... just stick to facts in any case.
Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Sat Dec 28 20:36:38 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Sat, 28 Dec 2002 21:36:38 +0100
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <20021228190623.GA17004@tarnation.dyndns.org>
Message-ID: <3E0E0B56.7E81000@gmx.net>
Aaron Gaudio wrote:
> the current stable version. Those who are willing to give up the
> features not yet implemented in icecast2 in order to stream vorbis, can
> use the devel version. Those who don't need to stream vorbis can
> continue using the stable version. There is not a good rationality for
Icecast2 is a rewrite and no new version of Icecast1. Icecast1
developement is no more. Icecast 1.3.12 also exists only because of a
serious security issue - without that, this version wouldn't exist.
Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Sat Dec 28 21:07:12 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Sat, 28 Dec 2002 22:07:12 +0100
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From prothonotar at tarnation.dyndns.org Sun Dec 29 01:02:50 2002
From: prothonotar at tarnation.dyndns.org (Aaron Gaudio)
Date: Sat, 28 Dec 2002 20:02:50 -0500
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <3E0E064C.E054C1AA@gmx.net>
Message-ID: <20021229010250.GA19400@tarnation.dyndns.org>
Behold, gtgbr at gmx.net hath decreed:
> Aaron Gaudio wrote:
> > If icecast.org is so broken, then someone ought to do what was
> > suggested on the list in November (looking through the archives):
> > put it out of its misery. Why are there no "official" releases?
>
> I already told you, there *are* official releases (or, to be exact, one
> release), but icecast.org hasn't seen an update due to problems. Don't
> you think that Michael Smith, for example, would be happy to finally get
> his hard work on Icecast2 "out there" so people can find it in a more
> prominent place? These are problems neither you nor I can help with,
> Xiph.org does that, when they have the time. Believe it or not, there's
> more important stuff than Icecast2 - and those who want it can get it,
> they just have to bother themselves a little more than usual.
Then those who are interested in making the release(s) available should
look to an alternative site than xiph.org. What are the problems
with icecast.org? Why is it still operational? Why is there no other
site in its place? Is nobody willing to set one up?
>
> > That may be, but if the only "official" source I have to retrieve it
> > from is CVS, then it is not ready for prime time, no matter what its
> > stability may or may not be. First of all, grabbing the latest CVS
>
> You're just trolling. Who cares? Would you trust a network engineer with
> decades of experience, or would he have to buy himself a shiny
> certificate for $1000? This "official"-blah is pointless, it's the
> product and the fact that it's released that matter.
Where is it released? Telling me I have to set up cvs to download
the source code, lack of any sort of documentation is user-readable
format, lack of certain features such as directory server support..
that doesn't seem to spell released to me. Why do I have to subscribe
to the icecast user support mailing list to find out how to download
and use the only version of icecast that anyone is interested in
supporting? Is this simply a lack of enough people to work on these
more mundane details? If so, where is the call for help?
>
> Do you *demand* that you get something for free, officially?
I am not demanding anything. I'm simply stating that if the
maintainer(s) wishes to provide a product that people are interested
in using (including testing & bugfixing), then IMNSHO the current
mechanism for producing that product is inadequate. How many months
have to go by wasted on discussions between confused users and
apathetic developers before someone says "hey, wait, maybe if we
put this info up on a webpage somewhere, people will stop asking
us about it"?
>
> I never said that it's a final release, I said "alpha release". It's not
> feature complete. It's not been in beta, yet. It does, what it does,
> with great reliability and performance. It does enough to be useful for
> most potential users at this point already.
Then how is it a replacement for icecast1? How is a fully released
icecast1 obsoleted by an alpha release?
> There's no directory server supporting Icecast2 servers.
Fine. Another feature missing from icecast2.
> I also wouldn't
> ever announce my stream on such a server, but maybe that's just me.
> (When I stream, then it's just a couple hours for friends that I know
> personally)
OK. I'm not advocating what you personally want to do with the
product. There are people who do want to list there streams on
directory servers, and icecast1 can do it. I presume icecast2 is
planning on supporting it. Of course, I don't know, because there's
no way for me to find out exactly what icecast2 can do without
fishing through mailing list archives, or taking the time to
download it via cvs, run it, and futz with it myself. Is that the
best way to advertise a feature set (or even a list of TODO features)?
>
> > my little understanding of what exactly icecast2 does (hobbled together
> > from searches through the list archives, since there is no useful
> > webpage information).
>
> Icecast2 does nothing but relay. It doesn't re-encode from Vorbis to MP3
> or vice versa, that's the source client's job. For example Ices2.
I understand that, but I am lumping them into one, as an ices user
I would have to upgrade to both at the same time, and they are both
part of the same project.
--
prothonotar at tarnation.dyndns.org
"Every man is a mob, a chain gang of idiots."
- Jonathan Nolan, /Momento Mori/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 593 bytes
Desc: not available
URL: Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Sun Dec 29 03:10:42 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Sun, 29 Dec 2002 04:10:42 +0100
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <20021229011457.GC19400@tarnation.dyndns.org>
Message-ID: <3E0E67B2.F7400C0D@gmx.net>
Aaron Gaudio wrote:
> > Icecast1
> > developement is no more. Icecast 1.3.12 also exists only because of a
> > serious security issue - without that, this version wouldn't exist.
> Maybe that's the case. If so, it's a sad state of affairs. If there just
> aren't volunteers to work on maintaining icecast1 (bugfixes, etc.)
> then why don't we get a call for help asking for developers who
> are willing to maintain it-- instead of silence and disdain? If it's
Because nobody seems to care. Besides, anyone can start his or her own
project, based on Icecast1. If you're unhappy, do something
constructive. Being rude those who brought Icecast to you in the first
place won't get you anywhere.
Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Sun Dec 29 03:10:45 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Sun, 29 Dec 2002 04:10:45 +0100
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <20021229012147.GD19400@tarnation.dyndns.org>
Message-ID: <3E0E67B5.7FDC00E9@gmx.net>
Aaron Gaudio wrote:
> So xiph.org is not in any way interested in developing projects that
> are useful to people? So can I take that to imply that the Ogg projects,
> the Paranoia projects, etc. are simply academic exercises, and the
> developers on them aren't interested in knowing whether or not they
> work for anyone else, or what anyone else might be interested in
> getting to work? That's good to know. Not the best way to convince
> me and others to put time and effort into any of those projects, so
> thanks, you may have saved me some time and effort.
http://www.xiph.org/about.html
http://www.xiph.org/ogg/vorbis/hardware.html
(first paragraph)
Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Sun Dec 29 03:10:39 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Sun, 29 Dec 2002 04:10:39 +0100
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <20021229010834.GB19400@tarnation.dyndns.org>
Message-ID: <3E0E67AF.FA82B25F@gmx.net>
Aaron Gaudio wrote:
> > Dale Ghent wrote:
> > > Icecast2 is icecast2. I'm talking about it's lack of innovation (ogg
> > > streaming! woopdefuckingdoo) as well as it's lack of functionality that
> > > doesnt even near icecast 1.x (yp, acls, metadata, web-based admin).
> > Apparently, you haven't tried Icecast2-alpha, yet.
> So... we have to try an alpha version of unreleased (an apparently,
> unmentionable [anywhere but here]) software in order for it to achieve
Dale described Icecast2 as it was before Mike much time working on it.
> I think his point was Vorbis streaming itself is not all that
> interesting from the perspective of someone with a collection of
> mp3s who wants to stream music.
I also answered that before - Vorbis offers significant quality
improvements at low bitrates, even if the source is MP3. Apart from
that, compare streaming royalties of Vorbis with those on
http://www.mp3licensing.com/royalty/emd.html (in case you're a
professional).
> What does it do? Where is the feature description? Do I have to run
> it to figure out what it is supposed to do? How am I supposed to even
> know that icecast2 streams vorbis without searching archives for
> arguments like this thread?
You know, trying out Icecast2 would've revealed more details than this
whole thread and any abstract feature list on a web site. It'd have been
faster than this discussion, too.
Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From djdij at handbags.freeserve.co.uk Sun Dec 29 04:03:49 2002
From: djdij at handbags.freeserve.co.uk (Martin Blackwell)
Date: Sun, 29 Dec 2002 04:03:49 -0000
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <3E0E67AF.FA82B25F@gmx.net>
Message-ID: <002101c2aeef$4b4931a0$97964c51@p1r8t3>
> I also answered that before - Vorbis offers significant quality
> improvements at low bitrates, even if the source is MP3. Apart from
> that, compare streaming royalties of Vorbis with those on
> http://www.mp3licensing.com/royalty/emd.html (in case you're a
> professional).
>
Unless i've missed something, here is a page which lists the royalties for
using vorbis. In anything.
(before clicking on the link, if my information is correct, please excuse my
weird sense of humour):
http://galileo.spaceports.com/~djdij/oggvorbislicensing.html
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From darkeye at tyrell.hu Sun Dec 29 10:43:36 2002
From: darkeye at tyrell.hu (Akos Maroy)
Date: Sun, 29 Dec 2002 11:43:36 +0100
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <3E0E67A9.75BFEEA9@gmx.net>
Message-ID: <3E0ED1D8.60308@tyrell.hu>
gtgbr at gmx.net wrote:
> Aaron Gaudio wrote:
>
>>Where is it released? Telling me I have to set up cvs to download
>
>
> http://www.xiph.org/~msmith/
>
> This has been said before.
This is no good. This is by far not the first time someone has pointed
out, that icecast2 is not mentioned _anywhere_ where one would expect to
find it. By this I mean locations like icecast.org, freshmeat.net, etc.
I wonder how people start to hear about icecast2. But when they do, the
_only_ way to find the actual software is to come to this list and ask.
Is this any good? Is there a reason for such secrecy?
>
>
>>>I never said that it's a final release, I said "alpha release". It's not
>>
>>Then how is it a replacement for icecast1? How is a fully released
>>icecast1 obsoleted by an alpha release?
>
>
> Who said Icecast2 is a replacement? -2 can do most things -1 can do, so
> maybe -2's different features are better for you? Use -2 then. It isn't?
> Use -1. Or Shoutcast. Or Realmedia's Helix. Or whatever else there is.
It was mentioned earlier, that icecast 1.x os no longer being developed,
that it is obsolete, etc. Thus it is a dead project. But is it replaced
by anything? Again, one looks at the icecast.org site, and has the
impression that this project is dead (last latest news being May 1 2002,
last icecast version released at April 10 2002).
Only if one is initiated into the inner circles will know, that there is
something new to come. By no means will someone, who just wants to _use_
icecast2 subscribe to this development list and find out.
I also find it a very lazy excuse to say that icecast2 is still in
development, thus it is not mentioned anywhere. As Linus has said:
"release early, release often". Why not make 0.x releases to the public?
Or is this just a reasoning to cover the lack of will to make icecast2
final?
Akos
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Sun Dec 29 13:57:42 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Sun, 29 Dec 2002 14:57:42 +0100
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <3E0ED1D8.60308@tyrell.hu>
Message-ID: <3E0EFF56.4BCCFC8E@gmx.net>
Akos Maroy wrote:
> > http://www.xiph.org/~msmith/
> > This has been said before.
> This is no good. This is by far not the first time someone has pointed
> out, that icecast2 is not mentioned _anywhere_ where one would expect to
> find it. By this I mean locations like icecast.org, freshmeat.net, etc.
> I wonder how people start to hear about icecast2. But when they do, the
> _only_ way to find the actual software is to come to this list and ask.
Well, the way I see it, icecast.org is some zombie webserver that nobody
really has access to any more, or other really time intense steps have
to be taken to do something. Since there's no nearly current note on
icecast.org about anything, I suppose putting that little note up would
equal the complete fixing of icecast.org. It's a matter of time that can
only be spent by 1-2 people or so (iirc), and they don't have it. This
is an unfortunate situation, but it has nothing to do with "secrecy" or
any other bad intentions, I'm really sure about that.
> It was mentioned earlier, that icecast 1.x os no longer being developed,
> that it is obsolete, etc. Thus it is a dead project. But is it replaced
I don't agree to the obsolete part, but the rest is simply true.
Icecast, as the world knows it, *is* dead. Icecast2 is a new,
independent program, as Mike already pointed out.
> I also find it a very lazy excuse to say that icecast2 is still in
> development, thus it is not mentioned anywhere. As Linus has said:
> "release early, release often". Why not make 0.x releases to the public?
Uhmm well, that's what CVS access and Mike's alpha1 release is for.
Sure, it's annoying not to have a prominent place for those tarballs...
anyways, literate people can already figure out that there's something
like Icecast2 by using Google (e.g. by searching for "streaming ogg
vorbis", w/o quotes). Results include CVS checkout and installation
instructions by Ciaran Anscomb within the first 4 hits. If you care only
about MP3 streaming, Icecast1 does a good job - so what is this
"obsolete" stuff about anyways?
> Or is this just a reasoning to cover the lack of will to make icecast2
> final?
Blah, you're making unfair assumptions ... besides, a few hours ago,
Mike committed changes/fixes to Icecast2/Ices2/Libshout2 again.
Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From darkeye at tyrell.hu Sun Dec 29 14:27:15 2002
From: darkeye at tyrell.hu (Akos Maroy)
Date: Sun, 29 Dec 2002 15:27:15 +0100
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <3E0EFF56.4BCCFC8E@gmx.net>
Message-ID: <3E0F0643.9090606@tyrell.hu>
gtgbr at gmx.net wrote:
> Well, the way I see it, icecast.org is some zombie webserver that nobody
> really has access to any more, or other really time intense steps have
With all due respect, this is ridiculous. You're saying that the site
icecast.org, which was the home page for icecast 1.x for serveral years,
is a 'zombie webserver' that has nothing to say about icecast, be it
past or future versions? I mean: what site would talk about a project
called icecast then?
> to be taken to do something. Since there's no nearly current note on
> icecast.org about anything, I suppose putting that little note up would
> equal the complete fixing of icecast.org. It's a matter of time that can
> only be spent by 1-2 people or so (iirc), and they don't have it. This
> is an unfortunate situation, but it has nothing to do with "secrecy" or
> any other bad intentions, I'm really sure about that.
I guess the time spent writing this e-mail would have been more than
enough to complete the task mentioned here.
> Icecast, as the world knows it, *is* dead. Icecast2 is a new,
> independent program, as Mike already pointed out.
Hm, and where can I find out about it? (Back to square one here.)
> Uhmm well, that's what CVS access and Mike's alpha1 release is for.
> Sure, it's annoying not to have a prominent place for those tarballs...
> anyways, literate people can already figure out that there's something
> like Icecast2 by using Google (e.g. by searching for "streaming ogg
> vorbis", w/o quotes). Results include CVS checkout and installation
I just can't find it a rational move to positively hide a project like
icecast2 from the general public. And sorry, no sane administrator will
deploy a server that has no official release version, only an alpha in a
CVS. (This makes me insane, BTW.) Why alienate people from icecast in
general, and make them chose other solutions?
Akos
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gtgbr at gmx.net Sun Dec 29 16:32:28 2002
From: gtgbr at gmx.net (gtgbr at gmx.net)
Date: Sun, 29 Dec 2002 17:32:28 +0100
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <3E0F0643.9090606@tyrell.hu>
Message-ID: <3E0F239C.3E7DF6E@gmx.net>
Akos Maroy wrote:
> With all due respect, this is ridiculous. You're saying that the site
> icecast.org, which was the home page for icecast 1.x for serveral years,
> is a 'zombie webserver' that has nothing to say about icecast, be it
> past or future versions? I mean: what site would talk about a project
> called icecast then?
icecast.org will, eventually, when those who can do it get to make the
complete overhaul. It'll then be like vorbis.com, speex.org, etc. I.e.
that's what I heard. I suppose if all that would be easier/less time
intense, it'd have been done by now.
> I guess the time spent writing this e-mail would have been more than
> enough to complete the task mentioned here.
I don't think any of us can judge that objectively. I don't know what
the exact issue is, and I too can only speculate. If I were one of
those, who (shall) care for icecast.org, I'd also consider setting up a
temporary site on a different server a waste of time.
I honestly don't understand why anybody here is complaining for not
getting something for free in a certain manner. You *can* get Icecast2,
anything else simply doesn't matter... YOU know where to get it, so
what's the big deal? It's done when it's done. If you're unhappy with
the current situation, do something yourself - but don't tell others
what they should do. It's their server, their project. Heck, they could
shut down all download servers and sell their free software on CDs. This
might not be viable, but entirely legitimate and up to them.
Moritz
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From dmd at speakeasy.org Sun Dec 29 17:01:15 2002
From: dmd at speakeasy.org (David M Dennis)
Date: Sun, 29 Dec 2002 09:01:15 -0800 (PST)
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <3E0F239C.3E7DF6E@gmx.net>
Message-ID: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From David.Campbell at granadamedia.com Thu Dec 26 20:24:53 2002
From: David.Campbell at granadamedia.com (Campbell, David)
Date: Thu, 26 Dec 2002 20:24:53 -0000
Subject: [icecast] Ices won't read config file?
In-Reply-To: <[icecast] Ices won't read config file?>
Message-ID: <39BB661ED585D511A15300B0D020828C02C6A18B@SOUTHBANK8>
Yup I have the devel package installed too.
[root at linux1 davidcam]# rpm -Uvh libxml-devel-1.8.17-1.i386.rpm
warning: libxml-devel-1.8.17-1.i386.rpm: V3 DSA signature: NOKEY, key ID
de95bc1f
Preparing... ###########################################
[100%]
package libxml-devel-1.8.17-1 is already installed
Thanks
Dave
-----Original Message-----
From: Geoff Shang
To: ''icecast at xiph.org' '
Sent: 12/26/02 6:58 AM
Subject: RE: [icecast] Ices won't read config file?
On Wed, 25 Dec 2002, Campbell, David wrote:
> I'm on redhat and libxml2 is installed:
>
> [root at deskpro davidcam]# rpm -Uvh libxml2-2.4.23-1.i386.rpm
> warning: libxml2-2.4.23-1.i386.rpm: V3 DSA signature: NOKEY, key ID
db42a60e
> Preparing...
###########################################
> [100%]
> package libxml2-2.4.23-1 is already installed
Do you also have the devel package?
Geoff.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.
**********************************************************************
Please visit the official Granada website at www.granadamedia.com
for the latest company news.
This email and any files transmitted are confidential and intended
solely for the use of the individual or entity to which they are
addressed. If you have received this email in error, please notify
postmaster at granadamedia.com
Thank you.
**********************************************************************
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From David.Campbell at granadamedia.com Fri Dec 27 19:58:13 2002
From: David.Campbell at granadamedia.com (Campbell, David)
Date: Fri, 27 Dec 2002 19:58:13 -0000
Subject: [icecast] Ices won't read config file?
In-Reply-To: <[icecast] Ices won't read config file?>
Message-ID: <39BB661ED585D511A15300B0D020828C02C6A18D@SOUTHBANK8>
> Do you also have the devel package?
yes I do
Dave
-----Original Message-----
From: Geoff Shang
To: ''icecast at xiph.org' '
Sent: 12/26/02 6:58 AM
Subject: RE: [icecast] Ices won't read config file?
On Wed, 25 Dec 2002, Campbell, David wrote:
> I'm on redhat and libxml2 is installed:
>
> [root at deskpro davidcam]# rpm -Uvh libxml2-2.4.23-1.i386.rpm
> warning: libxml2-2.4.23-1.i386.rpm: V3 DSA signature: NOKEY, key ID
db42a60e
> Preparing...
###########################################
> [100%]
> package libxml2-2.4.23-1 is already installed
Do you also have the devel package?
Geoff.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.
**********************************************************************
Please visit the official Granada website at www.granadamedia.com
for the latest company news.
This email and any files transmitted are confidential and intended
solely for the use of the individual or entity to which they are
addressed. If you have received this email in error, please notify
postmaster at granadamedia.com
Thank you.
**********************************************************************
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From rene.oelke at zehn245.net Mon Dec 30 11:55:33 2002
From: rene.oelke at zehn245.net (René Oelke)
Date: Mon, 30 Dec 2002 12:55:33 +0100
Subject: [icecast] darkice client for windows
In-Reply-To:
--
Geoff Shang --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From gshang at uq.net.au Mon Dec 30 15:19:01 2002
From: gshang at uq.net.au (Geoff Shang)
Date: Tue, 31 Dec 2002 01:19:01 +1000 (EST)
Subject: [icecast] darkice client for windows
In-Reply-To: <626982900.20021230125533@zehn245.net>
Message-ID:
--
Geoff Shang --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From prothonotar at tarnation.dyndns.org Mon Dec 30 15:42:25 2002
From: prothonotar at tarnation.dyndns.org (Aaron Gaudio)
Date: Mon, 30 Dec 2002 10:42:25 -0500
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <3E0E67AF.FA82B25F@gmx.net>
Message-ID: <20021230154225.GB18485@tarnation.dyndns.org>
Behold, gtgbr at gmx.net hath decreed:
>
> > I think his point was Vorbis streaming itself is not all that
> > interesting from the perspective of someone with a collection of
> > mp3s who wants to stream music.
>
> I also answered that before - Vorbis offers significant quality
> improvements at low bitrates, even if the source is MP3. Apart from
> that, compare streaming royalties of Vorbis with those on
> http://www.mp3licensing.com/royalty/emd.html (in case you're a
> professional).
But technically, how much different is it to stream a vorbis stream than
an mp3 stream? I don't know. From a political and/or economic viewpoint, or
even a technical viewpoint, a vorbis stream may be more desireable than
an mp3 stream. But the technology is still compressed audio streaming, and
that's not much of a revolution. It is applying existing streaming methodology
to a new format: vorbis. That is great, but is it worth giving up the other
features that icecast1 supports today? That's a judgement call I suppose.
>
> > What does it do? Where is the feature description? Do I have to run
> > it to figure out what it is supposed to do? How am I supposed to even
> > know that icecast2 streams vorbis without searching archives for
> > arguments like this thread?
>
> You know, trying out Icecast2 would've revealed more details than this
> whole thread and any abstract feature list on a web site. It'd have been
> faster than this discussion, too.
It would have for me, yes. But how many man-hours must be spent when each
prospective user wants to find out what icecast2 is supposed to do... hours
that could be saved all around by updating some web page to talk about the
project a little.
icecast.org is not a dead server. It is still responding. Somebody must own
the box. Somebody must have access to it, to either update it, or to take it
offline entirely.
--
prothonotar at tarnation.dyndns.org
"Every man is a mob, a chain gang of idiots."
- Jonathan Nolan, /Momento Mori/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 593 bytes
Desc: not available
URL: --- Geoff Shang __________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From emmettfish at mac.com Mon Dec 30 16:18:02 2002
From: emmettfish at mac.com (Emmett Plant)
Date: Mon, 30 Dec 2002 11:18:02 -0500
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: <20021230155931.GE18485@tarnation.dyndns.org>
Message-ID: Akos
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From oddsock at oddsock.org Mon Dec 30 16:32:46 2002
From: oddsock at oddsock.org (oddsock)
Date: Mon, 30 Dec 2002 10:32:46 -0600
Subject: [icecast] darkice client for windows
In-Reply-To: <626982900.20021230125533@zehn245.net>
Message-ID: <200212301032460682.035E89E4@oddsock.org>
oddcast DSP is what you want, it supports live input (called Advanced Recording) and does support streaming to Peercast...It currently does not support Vorbis metadata for live recording (since metadata for vorbis streaming is inserted into the ogg stream, as opposed to how it's done for mp3 in which the metadata is updated on the server via URL calls)...
anyway, it's the closest thing to what you want, and it works very well (if I do say so myself) :)
http://www.oddsock.org/tools/dsp_oddcast
and
http://www.oddsock.org/tools/oddcastv2
oddsock
*********** REPLY SEPARATOR ***********
On 12/30/2002 at 12:55 PM Ren? Oelke wrote:
>hi list,
>
>i am looking for a solution like darkice. but for win and not for
>linux. i want to perform some live-dj sets in an internet radio. the
>technology of the radio is based on peercast (p2p). the peercast
>server that gets the stream runs under linux. the dj works with
>external hardware and sends the audio data in a soundcard line input
>runnung under windows. the darkice-like program should get audio data
>from this input, encode it in an oggstream and send it via the
>icecast protocol to the peercast server. it would be nice if it there
>possible to send some other information like songtitle and so on
>live to the server.
>
>thanx for helping me
>rene
>
>\ /
><\::----------------------------::/>
><\\:: Mediengestaltung :://>
><\\\:: Ren? Oelke ::///>
>//:: www.zehn245.net ::\\\>
>/:: rene.oelke at zehn245.net ::\\>
>
>/ \
>
>--- >8 ----
>List archives: http://www.xiph.org/archives/
>icecast project homepage: http://www.icecast.org/
>To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
>containing only the word 'unsubscribe' in the body. No subject is needed.
>Unsubscribe messages sent to the list will be ignored/filtered.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From prothonotar at tarnation.dyndns.org Mon Dec 30 22:04:25 2002
From: prothonotar at tarnation.dyndns.org (Aaron Gaudio)
Date: Mon, 30 Dec 2002 17:04:25 -0500
Subject: [Re: [icecast] icecast2 ??]
In-Reply-To: --- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From cs-urza at gmx.de Tue Dec 31 14:36:46 2002
From: cs-urza at gmx.de (Stefan K.)
Date: Tue, 31 Dec 2002 15:36:46 +0100
Subject: [icecast] no idea of mountfile[No mountfile found, refusing access to WWW admin for...]
Message-ID: <004b01c2b0da$0bfa3020$0300a8c0@Netzwerk>
Hi,
I'm trying to get icecast to work but opening the webadmin interface results in this:
[31/Dec/2002:14:24:58] [4:Connection Handler] No mountfile found, refusing access to WWW admin for 192.168.0.3
[31/Dec/2002:14:24:58] [4:Connection Handler] Kicking unknown 0 [192.168.0.3] [No mountfile found], connected for 0 seconds
What is this mountfile for, and how do i have to generate ist?
Streaming to the server from Winamp works, relaying a server should work either.
It would be fine if i could administrate it, too.
Stefan
Kraus
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From beepo at web.de Tue Dec 31 15:36:00 2002
From: beepo at web.de (Jens Zeidler)
Date: Tue, 31 Dec 2002 16:36:00 +0100
Subject: [icecast] Nothing happens
Message-ID: <003901c2b0e2$52b00500$a10cfea9@ttm02i3w68wgue>
hi
I've installed icecast on my linux box and want to stream with the oddcast Plugin in winamp. It works sofar, clients and source could connect & stream to the server but the clients don't hear anything.
In the mailinglist is no solution for my problem and the logs don't give me an error.
does someone now how to solve the problem ?
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
From mr_radar at charter.net Tue Dec 31 17:36:58 2002
From: mr_radar at charter.net (Tyler Knott)
Date: Tue, 31 Dec 2002 11:36:58 -0600
Subject: [icecast] Nothing happens
In-Reply-To: <003901c2b0e2$52b00500$a10cfea9@ttm02i3w68wgue>
Message-ID: <3E11D5BA.7000704@charter.net>
First of all: what version are you running? Second of all: if you want
to use Winamp as the source then use Windows(not WINE) with a Win32
build of the server or use XMMS on linux if you want something that
looks really close to it(for Linux).
Jens Zeidler wrote:
> hi
>
> I've installed icecast on my linux box and want to stream with the
> oddcast Plugin in winamp. It works sofar, clients and source could
> connect & stream to the server but the clients don't hear anything.
> In the mailinglist is no solution for my problem and the logs don't
> give me an error.
>
> does someone now how to solve the problem ?
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.