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 have no problem to play stream:
videoView1.setVideoPath("http://***.net/livedemo/_definst_/stream3.stream/playlist.m3u8?wowzasessionid=773395207"); videoView1.start();
About the message:
The video cannot be played
Maybe you need to add permissions to your Manifest file: