Philip White
2004-Aug-06 14:22 UTC
[icecast] Some questions and problems about setting up Icecast2
I've finally decided to take the plunge and set up an Icecast 2 server on my Linux 2.4.18 machine. After asking in #vorbis, I was told that I need ice2 and ices. From what I understand, ice2 is the Icecast2 server, while ices is a program that sends it data to push to its clients. Am I right? After downloading both modules, the first problem I've ran into is executing the autogen.sh scripts on both of them. Here's what happens when I run the script in ice2: [pwhite@pwhite ice2]$ ./autogen.sh I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line. Generating configuration files for icecast, please wait.... aclocal aclocal: configure.in: 7: macro `AM_PROG_LIBTOOL' not found in library libtoolize --automake automake --add-missing configure.in:4: no proper implementation of AM_INIT_AUTOMAKE was found, configure.in:4: probably because aclocal.m4 is missing... configure.in:4: You should run aclocal to create this file, then configure.in:4: run automake again. /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL src/Makefile.am:5: required directory src/avl does not exist src/Makefile.am:5: required directory src/thread does not exist src/Makefile.am:5: required directory src/httpp does not exist src/Makefile.am:5: required directory src/net does not exist src/Makefile.am:5: required directory src/log does not exist autoconf configure.in:4: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.in:7: error: possibly undefined macro: AM_PROG_LIBTOOL ./configure: line 1143: syntax error near unexpected token `AM_INIT_AUTOMAKE(icecast,2.0)' ./configure: line 1143: `AM_INIT_AUTOMAKE(icecast,2.0)' Here is the output of autogen.sh for ices: [pwhite@pwhite ices]$ ./autogen.sh I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line. Generating configuration files for ices, please wait.... aclocal aclocal: configure.in: 58: macro `AM_PROG_LIBTOOL' not found in library autoheader automake --add-missing configure.in:31: no proper implementation of AM_INIT_AUTOMAKE was found, configure.in:31: probably because aclocal.m4 is missing... configure.in:31: You should run aclocal to create this file, then configure.in:31: run automake again. configure.in:58: required file `./ltmain.sh' not found /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL autoconf configure.in:181: warning: AC_CONFIG_SUBDIRS: you should use literals configure.in:2: error: possibly undefined macro: AM_CONFIG_HEADER configure.in:31: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.in:57: error: possibly undefined macro: AM_MAINTAINER_MODE configure.in:58: error: possibly undefined macro: AM_PROG_LIBTOOL configure.in:182: error: possibly undefined macro: AM_CONDITIONAL running autogen.sh in libshout ./autogen.sh: cd: libshout: No such file or directory I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line. Generating configuration files for ices, please wait.... [[[[[repeats infinitely!]]]]] Here is some more information: autoconf 2.53 automake 1.6.2 aclocal 1.6.2 I don't know what other software versions you may be interested in, but it's a RedHat 7.3 distribution. Furthermore, I want the Icecast 2 running on the server, but my friend will be doing the actual streaming from his Windows machine through Winamp, so I don't suppose I need any icecast client installed. Any help would be GREATLY appreciated! -- Philip M. White Houston, TX; U.S.A. GPG key: 0xC2A34385 -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 190 bytes Desc: not available Url : http://lists.xiph.org/pipermail/icecast/attachments/20020727/7e4d5022/part.pgp
Manuel Lora
2004-Aug-06 14:22 UTC
[icecast] Some questions and problems about setting up Icecast2
try checking out shout, also from cvs ml <p>On Saturday 27 July 2002 09:48 pm, Philip White wrote:> I've finally decided to take the plunge and set up an Icecast 2 server on > my Linux 2.4.18 machine. After asking in #vorbis, I was told that I need > ice2 and ices. From what I understand, ice2 is the Icecast2 server, while > ices is a program that sends it data to push to its clients. Am I right? > After downloading both modules, the first problem I've ran into is > executing the autogen.sh scripts on both of them. Here's what happens when > I run the script in ice2: > > [pwhite@pwhite ice2]$ ./autogen.sh > I am going to run ./configure with no arguments - if you wish > to pass any to it, please specify them on the ./autogen.sh command line. > Generating configuration files for icecast, please wait.... > aclocal > aclocal: configure.in: 7: macro `AM_PROG_LIBTOOL' not found in library > libtoolize --automake > automake --add-missing > configure.in:4: no proper implementation of AM_INIT_AUTOMAKE was found, > configure.in:4: probably because aclocal.m4 is missing... > configure.in:4: You should run aclocal to create this file, then > configure.in:4: run automake again. > /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in > AM_CONDITIONAL /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not > appear in AM_CONDITIONAL /usr/local/share/automake-1.6/am/depend2.am: AMDEP > does not appear in AM_CONDITIONAL > /usr/local/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in > AM_CONDITIONAL src/Makefile.am:5: required directory src/avl does not exist > src/Makefile.am:5: required directory src/thread does not exist > src/Makefile.am:5: required directory src/httpp does not exist > src/Makefile.am:5: required directory src/net does not exist > src/Makefile.am:5: required directory src/log does not exist > autoconf > configure.in:4: error: possibly undefined macro: AM_INIT_AUTOMAKE > configure.in:7: error: possibly undefined macro: AM_PROG_LIBTOOL > ./configure: line 1143: syntax error near unexpected token > `AM_INIT_AUTOMAKE(icecast,2.0)' ./configure: line 1143: > `AM_INIT_AUTOMAKE(icecast,2.0)' > > Here is the output of autogen.sh for ices: > > [pwhite@pwhite ices]$ ./autogen.sh > I am going to run ./configure with no arguments - if you wish > to pass any to it, please specify them on the ./autogen.sh command line. > Generating configuration files for ices, please wait.... > aclocal > aclocal: configure.in: 58: macro `AM_PROG_LIBTOOL' not found in library > autoheader > automake --add-missing > configure.in:31: no proper implementation of AM_INIT_AUTOMAKE was found, > configure.in:31: probably because aclocal.m4 is missing... > configure.in:31: You should run aclocal to create this file, then > configure.in:31: run automake again. > configure.in:58: required file `./ltmain.sh' not found > /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in > AM_CONDITIONAL /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not > appear in AM_CONDITIONAL /usr/local/share/automake-1.6/am/depend2.am: AMDEP > does not appear in AM_CONDITIONAL > /usr/local/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in > AM_CONDITIONAL /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not > appear in AM_CONDITIONAL /usr/local/share/automake-1.6/am/depend2.am: AMDEP > does not appear in AM_CONDITIONAL > /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in > AM_CONDITIONAL /usr/local/share/automake-1.6/am/lang-compile.am: AMDEP does > not appear in AM_CONDITIONAL autoconf > configure.in:181: warning: AC_CONFIG_SUBDIRS: you should use literals > configure.in:2: error: possibly undefined macro: AM_CONFIG_HEADER > configure.in:31: error: possibly undefined macro: AM_INIT_AUTOMAKE > configure.in:57: error: possibly undefined macro: AM_MAINTAINER_MODE > configure.in:58: error: possibly undefined macro: AM_PROG_LIBTOOL > configure.in:182: error: possibly undefined macro: AM_CONDITIONAL > running autogen.sh in libshout > ./autogen.sh: cd: libshout: No such file or directory > I am going to run ./configure with no arguments - if you wish > to pass any to it, please specify them on the ./autogen.sh command line. > Generating configuration files for ices, please wait.... > [[[[[repeats infinitely!]]]]] > > Here is some more information: > > autoconf 2.53 > automake 1.6.2 > aclocal 1.6.2 > I don't know what other software versions you may be interested in, but > it's a RedHat 7.3 distribution. > > Furthermore, I want the Icecast 2 running on the server, but my friend will > be doing the actual streaming from his Windows machine through Winamp, so I > don't suppose I need any icecast client installed. > > Any help would be GREATLY appreciated!-- Ogg Vorbis: Open Free Audio http://www.vorbis.com <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Moritz Grimm
2004-Aug-06 14:22 UTC
[icecast] Some questions and problems about setting up Icecast2
Philip White wrote:> I've finally decided to take the plunge and set up an Icecast 2 server on my Linux 2.4.18 machine. After asking in #vorbis, I was told that I need ice2 and ices. From what I understand, ice2 is the Icecast2 server, while ices is a program that sends it data to push to its clients. Am I right? > After downloading both modules, the first problem I've ran into is executing the autogen.sh scripts on both of them. Here's what happens when I run the script in ice2:The modules you need first are libshout, ices and icecast. If you check them out from CVS at xiph.org, you get automatically the latest 2.0 version. 2nd, read the file HACKING in each module's subdirectory; it tells you what else you have to check out, etc. <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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Is there a quick guide to setting up an icecast2 server? Specifically I want something I can muck around with to test it out and put into use later. I'd like to set up a basic icecast2 streaming server streaming ogg streams, and either play from a play list, or preferably from dsp so I can record microphone and whatever other sounds I am playing etc. Anyway, I attempted this a while ago, I got icecast2 running, but ices2 didn't work for me, so I was left streaming in mp3... I also had problems with a playlist containing ogg files, it couldn't play them..... Mark --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Ices is pretty easy to set up. Can you be more specific than "it didn't work for me"? ml On Saturday 27 July 2002 10:03 pm, Mark Hetherington wrote:> Is there a quick guide to setting up an icecast2 server? > Specifically I want something I can muck around with to test it out and put > into use later. I'd like to set up a basic icecast2 streaming server > streaming ogg streams, and either play from a play list, or preferably from > dsp so I can record microphone and whatever other sounds I am playing etc. > > Anyway, I attempted this a while ago, I got icecast2 running, but ices2 > didn't work for me, so I was left streaming in mp3... I also had problems > with a playlist containing ogg files, it couldn't play them..... > > Mark > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered.-- Ogg Vorbis: Open Free Audio http://www.vorbis.com <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Mark Hetherington wrote:> Is there a quick guide to setting up an icecast2 server? > Specifically I want something I can muck around with to test it out and put > into use later. I'd like to set up a basic icecast2 streaming server > streaming ogg streams, and either play from a play list, or preferably from > dsp so I can record microphone and whatever other sounds I am playing etc.This (recording from the dsp) you can achieve by using darkice + icecast2. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Michael Smith
2004-Aug-06 14:22 UTC
[icecast] Some questions and problems about setting up Icecast2
At 09:48 PM 7/27/02 -0500, you wrote:> I've finally decided to take the plunge and set up an Icecast 2 server on my Linux 2.4.18 machine. After asking in #vorbis, I was told that I need ice2 and ices. From what I understand, ice2 is the Icecast2 server, while ices is a program that sends it data to push to its clients. Am I right? > After downloading both modules, the first problem I've ran into is executing the autogen.sh scripts on both of them. Here's what happens when I run the script in ice2:No, you need icecast2 and ices2 (as you add later, you don't want a source client, so you can skip ices2 - oddcast dsp (winamp plugin) is recommended for windows stuff).>src/Makefile.am:5: required directory src/avl does not exist >src/Makefile.am:5: required directory src/thread does not exist >src/Makefile.am:5: required directory src/httpp does not exist >src/Makefile.am:5: required directory src/net does not exist >src/Makefile.am:5: required directory src/log does not existThis means that you haven't got the entire source. See HACKING for details of what you need to do. <p>>autoconf 2.53>automake 1.6.2 >aclocal 1.6.2The autotools packages break backwards compatibility with pretty much every release. You probably need automake 1.4.x Michael <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Philip White
2004-Aug-06 14:22 UTC
[icecast] Some questions and problems about setting up Icecast2
On Sun, Jul 28, 2002 at 11:31:59PM +1000, Michael Smith wrote:> At 09:48 PM 7/27/02 -0500, you wrote: > > I've finally decided to take the plunge and set up an Icecast 2 server on my Linux 2.4.18 machine. After asking in #vorbis, I was told that I need ice2 and ices. From what I understand, ice2 is the Icecast2 server, while ices is a program that sends it data to push to its clients. Am I right? > > After downloading both modules, the first problem I've ran into is executing the autogen.sh scripts on both of them. Here's what happens when I run the script in ice2: > > No, you need icecast2 and ices2 (as you add later, you don't want a source > client, so you can skip ices2 - oddcast dsp (winamp plugin) is recommended > for windows stuff). > > >src/Makefile.am:5: required directory src/avl does not exist > >src/Makefile.am:5: required directory src/thread does not exist > >src/Makefile.am:5: required directory src/httpp does not exist > >src/Makefile.am:5: required directory src/net does not exist > >src/Makefile.am:5: required directory src/log does not exist > > This means that you haven't got the entire source. See HACKING for > details of what you need to do. > > > >autoconf 2.53 > >automake 1.6.2 > >aclocal 1.6.2 > > The autotools packages break backwards compatibility with pretty much > every release. You probably need automake 1.4.x > > Michael >When you say "icecast2", do you mean the module 'ice2'? The reason I ask is because I don't see a 'icecast2' module in CVS. I also don't see the HACKING file in ice2. Could you please provide a little more information about the CVS modules that I need? Thanks. -- Philip. -- Philip M. White Houston, TX; U.S.A. GPG key: 0xC2A34385 -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 190 bytes Desc: not available Url : http://lists.xiph.org/pipermail/icecast/attachments/20020728/9b8ef0b4/part.pgp
At 01:03 PM 7/28/02 +1000, you wrote:>Is there a quick guide to setting up an icecast2 server? >Specifically I want something I can muck around with to test it out and put >into use later. I'd like to set up a basic icecast2 streaming server >streaming ogg streams, and either play from a play list, or preferably from >dsp so I can record microphone and whatever other sounds I am playing etc. > >Anyway, I attempted this a while ago, I got icecast2 running, but ices2 didn't >work for me, so I was left streaming in mp3... I also had problems with a >playlist containing ogg files, it couldn't play them.....I don't know of any good guides that are up to date. It's already on my TODO list. If you have problems with ices2 (or icecast2) please do ask on the list with more specifics - if you don't, we can't fix your problems (if they're bugs), or explain what you're doing wrong if they aren't. Michael <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.