search for: ices_config

Displaying 20 results from an estimated 30 matches for "ices_config".

2004 Aug 06
2
Trying to compile ices under FreeBSD
...E_CONFIG_H -I. -I. -I.. -DICES_ETCDIR=\"/usr/local/icecast/etc\" -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../resolver -I../thread -I../libshout -I/usr/libdata/perl/5.00503/mach/CORE -I/usr/local/include/libxml2 -I/usr/local/include/libxml2/libxml -g -O2 -Wall -c ices_config.c In file included from /usr/local/include/libxml2/libxml/xmlIO.h:22, from /usr/local/include/libxml2/libxml/parser.h:14, from ices_config.c:24: /usr/local/include/libxml2/libxml/encoding.h:30: giconv.h: No such file or directory gmake[3]: *** [ices_config.o] Error...
2004 Aug 06
1
ices and VBR mp3s?
...r you :) > > jack. > I worked out a patch for ices-0.2.2 that forces ices to *always* re-encode the stream if Reencode is enabled: --- CUT HERE --- --- src/stream.c.orig Thu Jul 26 12:01:55 2001 +++ src/stream.c Thu Mar 7 22:01:51 2002 @@ -174,9 +174,9 @@ #ifdef HAVE_LIBLAME if (ices_config.reencode) - /* only actually decode/reencode if the bitrate of the stream != source */ for (stream = ices_config.streams; stream; stream = stream->next) - if (stream->bitrate != source->bitrate) { +/* ALWAYS reencode -- bypass bitrate checking */ +{ decode = 1;...
2004 Aug 06
0
ices2: ice-url header patch
...enre = NULL, *stream_description = NULL; + char *stream_name = NULL, *stream_genre = NULL, *stream_description = NULL, + *stream_url = NULL; char *user = NULL; vorbis_comment_init(&sdsc->vc); @@ -117,6 +118,11 @@ stream_genre = stream->stream_genre; else if (ices_config->stream_genre) stream_genre = ices_config->stream_genre; + + if(stream->stream_url) + stream_url = stream->stream_url; + else if (ices_config->stream_url) + stream_url = ices_config->stream_url; if(stream_name) if (!(shout_set_name(sdsc-&...
2004 Aug 06
4
ices compile problems (again...)
...ces-0.2.2/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -DICES_ETCDIR=\"/usr/local/icecast/etc\" -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../resolver -I../thread -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/i386-linux/CORE -g -O2 -Wall -c ices_config.c ices_config.c:24:20: parser.h: No such file or directory ices_config.c:25:23: xmlmemory.h: No such file or directory gmake[3]: *** [ices_config.o] Error 1 gmake[3]: Leaving directory `/home/icecast/ices-0.2.2/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/home/icecas...
2005 Feb 20
2
ices2 not re-connecting on live stream
On Sun, 2005-02-20 at 12:15, Fr?d?ric Bri?re wrote: > I've been running ices2 like this 24/7 for months now, only restarting > it once a week for log rotation. Never had a problem since. setting <logsize> will cause an automatic log rotation when a certain file size has been reached. It renames <logfile> to <logfile>.1 then opens a new file <logfile> karl.
2005 Feb 20
0
ices2 not re-connecting on live stream
...FO0, apart from verboseness, ensures that the new logfile is created right away.) --- ices2-2.0.0-kh59.orig/src/signals.c +++ ices2-2.0.0-kh59/src/signals.c @@ -51,9 +51,11 @@ void signal_hup_handler(int signum __attribute__((unused))) { LOG_INFO0("Flushing logs"); - log_flush(ices_config->log_id); + log_reopen(ices_config->log_id); + LOG_INFO0("Reloading playlist"); ices_config->next_track = 1; + signal(SIGHUP, signal_hup_handler); } @@ -67,6 +69,7 @@ void signals_setup(void) { + signal(SIGHUP, signal_hup_handler); signal(SIGINT, signal...
2004 Aug 06
0
Trying to compile ices under FreeBSD
...DICES_ETCDIR=\"/usr/local/icecast/etc\" > -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../resolver > -I../thread -I../libshout > -I/usr/libdata/perl/5.00503/mach/CORE -I/usr/local/include/libxml2 > -I/usr/local/include/libxml2/libxml -g -O2 -Wall -c > ices_config.c > In file included from /usr/local/include/libxml2/libxml/xmlIO.h:22, > from > /usr/local/include/libxml2/libxml/parser.h:14, > from ices_config.c:24: > /usr/local/include/libxml2/libxml/encoding.h:30: giconv.h: No such > file or directory >...
2004 Aug 06
0
trouble compiling ices
...o 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...
2004 Aug 06
0
Trouble compiling ices 0.2.3
...s 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 pl...
2004 Aug 06
3
Newbie playing with php
Also sprach Bolt Thrower: > On Fri, Mar 29, 2002 at 03:00:35PM -0300, Luiz Claudio Duarte wrote: > > Hi, folks. I've installed icecast 1.3.11 and I'm very happy with > > it. But I'd like to add a "now playing" gizmo to my home page; > > can anyone point me to a php script or something else that does > > the trick? Thanks in advance. > > Two
2004 Aug 06
1
Compiling Problems with ices
Hi list, I tried to set up icecast and ices on our server and ran into problems compiling ices. I ran ./configure --with-xml-config=/usr/lib where the libxml2-2.4.3 is sitting but got this error : "in ices_config.o undefined ref. to xmlParseFile" I also installed libxml2-2.4.3-devel, so the header files should be in place. I ran ldconfig several times but that didn't change anything. My OS is Linux 2.4.4 . Please give me a clue what's wrong. Cheers Wolfgang -- Wolfgang Ebneter M.Sc. Data...
2004 Aug 06
2
Ices on Linux PPC
> > >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
2004 Aug 06
1
problems building ices-0.2.3
...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 pl...
2004 Aug 06
0
compiling ices on solaris 9 / sparc
...or follows. -Dave D $ make make all-recursive Making all in libshout make all-recursive Making all in doc Making all in src Making all in playlist /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o ices ices.o log.o setup.o stream.o util.o mp3.o cue.o metadata.o id3.o signals.o reencode.o ices_config.o playlist/libplaylist.a ../libshout/libices.la -lnsl -lmp3lame -R /usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE /usr/perl5/5.6.1/lib/sun4-solaris-64int/auto/DynaLoader/DynaLoader.a -L/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -lperl -lsocket -lnsl -ldl -lm -lc -L/usr/lib -R/usr/lib -lxml2...
2004 Aug 06
2
Ices on Linux PPC
...s 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 pl...
2004 Aug 06
3
Ices 3.0 compile issues
..., all compiled on the same machine and it's working well. But I can't compile ices 3.0. It's telling various errors like In file included from ../../src/definitions.h:99, from playlist.c:22: ../../src/icestypes.h:38: parse error before "shout_t" Or ../../src/ices_config.h:22: parse error before '*' token playlist.c:25: parse error before "ices_config" Etc.. I've tried various things like getting the latest nightly snapshot for ices. Any idea ? IS this because icecast2 should be in the path ? If yes, do somebody can confirm I can use ices-3...
2004 Aug 06
1
ices: Metadata for im_stdinpcm
...rrent->name, "channels")) s->channels = atoi(current->value); + else if(!strcmp(current->name, "metadata")) + use_metadata = atoi(current->value); + else if(!strcmp(current->name, "metadatafilename")) + ices_config->metadata_filename = current->value; else LOG_WARN1("Unknown parameter %s for stdinpcm module", current->name); current = current->next; + } + if(use_metadata) + { + if(ices_config->metadata_filename) + thread_crea...
2004 Aug 06
2
Trouble compiling ices
...gcc -DHAVE_CONFIG_H -I. -I. -I.. -DICES_ETCDIR=\"/usr/local/icecast/etc\" -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../resolver -I../thread -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/i386-linux/CORE -I/usr/include/gnome-xml -g -O2 -Wall -c ices_config.c /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o ices ices.o log.o setup.o stream.o util.o mp3.o cue.o metadata.o id3.o signals.o reencode.o ices_config.o playlist/libplaylist.a ../resolver/libresolver.a ../thread/libicethread.a ../avl/libiceavl.a ../log/libicelog.a -lpthread -lsho...
2004 Aug 06
1
compiling ices on solaris 9 / sparc
...make all-recursive >Making all in libshout >make all-recursive >Making all in doc >Making all in src >Making all in playlist >/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o ices ices.o log.o setup.o >stream.o util.o mp3.o cue.o metadata.o id3.o signals.o reencode.o ices_config.o >playlist/libplaylist.a ../libshout/libices.la -lnsl -lmp3lame -R >/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE >/usr/perl5/5.6.1/lib/sun4-solaris-64int/auto/DynaLoader/DynaLoader.a >-L/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -lperl -lsocket -lnsl -ldl -lm >-lc -L/usr/li...
2004 Aug 06
2
Two Things: Python 2.1 & ices 0.2.2 / Multiple Streams
First off, I managed to build iceS 0.2.2 with Python 2.1, though I had to add -lutil to the $LIBS definition whilst ./configure'ing. Otherwise, configure won't find Py_Initialize Secondly - multiple streams I've added a second "stream" definition to my ices.conf, and both streams show up as sources for icecast, (http://blah.com:8000/list.cgi), though when i try to connect