|
|
@ -8,12 +8,12 @@ set("log.stdout",true)
|
|
|
|
# Add the ability to relay live shows
|
|
|
|
# Add the ability to relay live shows
|
|
|
|
liveorstatic =
|
|
|
|
liveorstatic =
|
|
|
|
fallback(track_sensitive=false,
|
|
|
|
fallback(track_sensitive=false,
|
|
|
|
[input.http("http://echo.lurk.org:999/prototyping_live.ogg"),
|
|
|
|
[input.http("http://echo.lurk.org:999/radioimplicancies_live.ogg"),
|
|
|
|
single("brownnoise.mp3")])
|
|
|
|
single("brownnoise.mp3")])
|
|
|
|
|
|
|
|
|
|
|
|
output.icecast(%vorbis,
|
|
|
|
output.icecast(%vorbis,
|
|
|
|
host = ICECAST_SERVER_HOST, port = ICECAST_SERVER_PORT,
|
|
|
|
host = ICECAST_SERVER_HOST, port = ICECAST_SERVER_PORT,
|
|
|
|
password = ICECAST_SERVER_PASSWORD, mount = "prototyping.ogg",
|
|
|
|
password = ICECAST_SERVER_PASSWORD, mount = "radioimplicancies.ogg",
|
|
|
|
mksafe(liveorstatic))
|
|
|
|
mksafe(liveorstatic))
|
|
|
|
|
|
|
|
|
|
|
|
# out(liveorstatic)
|
|
|
|
# out(liveorstatic)
|