我已经使用mod_mp4
配置了NginX来流式传输mp4媒体,我在HTML5和Flash模式下都使用了JWPlayer 5.
现在寻求功能在支持mp4播放的webkit浏览器中工作,但在Firefox和JWPlayer使用Flash模式的其他浏览器中它不起作用。怎么了?
我的JWPlayer设置:
jwplayer('mediaplayer').setup({
file: '/1.mp4',
height: '100',
width: '100%',
bufferlength: 50,
repeat: 'none',
startparam: 'start',
modes: [
{ 'type': 'html5' },
{ 'type': 'flash', src: '/mediaplayer/player.swf' }
],
autostart: 'false'
});