I am trying to play apple test stream video(.m3u8) in android
this is the link:
http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8
But i am not able to play in android 3.2.
This is the code i have used to play the video
void playvideo(String url)
{
MediaController mc = new MediaController(this);
mc.setMediaPlayer(videoview);
videoview.setMediaController(mc);
videoview.setVideoURI(Uri.parse("http://devimages.apple.com/iphone/
samples/bipbop/gear1/prog_i ndex.m3u8"));
videoview.requestFocus();
videoview.start();
}
Please suggest me the way to play m3u8 file in different android
versions
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en