I want to stream a webradio channels but android MediaPlayer Supports only streaming of files that are in downloadable form.
Anybody have solution for this?
I want to stream a webradio channels but android MediaPlayer Supports only streaming of files that are in downloadable form.
Anybody have solution for this?
You can play the web radio stations as shown here. Please note that the "audio/aacp streaming is not supported directly" so you have two solutions:
1- Use some decoder
2- Use some local Streaming Proxy
You can use any of the RTSP servers to do it, e.g. Wowza works just fine and there are many other rtsp servers out there. You might want also some encoder, adobe live encoder with AAC plugin is a good option.