live + toneseq
parent
ec5665eb62
commit
9d7e091dbf
@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/liquidsoap -v
|
||||||
|
|
||||||
|
# You need to include these two lines in any standalone
|
||||||
|
# liquidsoap script (otherwise you get permissions errors)
|
||||||
|
|
||||||
|
set("log.file.path","/tmp/<script>.log")
|
||||||
|
set("log.stdout",true)
|
||||||
|
|
||||||
|
%include "passwords.liq"
|
||||||
|
|
||||||
|
output.icecast(%vorbis,
|
||||||
|
host = ICECAST_SERVER_HOST, port = ICECAST_SERVER_PORT,
|
||||||
|
password = ICECAST_SERVER_PASSWORD, mount = "radioimplicancies_live.ogg",
|
||||||
|
mksafe(playlist("playlist.m3u")))
|
Loading…
Reference in New Issue