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

JW7 HLS Android


I recently upgraded to JW7 Please i cant embed HLS stream for android

5 Community Answers

fs1006

User  
0 rated :

u have pro or premium license?

Todd

JW Player Support Agent  
0 rated :

Have you added the androidhls: ‘true’ parameter in your jwplayer().setup() ?
Please see http://support.jwplayer.com/customer/portal/articles/1430218-using-hls-streaming#androidhls for more details.

esuongm

User  
0 rated :

Please i still have issues. My HLS stream (JW7) is not working for android, Firefox and windows phone.

I have a premium account

nnix

User  
0 rated :

I am having the same issue and I have androidhls:true enabled.

vericastmedia

User  
0 rated :

I started a thread for this, before I found THIS thread. So here's the low down:
Adding androidhls: "false" in my embed code is not disabling HLS on Android. Here is my embed code. I know it is playing the HLS, because the MP4 source I'm using in my test is a different video. So I have that visual confirmation that android is playing the HLS, not the MP4
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
var playerInstance = jwplayer("myElement");
playerInstance.setup({
image: "POSTER-IMAGE.jpg",
tracks: [{
file:'CHAPTERS.vtt',
kind:'chapters'
}],
androidhls: "false",
sources: [{
file: "SOURCE-URL.M3U8"
},{
file: "SOURCE-URL.mp4"
}],
primary: "flash",
sharing: {
code: encodeURI("<iframe src='http://content.jwplatform.com/players/qkj0QU2s-7yhoVlU0.html' width='640' height='360' />"),
heading: ""
}
});
</script>

This question has received the maximum number of answers.