jwplayer显示黑屏。在iPhone 6上,您可以看到带有播放按钮的黑屏,视频正在播放。
jwplayer("myElement").setup({
file: "file.mp4",
'autostart': 'true',
'width':'100%',
'aspectratio': '16:9',
skin: {
name: "five"
},
tracks: [{
file: 'file.vtt',
kind: 'thumbnails'
}]
});
jwplayer 6工作,在更新到7后,它在iPhone 4上不再起作用