I try to stream video with this link with code below :
VideoView mVideoView;
MediaController mMediaController = new MediaController(this);
mVideoView = (VideoView)findViewById(R.id.videoView1);
mVideoView.setMediaController(mMediaController);
mVideoView.setVideoURI(Uri.parse("http://ref10.vn.aditmedia.net:8080/video?channel=1004&token=6436488"));
mVideoView.start();
But i can't stream this video althought i try this link on Windows Media Player and it can stream this video. Anyone help me!
Thanks