Hi,

On Fri, Oct 15, 2010 at 6:51 AM, Senaka Amarakeerthi <[email protected]>wrote:

>   # Stream it out
> output.icecast(%vorbis,
>  host = "localhost", port = 8000,
>  password = "hackme", mount = "basic-radio.ogg",
>  radio)
>

The way liquidsoap handles outputs has changed since 1.0beta. Prior than
this version the output on icecast in vorbis format was called
output.icecast.vorbis. So you should change the line above to something like

output.icecast.vorbis(
 host = "localhost", port = 8000,
 password = "hackme", mount = "basic-radio.ogg",
 radio)

I would thus advise you to either use the documentation for 0.9.3 (which is
still available on the website) or upgrade to a more recent version of
Liquidosp.

Cheers,

Sam.
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to