Last active
December 14, 2015 17:49
-
-
Save sarim/5124646 to your computer and use it in GitHub Desktop.
liquidsoap script for icecast
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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