I have a stream!!  It is not great, but it is working.  I did the following:
liquidsoap -v 'output.icecast.vorbis(host = "localhost", port = 8000, password 
= "*********", mount = "liq.ogg", mksafe(playlist("christianogg.pls")))'

And I can connect to the stream via xmms.  It is a little choppy, but I am not 
sure if that is liquidsoap or my system (I am leaning to my system.)  What I 
want to do now is to create a .liq script that will play like a station.  I am 
familiar with automated station software and programming (I currently use SAM 
Broadcaster at my job), but to date have not had any success with the scripts.  
Do I need to put the script in a certain folder once created? 

Anyway, I am excited that I am hearing music!!

Thanks to David and Romain for all of your help.  I am eagerly looking forward 
to seeing what this software can do, and of course, you will be bombarded with 
questions!!

Bill


--- On Wed, 5/14/08, David Baelde <[EMAIL PROTECTED]> wrote:

> From: David Baelde <[EMAIL PROTECTED]>
> Subject: Re: [Savonet-users] Configure Error
> To: "Romain Beauxis" <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED], [email protected]
> Date: Wednesday, May 14, 2008, 3:15 AM
> Romain Beauxis wrote:
>  > The updated script could be:
>  > #!/usr/bin/liquidsoap -v
>  > set("log.file",false)
>  > output = ouput.ao
> 
> This is better, but output.ao will still be unbound -- that
> means 
> inexistent in the language. Your liquidsoap is configured
> without ao 
> support. Either rebuild it with ocaml-ao enabled in the
> PACKAGES, or do 
> with another output: output.icecast.vorvis, or output.alsa
> if you have alsa.
> 
> Keep trying, you're close :p
> 
> David
> 
> PS: I don't understand how your shell can try to find
> liquidsoap in 
> /usr/bin if it's not there. Does "which
> liquidsoap" find it in 
> /usr/local/bin as expected ?


      

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to