我使用JWplayer
HTML5 6.5.3609 和最新的FFmpeg
. 这就是我的设置方式:
jwplayer("flowplayer1").setup({
file: '/mp4.file.place'
width: '100%',
height: '100%',
autostart: true,
stretching: 'exactfit',
ratio: "100%",
responsive: true,
primary: 'html5'
});
这是直接访问,如果我直接调用MP4文件,浏览器可以播放。我从独立图像创建这个 MP4:
ffmpeg -f image2 -r 1 -i img%d.png x.mp4
没有喜悦。我什至尝试添加一些编解码器:
-vcodec libx264 -acodec libfaac
还是不行,我得到了这个:
error loading media: file could not be played
笑话是,我用 FLV 试过了,它确实奏效了……VLC 播放器也可以播放 MP4 文件