Iceuse - Kris
2006-Jun-07 14:49 UTC
[Icecast] oss problems with ices 2.0.1, while ok with ices 2.0kh60 on same machine
But what I don't understand is that it's exactly the same input module config than in ices2.0kh60 config file... and if I remove the param="rate" line, I have the same error. Maybe I need to set it somewhere else? (it is already into resample and encoding section with correct values) The same config is working fine on another machine, so it may be related to system? but ices2.0kh60 is working with oss. Chris> Iceuse - Kris wrote: >> Hi... >> >> now, I have a trouble on one source machine. I'm using oss to get the >> sound. >> encoding is ok with ices 2.0kh60 but with ices 2.0.1, I'm getting >> [2006-06-07 23:17:48] INFO ices-core/main IceS 2.0.1 started... >> [2006-06-07 23:17:48] EROR input-oss/oss_open_module Couldn't set >> sampling rate >> [2006-06-07 23:17:48] EROR input/input_loop Couldn't initialise >> input module "oss" >> [2006-06-07 23:17:48] INFO ices-core/main Shutdown complete >> >> Is there some difference regarding oss between the two version? > > not with setting the capture parameters, maybe something else is > accessing > the dsp with a different samplerate and the driver is limiting access. > > > karl. > > >
Iceuse - Kris
2006-Jun-07 21:21 UTC
[Icecast] oss problems with ices 2.0.1, while ok with ices 2.0kh60 on same machine
Hi... now, I have a trouble on one source machine. I'm using oss to get the sound. encoding is ok with ices 2.0kh60 but with ices 2.0.1, I'm getting [2006-06-07 23:17:48] INFO ices-core/main IceS 2.0.1 started... [2006-06-07 23:17:48] EROR input-oss/oss_open_module Couldn't set sampling rate [2006-06-07 23:17:48] EROR input/input_loop Couldn't initialise input module "oss" [2006-06-07 23:17:48] INFO ices-core/main Shutdown complete Is there some difference regarding oss between the two version? Thanks Chris <input> <module>oss</module> <param name="device">/dev/dsp</param> <param name="rate">44100</param> <param name="channels">1</param> <param name="metadata">1</param> <param name="metadatafilename">/usr/radio/meta/ices_live_metadata_live.txt</param> </input>
Karl Heyes
2006-Jun-07 21:33 UTC
[Icecast] oss problems with ices 2.0.1, while ok with ices 2.0kh60 on same machine
Iceuse - Kris wrote:> Hi... > > now, I have a trouble on one source machine. I'm using oss to get the > sound. > encoding is ok with ices 2.0kh60 but with ices 2.0.1, I'm getting > [2006-06-07 23:17:48] INFO ices-core/main IceS 2.0.1 started... > [2006-06-07 23:17:48] EROR input-oss/oss_open_module Couldn't set > sampling rate > [2006-06-07 23:17:48] EROR input/input_loop Couldn't initialise input > module "oss" > [2006-06-07 23:17:48] INFO ices-core/main Shutdown complete > > Is there some difference regarding oss between the two version?not with setting the capture parameters, maybe something else is accessing the dsp with a different samplerate and the driver is limiting access. karl.