Still trying to stream ogg and have not gotten past a make error in ices2. We www.freespeech.org are an independent media / news site so it would be nice to get this running and support this new format. I'd love to convert all of our 700 streaming video files from from realmedia as well but thats another story! Perhaps this is not the correct forum but it seems like there are a lot of people unsucessfully tying to get this working? Took me days to find out that I needed icecast 2 to stream ogg! How about some better docs ? (Yes I know he who has vision has the job!) I checked icecast2/ices2 out of CVS. Icecast installed ok and I could run it fine from the command line (don't know about the permissons thingy but now on doing a make on ices2 I get:(seem like I am missing gnome-xml ??? All this compiling shite is making my head hurt! Perhaps I'll use mp3s instead :( Perhaps there is anther ogg streamer for icecast2 ???) ===============================================Ithread -Iavl -Ilog -Itiming -DHAVE_OSS -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/gnome-xml -I/include -I/include -I/include -c reencode.c gcc -DPACKAGE=\"ices\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -I. -I. -Inet -Ithread -Iavl -Ilog -Itiming -DHAVE_OSS -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/gnome-xml -I/include -I/include -I/include -c encode.c encode.c: In function `encode_initialise': encode.c:65: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in this function) encode.c:65: (Each undeclared identifier is reported only once encode.c:65: for each function it appears in.) encode.c:67: `OV_ECTL_RATEMANAGE_SET' undeclared (first use in this function) make[2]: *** [encode.o] Error 1 make[2]: Leaving directory `/data/programs/ice2/ices/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/data/programs/ice2/ices/src' make: *** [all-recursive] Error 1 ===================================contents of my /usr/include/gnome-xml ========================================= -rw-r--r-- 1 root root 2435 Feb 28 13:22 debugXML.h -rw-r--r-- 1 root root 4146 Feb 28 13:22 encoding.h -rw-r--r-- 1 root root 3123 Feb 28 13:22 entities.h -rw-r--r-- 1 root root 2936 Feb 28 13:22 HTMLparser.h -rw-r--r-- 1 root root 800 Feb 28 13:22 HTMLtree.h lrwxrwxrwx 1 root root 1 May 18 18:02 libxml -> . -rw-r--r-- 1 root root 2551 Feb 28 13:22 nanoftp.h -rw-r--r-- 1 root root 920 Feb 28 13:22 nanohttp.h -rw-r--r-- 1 root root 17325 Feb 28 13:22 parser.h -rw-r--r-- 1 root root 25039 Feb 28 13:22 parserInternals.h -rw-r--r-- 1 root root 3059 Feb 28 13:22 SAX.h -rw-r--r-- 1 root root 16957 Feb 28 13:22 tree.h -rw-r--r-- 1 root root 1246 Feb 28 13:22 uri.h -rw-r--r-- 1 root root 7214 Feb 28 13:22 valid.h -rw-r--r-- 1 root root 4937 Feb 28 13:22 xlink.h -rw-r--r-- 1 root root 3884 Feb 28 13:22 xml-error.h -rw-r--r-- 1 root root 1989 Feb 28 13:22 xmlIO.h -rw-r--r-- 1 root root 1714 Feb 28 13:22 xmlmemory.h -rw-r--r-- 1 root root 6827 Feb 28 13:22 xpath.h <p><p>Regards Richard - <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.
At 07:59 AM 7/29/02 +1000, you wrote:>I noticed another post where it was mentioned which modules were needed etc, >then followed the instructions at xiph.org for CVS. It's working now, >although darkice (which is none of xiph's concern AFAIK) seg-faults..... > >I haven't been able to test ices2 in live mode, well, it seems to work, but I >get silence.... ices2 in playlist mode only plays OGG files right? So to play >a mix of both OGG and MP3 I need to do live streaming and use a player that >supports both to play into the "live" stream..If you're only getting silence out, are you sure you haven't got the mixer set up wrong? Run your favourite mixer program - I use aumix - and make sure the device (line in, mic, or whatever) is set to record, with a non-zero volume. If that's not the problem, then could you get back to me with as much detail about your machine (OS, version, audio hardware, etc.)? <p>>>Perhaps I could write a short step-by-step guide to setting up icecast2..... >It'd be appreciated! 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.
I got legitimate silence since I had no input in the line in or mic in :-) I've tested it now and I get real sound!!! (although I did experience some feedback problems playing xmms into ices, then playing back at the same time with ogg123.....) <p>I think I'll write a breif guide for icecast2/ices2 :-) Mark On Mon, 29 Jul 2002 14:48, Michael Smith wrote:> At 07:59 AM 7/29/02 +1000, you wrote: > >I noticed another post where it was mentioned which modules were needed > > etc, then followed the instructions at xiph.org for CVS. It's working > > now, although darkice (which is none of xiph's concern AFAIK) > > seg-faults..... > > > >I haven't been able to test ices2 in live mode, well, it seems to work, > > but I get silence.... ices2 in playlist mode only plays OGG files right? > > So to play a mix of both OGG and MP3 I need to do live streaming and use > > a player that supports both to play into the "live" stream.. > > If you're only getting silence out, are you sure you haven't got the > mixer set up wrong? Run your favourite mixer program - I use aumix - > and make sure the device (line in, mic, or whatever) is set to record, > with a non-zero volume. > > If that's not the problem, then could you get back to me with as much > detail about your machine (OS, version, audio hardware, etc.)? > > >Perhaps I could write a short step-by-step guide to setting up > > icecast2..... > > It'd be appreciated! > > Michael > > > > --- >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.<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.