Skip to content

Instantly share code, notes, and snippets.

@fixator10
Created January 16, 2021 21:07
Show Gist options
  • Save fixator10/f4813cde9902947518a21293ffb9f120 to your computer and use it in GitHub Desktop.
Save fixator10/f4813cde9902947518a21293ffb9f120 to your computer and use it in GitHub Desktop.
Play youtube playlist via liquidsoap
output.icecast(
%ffmpeg(format="mp3"),
host="localhost", password="password", mount="nightcore",
mksafe(playlist("youtube-pl:PLP08gCf9c_7OITwu6VfPSMkwUsg0RGMDq", mode="random")),
format="audio/mpeg"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment