Hello,

I am new to liquidsoap and i wrote my first script which gets data from 
a soundcards line in jack via alsa and then puts it into 3 outputs.

When i start liquidsoap i get following log message:
2011/03/15 17:36:55 [threads:1] Thread "root" failed: Error while 
setting open_pcm: No such file or directory!


Here is the script i used:

alsainput = input.alsa(
bufferize=false)

goodsound = nrj(alsainput)

flacoutput = output.icecast.flac(
host="localhost",
port=8888,
password="something",
genre="Genre",
url="http://www.example.com/";,
description="description",
public=false,
mount="mountpoint.flac",
name="mount name",
quality=5,
goodsound)

oggoutput = output.icecast.vorbis.cbr(
host="localhost",
port=8888,
password="something",
genre="genre",
url="http://www.example.com/";,
description="description",
public=true,
mount="mount.ogg",
name="ogg mount",
bitrate=128,
goodsound)

mp3output = output.icecast.lame(
host="localhost",
port=8888,
password="something",
genre="genre",
url="http://www.example.com/";,
description="description",
public=true,
mount="mount.mp3",
name="TV",
bitrate=128,
swap=true,
goodsound)

Can someone tell me what's wrong?
I tried to record with sox using alsa and it works nicely.


Thanks for helping in advance.

Greetings,
Simon


-- 
Simon Eigeldinger
Follow me on Twitter: http://www.twitter.com/domasofan/
E-Mail: [email protected]
MSN: [email protected]
ICQ: 121823966
Jabber: [email protected]

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to