kewlhotrod

Untitled

Dec 27th, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Input the stream
  2. # from an Icecast server or any other source
  3. url = "http://199.19.105.65/Trance"
  4. input = mksafe(input.http(url))
  5.  
  6. # Second transcoder : MP3 128 kbps
  7. output.icecast(
  8. %mp3(bitrate=128),
  9. mount="/TranceMPEG",
  10. host="199.19.105.65", port=8000, password="xxxxxx",
  11. input)
Advertisement
Add Comment
Please, Sign In to add comment