I want to live streaming the video and it is in m3u8 format. So i tried the below code
public class StreamingPlayer extends Activity implements OnBufferingUpdate
I think you should move this:
mMediaPlayer.setOnPreparedListener(this);
To be before the call to prepare()
prepare()