Hi guys, I realize that someone already posted something like this before,
and it's "solution", wich was
to add a USE="lame, shout" flag, the thing is, that I do not know where to
add this flag.

I already put it inside the code and nothing happened.

I already installed the ocaml-lame lib and the liblame to my OS, and I'm
still getting

unbound symbol output.shoutcast.mp3.

Any idea???

What I want to accomplish here is to have 2 outputs so my radio station can
be as multiplayer as
it could be. For example if the web-browser doesn't support the <audio> tag
neither the ogg-vorbis format,
the user could choose to use the flash player (wich requires mp3 at least,
since there's no support for ogg-vorbis
in flash).

Thnx 4 ur time!

Heres the code:

#!/usr/bin/liquidsoap
USE="lame, shout"

set("log.file.path","/home/administrator/Radio/<script>.log")
set("log.stdout", true)

day     = playlist("/home/administrator/Radio/liquidSoapScripts/house.m3u")
night   =
playlist("/home/administrator/Radio/liquidSoapScripts/psyTrance.m3u")


radio = switch([({6h-22h}, day),({22h-6h}, night)])

# Add the ability to relay live shows
full = fallback(track_sensitive=false,[input.http("http://10.1.1.3:8000
"),radio])
#USE = 'lame, shout'

# Output the full stream in OGG and MP3
output.shoutcast.mp3(host="10.1.1.3",port=8000,password="somePasword",full)
output.icecast.vorbis(fallible=true, host = "10.1.1.3", port = 9000,
password = "somePasword", mount = "/stream", genre = "Electronic",url = "
http://dizzyradio.chickenkiller.com/";, description = "Dizzy Radio - eLeKtRo
MaDnEsS",full )

The server is the next one:
    Ubuntu 10.04 32bits
    Pentium 4 3.06GHz 1GB RAM

PS: I have another output to an icecast2 server that works perfectly fine
------------------------------------------------------------------------------
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