> > > > >>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 <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.
> > >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 <mount> The icecast server is actually on a different box, but it's the old version (1.3, I think). Are these compatible? Also, will this live stream be Ogg or MP3? I need MP3. 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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Sat, 2002-12-21 at 15:49, Drew Lane wrote:> 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 <mount>anything you want really, it's the external reference for the stream.> The icecast server is actually on a different box, but it's > the old version (1.3, I think). Are these compatible?Not sure of it's support for ogg, thats why it's recommended that icecast2 is used.> 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 <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.