
JW Player doesnt woork on Android somewhere
Hello.
I've already seen the similar topics about this problem, but I have something different here.
The problem that I have jwplayer works on desktop computer and doesn't work on android (Error loading Player no playable source found...) but at the same time another site has the same jwlayer with the same video source and his page perfectly works on androids. How it's can be?
I notice that site where jwplayer works on android has such setting:
file: 'http://xxxx.xxx.xx.xxx/xxxx.m3u8',
title: 'Name',
width: '100%',
aspectratio: '16:9',
skin: 'beelden',
autostart: 'false',
androidhls: true,
ga: '{}', sharing: '{}'
So, when I get the same video source and put it to my jwplayer (premium) it doesnt' work on Android. Moreover if I add androidhls: true, in setting the player doesn't appear at all.
So what is the "androidhls: true: parametr is? And how it's possible that the same video source on one site works perfectly both version (Desktop and Android) and on another site only on Desktop?