Hope this isn't too off-topic.
I want a streaming server that allows users to submit their own tracks to a jukebox server, which maintains a queue, outputting the currently playing track via a stream.
I have tried the lpd hack using ffmpeg to transcode a "print" queue to oggvorbis and then submitting (via oggfwd to icecast. The problem here is that clients are kicked unless you use a fallback stream of silence and even then the fallback-override mechanism used to push client back onto the main stream is too slow. And... what a hack...
mpd is not suitable as the music is all over other people's machines, not in a database.
Ideas? Cheers!