Tagged Questions

1
vote
0answers
40 views

On-demand audio streaming

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 ...
1
vote
0answers
320 views

Reccomended a Free Streaming Audio Player with Playlist function

I am looking for a free basic streaming audio player (with playlist capabilities) for a personal website. I would also like to control the playlist using PHP (or some sort of scripting language). ...
0
votes
1answer
883 views

What playlist format does Android 2.2 support to stream?

Hello i am trying to get my android 2.2 app stream music. So far I have been able to stream from a radio station via the mediaPlayer.setDataSource("STREAM HERE") I have tried with a m3u file and it ...