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
342 B
Plaintext

set("log.file",false)
set("log.stdout",true)
radio = playlist("counting.m3u")
radio = audio_to_stereo(radio)
radio = mksafe(radio)
%include "/srv/radio/passwords.liq"
output.icecast(%vorbis,
host = ICECAST_SERVER_HOST,
port = ICECAST_SERVER_PORT,
password = ICECAST_SERVER_PASSWORD,
mount = "counting.ogg",
radio)