
HLS error - Cannot load M3U8: No Levels to play
I am trying to use the HLS feature using the JW6 player (Premium). I am receiving the error message "Cannot load M3U8: No Levels to play" (IE8 & FireFox on Windows 7 machine). The video files are hosted on an Apache/Adobe Media Server environment, and the player is on a different server.
Below are the links to files and the code. Note that the information is stored in a database so the one player will work for all our videos. I currently have the 2 source files pointing to the Manifest file for testing, but will have the second going to a HTML5 video link. Thanks.
Video: http://www3.mdanderson.org/streams/FullVideoPlayer_JM.cfm?mediaID=F071E179-8BFC-4168-8524-707F33A916CD
Manifest: http://media.mdanderson.org/vod/media/2014/F071E179-8BFC-4168-8524-707F33A916CD.m3u8
Video File (Direct - 1 of 4): http://media.mdanderson.org/vod/media/2014/F071E179-8BFC-4168-8524-707F33A916CD_hls2.mp4
bc.. jwplayer("MDAfullvideo").setup({
width: "768",
height: "432",
aspectratio: "16:9",
skin: "modieus",
fallback: "false",
abouttext: "MD Anderson Cancer Center",
aboutlink: "http://www.mdanderson.org/", sharing: { heading: "Share MD Anderson Video"} ,
logo: {
file: "players/jwplayer6/MDAlogo_Square.png",
link: "http://www.mdanderson.org/",
margin: 8,
hide: "true"
},
playlist: [{
image: "http://media.mdanderson.org/poster/F071E179-8BFC-4168-8524-707F33A916CD.jpg",
description: "Healthy Bites with all the features. Only available for first week (2)",
tracks: [{ file: "http://media.mdanderson.org/caption/F071E179-8BFC-4168-8524-707F33A916CD.vtt", label: "English", kind: "captions" }],
sources: [{
file: "http://media.mdanderson.org/vod/media/2014/F071E179-8BFC-4168-8524-707F33A916CD.m3u8"
},{
file: "http://media.mdanderson.org/vod/media/2014/F071E179-8BFC-4168-8524-707F33A916CD.m3u8"
}],
primary: "flash"
}]
});
jwplayer("MDAfullvideo").setVolume("80");