我在我的网页上使用最新的jwplayer并在ios webview和safari中加载有效的mp4视频,并在播放器上显示错误“加载媒体时出错:文件无法播放”,同样的网页和视频工作正常来自Android Chrome浏览器或桌面浏览器。
任何人都可以帮忙吗?????
jwplayer('embedVideo').setup({
file: videoUrl,
image: imageUrl,
width: '100%',
aspectratio: '16:9',
controls: true
});