Hi,

I would like to use the soundcard HDSP9632 on Debian Lenny with Liquidsoap
0.9.0. I've tried different things without success.
The soundcard module is perfectly loaded and works.


input = input.alsa(id="input",bufferize=false)

this stop liquidsoap and log this :
2009/03/09 01:20:23 [input:3] Using ALSA 1.0.16.
2009/03/09 01:20:23 [threads:1] Thread "root" failed: Error while setting
rate: Alsa.Invalid_argument!


input = input.alsa(id="input")

don't stop liquidsoap and stream successfully to Icecast without any sounds :
2009/03/09 01:22:40 [input:3] Using ALSA 1.0.16.
2009/03/09 01:22:40 [input.alsa:2] No available frame!
2009/03/09 01:22:40 [input.alsa:2] Overrun!
2009/03/09 01:22:40 [input.alsa:2] Overrun!
2009/03/09 01:22:40 [input.alsa:2] Overrun!
[...]
(there's a ton of Overrun! on logs)



Also, I've tried to use input.jack instead of input.alsa with running
jackd version 0.109.2 :

input= input.jack(id="input")

this stop liquidsoap and log :
2009/03/09 01:18:18 [stderr:3] ERR: jack_wrapper.c::JACK_OpenDevice(838)
jack server not running?
2009/03/09 01:18:18 [threads:1] Thread "root" aborts with exception
Bjack.Open!
%0

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to