Try the following:
String httpLiveUrl = "http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8"; videoView.setVideoURI(Uri.parse(httpLiveUrl)); videoView.setMediaController(new MediaController(this)); videoView.requestFocus(); videoView.start();
OR
Try using the VitaMio media player
HTTP live broadcast (M3U8), for Android 2.1 +
edit : VitaMio player is dead
I think this will work very well on the device itself, since it works in HoneyComb, the emulator can sometimes be broken.
Reno
source share