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
I would also like to know how I could test this? I need to leave the
current configuration in tack
thanks
--
0___ Wolfgang Schwurack
c/ /'_ Unix System Administrator
(*) \(*) University of Utah/Utah Education Network
Tel: (801) 587-9444
email: wolf@uen.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icecast.xml
Type: text/xml
Size: 5443 bytes
Desc: not available
Url :
http://lists.xiph.org/pipermail/icecast/attachments/20050428/69b6c1d0/icecast.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ices-oss.xml
Type: text/xml
Size: 3427 bytes
Desc: not available
Url :
http://lists.xiph.org/pipermail/icecast/attachments/20050428/69b6c1d0/ices-oss.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: live-kuer.xml
Type: text/xml
Size: 2951 bytes
Desc: not available
Url :
http://lists.xiph.org/pipermail/icecast/attachments/20050428/69b6c1d0/live-kuer.bin
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 completeThis 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.