I am trying to develop a radio read internet stream from radio station
web.
You know we can play music from internet like this

   private MediaPlayer mMediaPlayer;
   Uri uri = Uri.parse("http://www.jjyyjy.com/wj/he.mp3";);
   mMediaPlayer = MediaPlayer.create(this, uri);
   mMediaPlayer.start();

but how to read radio stream from web like "http://qr.fm.qq.com/
qqradio?qqradio",since it's not downloadable file.
Just like the method above is not useful cause the url here not
provide a downloadable file.

Please help me .Thank you very much.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to