Jwplayer 静音不适用于 HLS 流

Jwplayer mute doesn't work with HLS stream

我正在尝试在 Jwplayer 的 HLS 流上实现静音按钮。我在 official site 上找到了这个例子。 我刚刚复制了代码:

<div id="myElement"></div>

<script>
    jwplayer("myElement").setup({
      file: "/uploads/myVideo.mp4",
      width: 640,
      height: 270,
      autostart: true,
      mute: true
    });
</script>

并在

上替换了文件 属性
http://android-hd.izletv.mobi:80/org5/trt1_me/chunks.m3u8

在我的 IPad 上我仍然可以听到声音。有什么问题吗?

http://www.jwplayer.com/html5/autoloop/

iOS 的 Safari 不支持每个 jwplayer 网站的静音属性