[android-developers] Re: how to play streaming media on android

2011-09-27 Thread mort
If your device isn't too buggy to do it (which isn't that rare...), simply pass the URL instead of the file name (setDataSource(http://...;)). And you should do MediaPlayer.prepare() in its own thread, otherwise establishing the connection and buffering might end with an ANR. If you need a way

Re: [android-developers] Re: how to play streaming media on android

2011-09-27 Thread KK
Thanks Mort. Please let me know if you have some web links about the ShoutCast support. I'll also check it in google. Thanks, KK On Tue, Sep 27, 2011 at 6:40 PM, mort m...@sto-helit.de wrote: If your device isn't too buggy to do it (which isn't that rare...), simply pass the URL instead of