
jwplayer 7.10.7 not working in Chrome
I have created a really simple test which works perfectly in Safari but not in Chrome. I get the error 'No playable sources found' in Chrome. I am using Chrome version 58.0.3029.96 (64-bit) on OSX 10.11.4.
Here is the example:
jwplayer("myPlayer1").setup({
file: "https://wowza.jwplayer.com/live/jelly.stream/playlist.m3u8?DVR",
width:1040,
height:450,
skin: "stormtrooper",
listbar: {
position: "right",
size: 240
},
});