[Icecast] help with icecast2 & ices2

Karl Heyes karl at xiph.org
Thu Apr 28 20:37:27 UTC 2005


On Thu, 2005-04-28 at 18:42, Wolfgang Schwurack wrote:
> Hi
> 
> I'm trying to setup a new streaming server for us. We are a radio 
> station which we stream live and have archive files (mp3). We currently 
> are using icecast-1.3.12 on solaris9 and darkice-0.13.1 also on 
> solaris9. I have setup two new servers using icecast-2.2.0 on solaris9 
> and ices-2.0.1 on solaris9.  I'm not sure if I have setup the conf files 
> correct (see attached files) but I am getting this error on my ices server.
> 
> # ./ices /opt/ices/conf/live-kuer.xml
> 
> [2005-04-28  11:01:19] INFO ices-core/main IceS 2.0.1 started...
> [2005-04-28  11:01:19] EROR input/input_loop Couldn't initialise input 
> module "oss"
> [2005-04-28  11:01:19] INFO ices-core/main Shutdown complete

This is unusual, each failure exit path from the open of OSS has some
'EROR' message which is not showing, which makes me think that it's not
compiled in.  Check the config.h for HAVE_OSS, it should be

/* Define to enable OSS input module */
#define HAVE_OSS 

if it's something else then the configure script didn't find the header
files.

karl.





More information about the Icecast mailing list