search for: alsa_open_module

Displaying 14 results from an estimated 14 matches for "alsa_open_module".

2020 May 16
3
IceS segmentation fault
...cast works well and confirms when I stream using other things to it. However IceS hits a segmentation fault immediately after starting the encoder. The IceS log is: [~] # sudo ices /etc/ices.xml [2020-05-11 19:24:34] INFO ices-core/main IceS 2.0.2 started... [2020-05-11 19:24:34] INFO input-alsa/alsa_open_module Opened audio device hw:0,0 [2020-05-11 19:24:34] INFO input-alsa/alsa_open_module using 2 channel(s), 48000 Hz, buffer 341 ms [2020-05-11 19:24:34] INFO input-alsa/alsa_open_module Starting metadata update thread [2020-05-11 19:24:34] INFO signals/signal_usr1_handler Metadata update requested [...
2019 Nov 28
0
IceCast and ICES
...ct, it is already working ok. You must solve the problem on the source side. As Paul said, try some audio format supported by Ices2, such as ogg, opus ... The log of *Ices2* should be similar to: [2019-11-24 23:04:10] INFO ices-core/main IceS 2.0.2 started... [2019-11-24 23:04:10] INFO input-alsa/alsa_open_module Opened audio device default [2019-11-24 23:04:10] INFO input-alsa/alsa_open_module using 2 channel(s), 44100 Hz, buffer 341 ms [2019-11-24 23:04:10] INFO input-alsa/alsa_open_module Starting metadata update thread [2019-11-24 23:04:10] INFO signals/signal_usr1_handler Metadata update requested [...
2020 May 16
0
IceS segmentation fault
...stream using other things to it. > However IceS hits a segmentation fault immediately after starting the > encoder. > The IceS log is: > > [~] # sudo ices /etc/ices.xml > [2020-05-11 19:24:34] INFO ices-core/main IceS 2.0.2 started... > [2020-05-11 19:24:34] INFO input-alsa/alsa_open_module Opened audio > device hw:0,0 > [2020-05-11 19:24:34] INFO input-alsa/alsa_open_module using 2 > channel(s), 48000 Hz, buffer 341 ms > [2020-05-11 19:24:34] INFO input-alsa/alsa_open_module Starting > metadata update thread > [2020-05-11 19:24:34] INFO signals/signal_usr1_han...
2005 Nov 07
3
Unable to configure Ices with alsa for Creative Labs SB Audigy LS
...evice #0 card 0: CA0106 [CA0106], device 2: ca0106 [CA0106] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: CA0106 [CA0106], device 3: ca0106 [CA0106] Subdevices: 1/1 Subdevice #0: subdevice #0 But when I put hw:0,0 as input device, I'm getting [2005-11-07 21:53:19] EROR input-alsa/alsa_open_module Failed to open audio device hw:0,0: No such device or address I tried many other values, hwplug:0,0 ... but still the same problem. Full input configuration is <input> <!-- MODULE --> <module>alsa</module>...
2004 Nov 24
2
ices2 not re-connecting on live stream
...r is behind a linux NAT box. I have simulated the problem by using iptables REJECT with tcp-reset and here is the resulting log file from iceS: ice@debian:~$ /usr/local/bin/ices /usr/local/share/ices/live_debug.xml [ 02:17:19] INFO ices-core/main IceS 2.0.0 started... [ 02:17:19] INFO input-alsa/alsa_open_module Opened audio device plughw:0,0 [ 02:17:19] INFO input-alsa/alsa_open_module using 2 channel(s), 44100 Hz, buffer 371 ms (2 periods) [ 02:17:19] INFO input-alsa/alsa_open_module Starting metadata update thread [ 02:17:19] INFO encode/encode_initialise Encoder initialising in VBR mode: 2 channel(s)...
2006 Feb 16
0
Ices crashes all of a sudden: EROR input-oss/oss_read Error reading from audio device: Input/output error
...loop All instances removed, shutting down... [2006-02-17 00:45:20] INFO metadata/metadata_thread_signal metadata thread shutting down [2006-02-17 00:45:20] INFO ices-core/main Shutdown complete [2006-02-17 00:45:21] INFO ices-core/main IceS 2.0.1 started... [2006-02-17 00:45:21] INFO input-alsa/alsa_open_module Opened audio device hw:0,0 [2006-02-17 00:45:21] INFO input-alsa/alsa_open_module using 2 channel (s), 44100 Hz, buffer 371 ms [2006-02-17 00:45:21] INFO input-alsa/alsa_open_module Starting metadata update thread [2006-02-17 00:45:21] INFO signals/signal_usr1_handler Metadata update requested [...
2006 Jun 21
2
ices2 realplayer
On 2006-06-21T15:21+0100 Karl Heyes wrote: > You capture at 48000 but resample from 44100, that will cause problems. > You resample to 22050 so that will affect quality, you haven't said what > bitrate you want to target for, so resampling/downmixing may be required > anyway. I am unsure about these settings. Any particular suggestions? I don't quality with voice, just
2004 Aug 06
2
Ices and ALSA / OSS
....22_1.2188.nptl alsa-driver-1.0.4-1 alsa-lib-1.0.4-1.1.fc1.fr alsa-lib-devel-1.0.4-1.1.fc1.fr (and a few other alsa ones, but that's the important stuff). The message I get from ices is... [2004-06-29 12:57:45] INFO ices-core/main IceS 2.0.0 started... [2004-06-29 12:57:45] EROR input-alsa/alsa_open_module Error setting 2 periods: Invalid argument [2004-06-29 12:57:45] EROR input/input_loop Couldn't initialise input module "alsa" [2004-06-29 12:57:45] INFO ices-core/main Shutdown complete My config file looks like this... <input> <module>alsa</module> <param nam...
2019 Nov 27
4
IceCast and ICES
I?ve successfully implemented IceCast on a Raspberry Pi and can access the stream ONLY if I use an ffmpeg statement to start the stream. Unfortunately, the stream is choppy and the sound quality is poor. I?ve tried using ICES, but I don?t get any sound. Terminal command that works: ffmpeg -ac 2 -f alsa -i hw:0,0 -acodec mp3 -ab 48k -ac 2 -content_type audio/mpeg -f mp3 icecast://source:password
2005 Jun 05
6
Player mysteriously quits...
...initial vorbis header [2005-06-04 14:14:22] INFO source/source_main listener count on /tobin.ogg now 1 [2005-06-05 05:29:24] INFO source/source_main listener count on /tobin.ogg now 0 ices.log [2005-06-04 14:13:44] INFO ices-core/main IceS 2.0.1 started... [2005-06-04 14:13:44] INFO input-alsa/alsa_open_module Opened audio device plughw:0,0 [2005-06-04 14:13:44] INFO input-alsa/alsa_open_module using 2 channel(s), 44100 Hz, buffer 371 ms [2005-06-04 14:13:44] INFO input-alsa/alsa_open_module Starting metadata update thread [2005-06-04 14:13:44] INFO signals/signal_usr1_handler Metadata update requeste...
2005 May 22
1
Problems with Ices
...ay to use a wrapper for ALSA to make it look like OSS? Either way I will post my ices log and my ices and icecast config files. Maybe there is more to this than I understand. -Craig ices log: [2005-05-22 10:11:26] INFO ices-core/main IceS 2.0.0 started... [2005-05-22 10:11:26] INFO input-alsa/alsa_open_module Opened audio device plughw:0,0 [2005-05-22 10:11:26] INFO input-alsa/alsa_open_module using 2 channel(s), 44100 Hz, buffer 371 ms (2 periods) [2005-05-22 10:11:26] INFO input-alsa/alsa_open_module Starting metadata update thread [2005-05-22 10:11:26] INFO signals/signal_usr1_handler Metadata...
2005 May 22
2
Problems with Ices
I am having problems getting Ices to work with ALSA. If I use arecord (arecord -D plughw:0,0 output.wav) I can record the input from my microphone into a file. The playback works perfectly. However, if I use Ices with the same values I hear nothing on the receiving end of my broadcast (although I can connect to it). In order to do a further test, I setup a <savefile> tag in my
2005 May 02
4
streaming from the sound card
Hi, I'm trying to set up Icecast and Ices to stream from my sound card's line-in. I'm using ALSA. I'm experienced in Linux but haven't spent much time on multimedia and I'm new to streaming. Platform is Mandrake 10.1 with kernel held to 2.4. The sound card is working and I can record to file using sox. Ices and Icecast both start okay, and aren't logging any
2005 Nov 07
0
Unable to configure Ices with alsa for Creative Labs SB Audigy LS
Iceuse - Kris wrote: > Hello, > > I have a computer with this sound card (from lspci): > 0000:01:04.0 Multimedia audio controller: Creative Labs SB Audigy LS > But when I put > hw:0,0 > as input device, I'm getting > [2005-11-07 21:53:19] EROR input-alsa/alsa_open_module Failed to open > audio device hw:0,0: No such device or address > > I tried many other values, hwplug:0,0 ... but still the same problem. > > Full input configuration is > <input> > <!-- MODULE --> >...