Has anyone come across a software that can dynamically stream an arbitrary source identified by an HTTP URL.
I am looking for a server based software that can expose a RESTful interface to take in the definition of the playlist and respond back with a stream URL, that would playback the playlist. The sound files in the playlist are located on a different system accessible via HTTP.
I did take a look at liquidsoap project, but couldnt figure out how to wrap that into a RESTful webservice.