Jwplayer JW播放器中的AAC音频

Jwplayer JW播放器中的AAC音频,jwplayer,Jwplayer,我正在使用JW播放器播放来自SHOUTcast服务器的流式音频。音频为HE-AAC V2。它适用于Chrome,但不适用于Internet Explorer、Firefox或Safari。我收到一个错误,上面写着“加载媒体时出错:找不到文件” 在Chrome中,它只在HTML5中作为主要应用程序工作。如果切换到Flash,则会停止 我正在使用: <script type='text/javascript'> jwplayer('player1234').setup({

我正在使用JW播放器播放来自SHOUTcast服务器的流式音频。音频为HE-AAC V2。它适用于Chrome,但不适用于Internet Explorer、Firefox或Safari。我收到一个错误,上面写着“加载媒体时出错:找不到文件”

在Chrome中,它只在HTML5中作为主要应用程序工作。如果切换到Flash,则会停止

我正在使用:

<script type='text/javascript'>
    jwplayer('player1234').setup({
        file: 'http://s2.radioreformation.com:8004/;stream.aac',
        image: 'https://s3.amazonaws.com/radioreformation/playerlogo/fmwwev.jpg',
        title: 'WDUN_IR',
        width: '200',
        height: '200',
        skin: 'bekle',
        autostart: 'true',
    });
</script>

jwplayer('player1234')。设置({
档案:'http://s2.radioreformation.com:8004/;stream.aac',
图像:'https://s3.amazonaws.com/radioreformation/playerlogo/fmwwev.jpg',
标题:“WDUN_IR”,
宽度:“200”,
高度:'200',
皮肤:“bekle”,
自动启动:“true”,
});

通常,我们不支持ShoutCast(),但您可以尝试一下

根据:

autostart: 'true',
加:

type: 'mp3'