我的应用程序是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上进行测试,但都没有工作。
发布于 2014-07-31 07:31:55
你的密码没问题。
在您的站点中,指向标题文件的www.scanitfirst.com链接被破坏(未找到404)
http://www.scanitfirst.com/Video/when.dfxp //404
http://www.scanitfirst.com/Video/when.srt //404如果您要修复这个问题,您的标题应该会像预期的那样工作。
https://stackoverflow.com/questions/25050449
复制相似问题