Got it all compiled nicely.. I called it ices2 so I can keep using my existing ices executable as well.. Tried getting it up and running but it seems to be having trouble connecting to my soundcard.. sample from ices.log [root@darkice root]# less ices.log [2003-08-06 01:11:09] INFO ices-core/main Streamer version IceS 2.0-kh35 [2003-08-06 01:11:09] INFO ices-core/main libshout version 2.0-kh19 [2003-08-06 01:11:09] INFO ices-core/main Unable to set realtime scheduling [2003-08-06 01:11:09] INFO input-oss/oss_init_module Module OSS initialised [2003-08-06 01:11:09] DBUG input/initialise_input_modules Module 1 (OSS) has 12 buffers [2003-08-06 01:11:09] DBUG stream/check_for_runners starting runner [2003-08-06 01:11:09] INFO stream/ices_runner Runner 1 ready [2003-08-06 01:11:09] DBUG stream/check_for_runners starting runner [2003-08-06 01:11:09] INFO stream/ices_runner Runner 2 ready [2003-08-06 01:11:09] DBUG input/open_next_input_module checking module 1 [2003-08-06 01:11:09] INFO input-oss/oss_open_module Opened audio device /dev/dsp at 1 channel(s), 44100 Hz [2003-08-06 01:11:09] EROR input-oss/oss_read Error reading from audio device: Resource temporarily unavailable [2003-08-06 01:11:09] INFO input/input_loop Closing input module [2003-08-06 01:11:09] INFO input-oss/oss_close_module Closing OSS module eventually giving: [2003-08-06 01:12:04] WARN input/open_next_input_module Too many failures on input module 1 (OSS) [2003-08-06 01:12:04] DBUG input/input_loop All input stopped, shutting down. [2003-08-06 01:12:04] DBUG stream/runner_close Runner thread 1 shutting down [2003-08-06 01:12:04] DBUG stream/runner_close Runner thread 2 shutting down [2003-08-06 01:12:04] DBUG stream/ices_runner Runner thread 2 cleaning up streams [2003-08-06 01:12:04] DBUG stream/ices_runner Runner thread 2 finshed [2003-08-06 01:12:04] DBUG stream/ices_runner Runner thread 1 cleaning up streams [2003-08-06 01:12:04] DBUG stream/stream_cleanup Cleanup of stream 1 required [2003-08-06 01:12:04] DBUG stream/stream_cleanup Cleanup of stream 2 required [2003-08-06 01:12:04] DBUG stream/ices_runner Runner thread 1 finshed [2003-08-06 01:12:04] DBUG input/free_modules freeing up module storage [2003-08-06 01:12:04] INFO ices-core/main Shutdown in progress <p>With the CVS ices however: [2003-08-06 01:13:14] INFO ices-core/main ices started... [2003-08-06 01:13:14] INFO input-oss/oss_open_module Opened audio device /dev/dsp at 1 channel(s), 44100 Hz [2003-08-06 01:13:14] INFO input-oss/oss_open_module Started metadata update thread [2003-08-06 01:13:14] INFO audio/resample_initialise Initialised resampler for 1 channels, from 44100 Hz to 22050 Hz [2003-08-06 01:13:14] INFO encode/encode_initialise Encoder initialising in VBR mode: 1 channel(s), 22050 Hz, quality 0.000000 [2003-08-06 01:13:14] INFO signals/signal_usr1_handler Metadata update requested [2003-08-06 01:13:15] INFO stream/ices_instance_stream Connected to server: xstream1.com:8610/i1197.ogg I checked and I definately didn't have the CVS ices running at the same time.. I thought that might have been the problem but it wasn't! Hmmm... Thanks for all your help Karl! <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.
On Tue, 2003-08-05 at 16:00, Matt Trim wrote:> Got it all compiled nicely.. I called it ices2 so I can keep using my > existing ices executable as well.. > > Tried getting it up and running but it seems to be having trouble > connecting to my soundcard.. sample from ices.log > > [root@darkice root]# less ices.log..> [2003-08-06 01:11:09] DBUG input/open_next_input_module checking module 1 > [2003-08-06 01:11:09] INFO input-oss/oss_open_module Opened audio device > /dev/dsp at 1 channel(s), 44100 Hz > [2003-08-06 01:11:09] EROR input-oss/oss_read Error reading from audio > device: Resource temporarily unavailable > [2003-08-06 01:11:09] INFO input/input_loop Closing input module > [2003-08-06 01:11:09] INFO input-oss/oss_close_module Closing OSS moduleodd, the open and the parameter settings succeeded but the read reported not yet. What sound card is it, kernel release etc?> eventually giving:expected on that sort of error.> I checked and I definately didn't have the CVS ices running at the same > time.. I thought that might have been the problem but it wasn't! Hmmm...ok, a good thing to check for. make sure nothing else is using the device though, fuser -v /dev/dsp can help to identify such issues. The process for reading the audio isn't that much different, any setup errors would of been reported. karl. <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.
> > [2003-08-06 01:11:09] DBUG input/open_next_input_module checking module 1 > > [2003-08-06 01:11:09] INFO input-oss/oss_open_module Opened audio device > > /dev/dsp at 1 channel(s), 44100 Hz > > [2003-08-06 01:11:09] EROR input-oss/oss_read Error reading from audio > > device: Resource temporarily unavailable > > [2003-08-06 01:11:09] INFO input/input_loop Closing input module > > [2003-08-06 01:11:09] INFO input-oss/oss_close_module Closing OSS module > > odd, the open and the parameter settings succeeded but the read reported > not yet. What sound card is it, kernel release etc?Linux 2.4.20-8 Multisound Pinnacle (msnd_pinnacle) (default Redhat 9.0 OSS sound driver)> ok, a good thing to check for. make sure nothing else is using the > device though, fuser -v /dev/dsp can help to identify such issues. The > process for reading the audio isn't that much different, any setup > errors would of been reported.came up with nothing (just returned me to a prompt) which I guess means that nothing was using /dev/dsp I tried running it while ices was using /dev/dsp and it found ices so fuser is working ok.. All I can think of is some incompatibility with my oss driver for the pinnacle that has somehow presented itself - have you changed the code at all that calls the oss sound driver? Let me know if you need further info. <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.
Maybe Matching Threads
- ices & savefile
- Ices crashes all of a sudden: EROR input-oss/oss_read Error reading from audio device: Input/output error
- ices & savefile
- Icecast source number problem, ices frozen after reconnect attemps failure (icecastkh13 iceskh48)
- ices2 routinely abandons one of its streams