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!

link|improve this question

50% accept rate
feedback

1 Answer

For the archives, I created a program which does half of this task and I may add streaming support later:

https://github.com/vext01/hgd

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.