I have a strange problem with playing stream in videoview with this code:
videoView.setVideoURI(Uri.parse("///.m3u8"));
It playing perfectly on my nexus4 phone, but but on other devices(Fly IQ4410, HTC Legend) there is failure of playing video.
Can anyone explain to me why I have such a problem, or is there any other way to play m3u8 files?
Thanks.