I have 7.8.7 and I can't seem to get the captions to show up in Chrome or Firefox it is serving the Flash player. I have a flv and a m3u8 available. Can anyone help me or help me force the player to go html5?
My code is:
jwplayer('live_player').setup({
playlist: [{
file : url.replace(/\\\//gi, '/'),
image : poster,
tracks: [{
file: url.replace(/\\\//gi, '/'),
label: "CC",
kind: "captions",
"default": true
}]
}],
autostart : true,
key : 'xxx',
});
↧