# play a playlist file # to an icecase server # liquidsoap \ # 'output.icecast(%vorbis, # host = "your.server.net", port = PORT, # password = "PASSWORD", mount = "RADIO.MP3", # mksafe(playlist("playlist.m3u"))) %include "passwords.liq" output.icecast(%vorbis, host = ICECAST_SERVER_HOST, port = ICECAST_SERVER_PORT, password = ICECAST_SERVER_PASSWORD, mount = "radioimplicancies.mp3", mksafe(playlist("playlist.m3u")))