Skip to content

Instantly share code, notes, and snippets.

@sarim
Last active December 14, 2015 17:49
Show Gist options
  • Save sarim/5124646 to your computer and use it in GitHub Desktop.
Save sarim/5124646 to your computer and use it in GitHub Desktop.
liquidsoap script for icecast
#!/usr/bin/liquidsoap
output.icecast(%mp3, host = "example_host", port = 8000, password = "source_password", mount = "gittu", input.pulseaudio(device = "stream.monitor"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment