Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Live Broadcast on android chrome


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
}

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

It seems like this could be an issue with your manifest. Does this stream also say live broadcast in your setup?

This question has received the maximum number of answers.