| /etc/liquidsoap/radio.liq | |
| #!/usr/bin/liquidsoap | |
| input = mksafe(playlist(mode="normal","./ogg/ogg.m3u")) | |
| output.icecast(%vorbis, | |
| host = "localhost", | |
| port = 8000, | |
| password = "*", | |
| mount = "stream.ogg", | |
| input) | |
| # Second transcoder : MP3 128 kbps | |
| output.icecast(%mp3(bitrate=128), | |
| host ="localhost", | |
| port = 8000, | |
| password ="*", | |
| mount = "stream.mp3", | |
| input) | |
| not working: | |
| /etc/init.d/liquidsoap start | |
| no error tho | |
| working: | |
| sudo -u liquidsoap liquidsoap radio.liq | |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
daslicht commentedMar 20, 2016
icecast displays the mount points but the playlist seams not start