Re: [android-developers] Re: Playing a audio stream not working using MediaPlayer

2010-03-29 Thread Sean Hodges
It would have been nice if you emailed the recipients directly, instead of spamming everyones inboxes with advertising... On Mon, Mar 29, 2010 at 4:41 PM, dillirao malipeddi wrote: > Arijasoft developed android online radio SDK > using this AOR SDK you can play shoutcast/icecast ( mp3/aac) radi

Re: [android-developers] Re: Playing a audio stream not working using MediaPlayer

2010-03-29 Thread dillirao malipeddi
Arijasoft developed android online radio SDK using this AOR SDK you can play shoutcast/icecast ( mp3/aac) radio streams on android for more details look in to http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.php Thanks On

[android-developers] Re: Playing a audio stream not working using MediaPlayer

2009-11-30 Thread Jens-Christian Larsen
Thank you Klaus for the response. What you say is also what I have come to understand. I think I will try to download a local copy of the streamed content and play that instead. In any case the MediaPlayer class seem not to be working correctly in most streaming audio cases. I guess I will have to

[android-developers] Re: Playing a audio stream not working using MediaPlayer

2009-11-30 Thread Nugman
First of all the MediaPlayer does not support all music streaming formats, as I understood. I also struggeling with it. For me it is working to play a mp3 file located on a server. Try this first. But it seems that m3u or aac is not supported at all. (Implement a ErrorListener to see the error) I h