At 02:40 06/04/01 -0700, Harry wrote:>It turns out, from what I can tell, streamcast doesn't send bitrate >information. Here's the changes I made in the part of the code so that it does: > >182c188,189 >< icy_compat => 0, >--- > > icy_compat => 1, > > bitrate => $bitrate,Well, how weird is this, eh ? Thanks for the tip, Harry. I made the change, and now my stream is fine (no stuttering, no clicks, pops, bangs or crackles) but it didn't help me get a listing on any of the directory servers I'm trying! So, I've now got a good stream, but I've lost all my listeners. I'll keep prodding. In the meantime, does anyone actually know what this means.... directory_touch_xa([yp.icecast.org:80]) completed...server id = 69 Is this success or failure? Is there someone on the list who helps run the iceast directory who can answer this question ??? Cheers, Mike. mjp@filmsat59.com http://www.filmsat59.com Films at 59 Ltd, 59 Cotham Hill, Bristol. BS6 6JR ENGLAND +44 117 906 4300 --- >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.
>In the meantime, does anyone actually know what this means.... > >directory_touch_xa([yp.icecast.org:80]) completed...server id = 69I don't know what it means, but I got the same message as you (including server id number) whether I was getting listed or not. What's your streamcast command, btw? I wonder if something there is causing the problem. -Harry --- >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.
Howdy, Im looking for some help on getting ices to compile with lame support. My goal is to get it compiled to I can do on the fly re-encoding. My problem.. When I run make on ices, I get the following error.... Making all in xml make[3]: Entering directory `/usr/src/ices-0.0.1.beta5/src/xml' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I../../libshout -I/usr/src/lame3.70 -I/usr/include/libxml -I/usr/include -g -O2 -Wall -c parse.c rm -f libicesxml.a ar cru libicesxml.a parse.o ranlib libicesxml.a make[3]: Leaving directory `/usr/src/ices-0.0.1.beta5/src/xml' make[3]: Entering directory `/usr/src/ices-0.0.1.beta5/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread -I../libshout -I/usr/src/lame3.70 -I/usr/include/libxml -I/usr/include -g -O2 -Wall -c log.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread -I../libshout -I/usr/src/lame3.70 -I/usr/include/libxml -I/usr/include -g -O2 -Wall -c setup.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread -I../libshout -I/usr/src/lame3.70 -I/usr/include/libxml -I/usr/include -g -O2 -Wall -c ices.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread -I../libshout -I/usr/src/lame3.70 -I/usr/include/libxml -I/usr/include -g -O2 -Wall -c stream.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread -I../libshout -I/usr/src/lame3.70 -I/usr/include/libxml -I/usr/include -g -O2 -Wall -c util.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread -I../libshout -I/usr/src/lame3.70 -I/usr/include/libxml -I/usr/include -g -O2 -Wall -c playlist.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread -I../libshout -I/usr/src/lame3.70 -I/usr/include/libxml -I/usr/include -g -O2 -Wall -c dj.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread -I../libshout -I/usr/src/lame3.70 -I/usr/include/libxml -I/usr/include -g -O2 -Wall -c mp3.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread -I../libshout -I/usr/src/lame3.70 -I/usr/include/libxml -I/usr/include -g -O2 -Wall -c cue.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread -I../libshout -I/usr/src/lame3.70 -I/usr/include/libxml -I/usr/include -g -O2 -Wall -c id3.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread -I../libshout -I/usr/src/lame3.70 -I/usr/include/libxml -I/usr/include -g -O2 -Wall -c signals.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread -I../libshout -I/usr/src/lame3.70 -I/usr/include/libxml -I/usr/include -g -O2 -Wall -c reencode.c reencode.c: In function `ices_reencode_initialize': reencode.c:46: void value not ignored as it ought to be reencode.c:60: void value not ignored as it ought to be reencode.c: In function `ices_reencode_reset': reencode.c:97: void value not ignored as it ought to be reencode.c:113: void value not ignored as it ought to be make[3]: *** [reencode.o] Error 1 make[3]: Leaving directory `/usr/src/ices-0.0.1.beta5/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/ices-0.0.1.beta5/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/ices-0.0.1.beta5' make: *** [all-recursive-am] Error 2 ----------------------------------------------------- This is my configure line... ./configure --with-lame=yes --with-lame-includes=/usr/src/lame3.70 --with-lame-libraries=/usr/src/lame3.70 Im using.. lame 3.70 (compiled with no GTK support) ices 0.0.1.beta5 libxml2 2.3.5-1 libxml2-dev 2.3.5-1 This is a debian dist, kernel 2.2.17 Thanks for any help you guys can give me, -darin __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.