MP4伪流不能在JWPlayer Flash模式下工作

时间:2013-04-17 11:17:47

标签: nginx html5-audio jwplayer pseudo-streaming

我已经使用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'
});

0 个答案:

没有答案