I am getting the following errors after installing on Ubuntu Server 10.10

ERROR: Failed to load plugin /usr/lib/ao/plugins-4/libesd.so => dlopen()
failed
ERROR: Failed to load plugin /usr/lib/ao/plugins-4/libnas.so => dlopen()
failed
Line 27, char 17 before "%": Parse error.


Here is the code I am using, that worked on another box just fine.

################
# Settings
radioHost="localhost"
radioPort=8000
radioPassword="pass"
radioGenre="Metal"
radioUrl="Radio.com"
radioDesc="Radio Station"
pl = mksafe(playlist( reload_mode = "seconds", reload = 60,
"~/radio/playlist.m3u" ))
#################




output.icecast(%mp3(stereo=true, samplerate=44100, bitrate=192),
        host=radioHost, port=radioPort, password=radioPassword,
genre=radioGenre, url=radioUrl, description=radioDesc,
                mount = "mount-192", pl)
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to