You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
547 B
19 lines
547 B
# |
|
# 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)
|
|
|