another big push
This commit is contained in:
19
code/takeover.liq
Normal file
19
code/takeover.liq
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# TAKEOVER.LIQ
|
||||
#
|
||||
default = single("files/changer-monde.ogg")
|
||||
liste = playlist(mode="random", "playlist.txt")
|
||||
#
|
||||
# point d'entree pour le live
|
||||
#
|
||||
set("harbor.bind_addr", "localhost")
|
||||
live = input.harbor("input", port=8088,
|
||||
password="thegreatquux")
|
||||
radio = fallback( track_sensitive=false,
|
||||
[live, liste, default] )
|
||||
output.icecast( %vorbis,
|
||||
host = "porno.mixart-myrys.org",
|
||||
port = 8000,
|
||||
password = "XXXXXXXXXXX",
|
||||
mount = "/changer-monde",
|
||||
radio)
|
||||
Reference in New Issue
Block a user