You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
454 B
Bash

# 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")))