When I play an m3u8 file hosted from aws, I am getting 'Live broadcast' in my andriod chrome browser. Though I have master playlist file, I cannot see either the slider or HB button. Pls help me out. And upto what extent we can use HLS in free version.
Here is my setup,
jwoptions = {
id: "myPlayer1",
width: "100%",
"playlist": [
{
"sources": [
{
"default": false,
"file": "http://myurl/index.m3u8",
"label": "0",
"type": "hls",
"preload": "none"
}
]
}
],
primary: "flash",
hlshtml: false
}
↧