我的应用程序是 MVC5,我已将 JWPlayer 从 5.10 升级到 6.9。标题不起作用,这是我的脚本:
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"
}]
}]
});
相同的 srt 正在使用版本 5.10。将srt文件转换为vtt和dfxp,在IE、Chrome、FireFox上测试;没有工作。