Hello, 

I'm trying to use Liquidsoap as link between asterisk, mpd and icecast2.

But I don't understand realy how it works for in/output ... 

It's install on a dedicated server, so I don't have any sound card ... 

Here my test script : 

#!/usr/bin/liquidsoap
# Log dir
set("log.file.path","/home/radio/log/liquidsoad-test1.log")

# Lecture flux 1
in = input.http("localhost:8000/alternradio.ogg")

# Stream it out
output.icecast.vorbis(host = "localhost", port = 8000, password =
"Mypass", mount = "liquidsoap.ogg, in")


And it didn't work .. 

ks353469:/home/radio/script# liquidsoap test1.liq 
No output defined, nothing to do.
ks353469:/home/radio/script# 

I don't understand why it didn't work, I have an output ... ? 

Can someone just explain it to me ?

Thanks !

TiTs









-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to