I'm testing the audio streaming in Android with the MediPlayer class. I want to develop an application to play web radios. The MP3 streaming over http works. It seems that the others encoding (WMA, AAC) doesn't work. Also it seems that the protocols mms and rtsp aren't supported in Android. Opening an mms or an rtsp connection with URLConnection class gave me an Exception ("Unknown protocol").
Someone has any experience with audio streaming in Android?
Thanks
Regards
thezed