Hi Titouan,
Here are a couple remarks and answers.
On Thu, Jun 26, 2008 at 3:46 PM, Titouan Mesot <[EMAIL PROTECTED]> wrote:
> in = input.http("localhost:8000/alternradio.ogg")
Here I think you are require to put the "http://" prefix.
> # Stream it out
> output.icecast.vorbis(host = "localhost", port = 8000, password =
> "Mypass", mount = "liquidsoap.ogg, in")
Here you just defined a function that is the same as
output.icecast.vorbis but with some parameters fixed. Then you don't
do anything with that function. It's called partial application, and
is useful in liquidsoap to factor your code. Practically, what you
need to do here is to pass the "in" source to your output function.
You thought you did it but you just closed a string too late:
...mount="liquidsoap.ogg, in" should be changed into
...mount="liquidsoap.ogg",in.
Hope you'll succeed with your interesting project. Keep us informed,
asterisk seems fun.
Cheers,
--
David
-------------------------------------------------------------------------
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