My application is MVC5, I have upgraded JWPlayer from 5.10 to 6.9. The caption does not working, here is my script:
jwplayer("mediaplayer").setup({
playlist: [{
file: "../Video/when.mp4",
image: "../Content/images/when.png",
tracks: [{
file: '../Video/when.dfxp',
label: "English",
kind: "captions",
"default": true
},{
file: '../Video/when.srt',
kind: "captions",
label: "French"
}]
}]
});
Same srt was working with version 5.10. Converted the srt file to vtt and dfxp, tested on IE, Chrome, and FireFox; none worked.