Skip to content

Instantly share code, notes, and snippets.

@dstecholution
Last active May 31, 2022 20:18
Show Gist options
  • Save dstecholution/e48ca8b0a35687fbeed4e2bef613e99f to your computer and use it in GitHub Desktop.
Save dstecholution/e48ca8b0a35687fbeed4e2bef613e99f to your computer and use it in GitHub Desktop.
#settings.log.stdout.set(true)
#settings.log.level.set(3)
settings.harbor.bind_addrs.set(["0.0.0.0"])
live = input.harbor("/mopidy",port=8080,password="letmein")
#radio = fallback(track_sensitive=false,
[live])
output.icecast(%vorbis,
host = "icecast.svc.cluster.local", port = 8000,
password = "hackme", mount = "mopidy",
mksafe(live))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment