librelist archives

« back to archive

mp3stream Example Available

mp3stream Example Available

From:
Zed A. Shaw
Date:
2010-07-18 @ 09:32
I just finished checking in a very simple shoutcast streamer that looks
like this:

http://dpaste.de/u9Cq/

Probably some of the worst Python threading code ever, but it works.
It's living in the examples/mp3stream and includes a config you can load
with m2sh and the above code.  Put some mp3 files in the same directory
and then try:

mplayer http://127.0.0.1:8787/mp3stream

Viola! Streaming mp3.  Try another computer and see if you can get two
going.

Warning, this thing is finding all sorts of bugs (which is why I'm
writing it).

-- 
Zed A. Shaw
http://zedshaw.com/