I have got ices running with quality -1 (and on my roommates crappy computer speakers it sounds damn near the real thing - better than FM radio anyway)... I'm just wondering if it's posible to configure it with a maximum bitrate, or a nominal bitrate. i.e. to use managed bitrates instead of quality (I know it's a no no, but this is streaming!). Mark <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 Mon, Jul 29, 2002 at 02:45:50PM +1000, Michael Smith wrote:> > > 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? > > icecast2 is in the 'icecast' module in xiph.org cvs. ices2 is in the 'ices' > module in xiph.org cvs. > > Michael >After checking out the 'icecast' module and all required src/* modules from xiph.org, I am faced with the following screenful: [pwhite@pwhite icecast]$ ./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: 8: 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 /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 /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 /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:4: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.in:8: error: possibly undefined macro: AM_PROG_LIBTOOL configure.in:116: error: possibly undefined macro: AM_PATH_OGG configure.in:117: error: possibly undefined macro: AM_PATH_VORBIS ./configure: line 1189: syntax error near unexpected token `AM_INIT_AUTOMAKE(icecast,2.0)' ./configure: line 1189: `AM_INIT_AUTOMAKE(icecast,2.0)' Does it mean that I need to downgrade my automake and/or other utilities, or does the problem lie elsewhere? Thanks for your help. -- 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/70f02302/part.pgp
Michael Smith
2004-Aug-06 14:22 UTC
[icecast] Some questions and problems about setting up Icecast2
>Does it mean that I need to downgrade my automake and/or other utilities, or does the problem lie elsewhere? >Thanks for your help.Yes. automake 1.6 is probably incompatible with older versions, which are more widely used. It could of course be other tools like autoconf as well, but those errors look more like automake problems. 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 Mon, Jul 29, 2002 at 06:09:12PM +1000, Michael Smith wrote:> > Yes. automake 1.6 is probably incompatible with older versions, which are > more widely used. It could of course be other tools like autoconf as well, > but those errors look more like automake problems. >After downgrading automake to 1.4-p6, I get much fewer errors, and here they are: [pwhite@pwhite icecast]$ ./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: 8: macro `AM_PROG_LIBTOOL' not found in library libtoolize --automake automake --add-missing autoconf configure.in:4: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.in:8: error: possibly undefined macro: AM_PROG_LIBTOOL configure.in:116: error: possibly undefined macro: AM_PATH_OGG configure.in:117: error: possibly undefined macro: AM_PATH_VORBIS ./configure: line 1189: syntax error near unexpected token `AM_INIT_AUTOMAKE(icecast,2.0)' ./configure: line 1189: `AM_INIT_AUTOMAKE(icecast,2.0)' What do you think? -- 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/81be6504/part.pgp