Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Input the stream
- # from an Icecast server or any other source
- url = "http://199.19.105.65/Trance"
- input = mksafe(input.http(url))
- # Second transcoder : MP3 128 kbps
- output.icecast(
- %mp3(bitrate=128),
- mount="/TranceMPEG",
- host="199.19.105.65", port=8000, password="xxxxxx",
- input)
Advertisement
Add Comment
Please, Sign In to add comment