> > >seems odd.. > >with sh use >make 2>&1 1> output > >or with csh > >make >& output > >karl >I ran make again. Here is the output: Making all in src make[1]: Entering directory `/usr/ices/src' Making all in avl make[2]: Entering directory `/usr/ices/src/avl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/avl' Making all in thread make[2]: Entering directory `/usr/ices/src/thread' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/thread' Making all in net make[2]: Entering directory `/usr/ices/src/net' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/net' Making all in log make[2]: Entering directory `/usr/ices/src/log' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/log' Making all in timing make[2]: Entering directory `/usr/ices/src/timing' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/timing' make[2]: Entering directory `/usr/ices/src' 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/libxml2/libxml -I/usr/include/libxml2 -I/include -I/include -I/include -I/include -c encode.c encode.c: In function `encode_initialise': encode.c:91: storage size of `ai' isn't known encode.c:92: `OV_ECTL_RATEMANAGE_GET' undeclared (first use in this function) encode.c:92: (Each undeclared identifier is reported only once encode.c:92: for each function it appears in.) encode.c:96: `OV_ECTL_RATEMANAGE_SET' undeclared (first use in this function) encode.c:101: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in this function) make[2]: *** [encode.o] Error 1 make[2]: Leaving directory `/usr/ices/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/ices/src' make: *** [all-recursive] Error 1 <p><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.
> > > The other lines indicate that 'OV_ECTL_RATEMANAGE_XXX' is undeclared. > > Where XXX is GET, SET, AVG > > > > How do I redirect the output from 'make' to a file so that I can post > > the rest of the error? > > seems odd..<p> .. just caught this msg ,. i had the same problem . it has to do w/ OGGVORBiS . . using debian , i THiNK i had to install the unstable package of OGG/VORBiS libs . this made the difference . . ( and be sure the clear out the old libs correctly if you are not using a package maintainer .) a:/, --- >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.
> > >> >> > >That line relates to this >struct ovectl_ratemanage_arg ai; > >which is defined in vorbis/vorbisenc.h. Is one of those other lines >stating that certain headers files could not be found? If so then make >sure that your system has the ogg and vorbis packages installed. You may >have to build libogg and libvorbis from source if you don't have the >binaries for PPC. > >Turns out I do have vorbis installed. I can use ogg123 and oggenc from the command line as well as lame and mpg123, mpg321 The file you mentioned is located in /usr/include/vorbis/vorbisenc.h The other lines indicate that 'OV_ECTL_RATEMANAGE_XXX' is undeclared. Where XXX is GET, SET, AVG How do I redirect the output from 'make' to a file so that I can post the rest of the error? Drew <p><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.
Greetings everyone.... When I run liveice, I get an "Error:sending data to remote server message" from liveice, and then it hangs (I actually have to open another console window to kill the process). The IceCast server respond with the following: Kicking source 1 [127.0.0.1] [Access Denied (tcp wrappers (source connection))] [encoder], connected for 1 seconds, 0 bytes transfered. -1 sources connected I am pretty sure this has to do with the permissions settings in both the hosts.allow file and the icecast.conf file, but I am not sure what to change (I can access the IceCast admin window without a problem). I have included what happens when I run IceCast and LiveIce below.... Any help would be greatly appreciated... Best regards, Bryan <p>[root@live liveice]# ./liveice playlist playlist 0 Initialising Soundcard 16Bit 22050Hz Stereo opening connection to localhost 80 Attempting to Contact Server connection successful: forking process opening pipe!... writing password Setting up Interface Soundcard Reopened For Encoding Input Format: 16Bit 22050Hz Stereo Output Format: 32000 Bps Mpeg Audio IceCast Server: localhost:80 Mountpoint: live Name: LiveMusic Genre: experimental Url: http://server.com:80 Description: Live and on the air Press '+' to Finish Lvl: L: 70 R: 61 1279:Error: sending data to remote server Lvl: L: 68 R: 70 [root@live icecast-1.3.12]# icecast Icecast Version 1.3.12 Initializing... Icecast comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of Icecast under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Starting thread engine... [20/Dec/2002:10:35:45] Icecast Version 1.3.12 Starting.. [20/Dec/2002:10:35:45] Starting Admin Console Thread... -> [20/Dec/2002:10:35:45] Starting main connection handler... -> [20/Dec/2002:10:35:45] Listening on port 80... -> [20/Dec/2002:10:35:45] Using 'server.com' as servername... -> [20/Dec/2002:10:35:45] Server limits: 900 clients, 900 clients per source, 10 sources, 5 admins -> [20/Dec/2002:10:35:45] WWW Admin interface accessible at http://server.com:80/admin -> [20/Dec/2002:10:35:45] Starting Calender Thread... -> [20/Dec/2002:10:35:45] Starting UDP handler thread... -> [20/Dec/2002:10:35:45] Starting relay connector thread... -> -> [20/Dec/2002:10:35:45] [Bandwidth: 0.000000MB/s] [Sources: 0] [Clients: 0] [Admins: 1] [Uptime: 0 seconds] -> [20/Dec/2002:10:36:07] Kicking source 1 [127.0.0.1] [Access Denied (tcp wrappers (source connection))] [encoder], connected for 1 seconds, 0 bytes transfered. -1 sources connected -> [20/Dec/2002:10:36:07] Kicking all 0 clients for source 1 -> --- >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 Fri, 2002-12-20 at 17:50, Drew Lane wrote:> >That line relates to this > >struct ovectl_ratemanage_arg ai; > > > >which is defined in vorbis/vorbisenc.h. Is one of those other lines > >stating that certain headers files could not be found? If so then make > >sure that your system has the ogg and vorbis packages installed. You may > >have to build libogg and libvorbis from source if you don't have the > >binaries for PPC. > > > > > Turns out I do have vorbis installed. > > I can use ogg123 and oggenc from the command line as well as lame and > mpg123, mpg321 > > The file you mentioned is located in /usr/include/vorbis/vorbisenc.hhmmm... looks in the right place.> The other lines indicate that 'OV_ECTL_RATEMANAGE_XXX' is undeclared. > Where XXX is GET, SET, AVG > > How do I redirect the output from 'make' to a file so that I can post > the rest of the error?eems odd.. with sh use make 2>&1 1> output or with csh make >& output karl <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.
Hello I've been playing around with Icecast, Oddcast DSP v2 and streamTranscoder, trying to get multiple streams with different bitrates in ogg format running. The source I am streaming is from Winamp 2.80 Oddcast DSP v2 serving to a linux compilation (got it from CVS just yesterday) of Icecast 2. I also compiled streamTranscoder 1.1 and after much trial got a not really stable second stream running. streamTranscoder tends to hickup the sound and crash however, and it does not seem possible to run more then one instance (got broken pipe then). Can you tell me any alternative software that provides this functionality? I read about Ices2, darkice and liveice but these dont seem to be able to take an (ogg-) stream for datainput. Also, if you were to set up multiple icecast servers, how would you do that? Thanx, Lukas <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 currently have Icecast 2.3.1 running with Darkice on a Fedora Core 4 box (with the 2.6.14 kernel). We have three streams running (all mp3) @ 128kbs, 64kbs, and 24kbs. I am consistently seeing the following error: kernel: Unable to handle kernel paging request at virtual address ffffffff It does appear to be icecast causing the error. Oddly, when this first started showing up, it would crash icecast entirely - meaning I couldn't get any stream. Now, it seems that icecast continues to run, but only one or two of the streams will fail. Any ideas? I have a friend who's also looking around, but we're pretty stumped as to what's causing the error. Thanks, Bryan P.S. This is a brand new hard drive, and a brand new installation of fedora core and icecast. The computer itself is about 3 years old (Dell).