Re: [android-developers] Streaming MP3 from HTTP using MediaPlayer

2010-12-14 Thread chamith weerasinghe
hi thisis a great tutorial for this. thanks On Mon, Dec 13, 2010 at 3:07 PM, Alex Xin wrote: > Hi, > > I'm trying to stream MP3 audio file from HTTP by using MediaPlayer class. I > found only few

[android-developers] Streaming MP3 from HTTP using MediaPlayer

2010-12-13 Thread Alex Xin
Hi, I'm trying to stream MP3 audio file from HTTP by using MediaPlayer class. I found only few of MP3 files could be played. Most of them cannot stream. MediaPlayer will go into Error state while trying to play. Here's my code: mp.reset(); try { mp.setDataSource(this, src_uri); } catch (Exceptio