I have a collection of mp3 files that I'd like to send to the client in a continuous stream, one after another - something like an internet radio based on a list of mp3 files (assume the list is endless).
What is the best approach? It doesn't matter if the protocol is HTTP or RTSP (popular players support everything anyway).
Can this be done with java servlets + tomcat, or a special server like Icecast is needed?