surmon-china / videojs-player

@videojs player component for @vuejs(3) and React.
https://github.surmon.me/videojs-player
MIT License
5.25k stars 1.13k forks source link

Chrome m3u8 no sound #265

Open OoNaruto opened 5 years ago

OoNaruto commented 5 years ago

Nuxt.js 2.5.1 vue-video-player 5.0.2 Why the Chrome have no sound. The Edge can play successfully...

Options

playerOptions: {
        muted: false,
        controls: true,
        language: "lang",
        playbackRates: [0.7, 1.0, 1.5, 2.0], 
        sources: [
          {
            type: "application/x-mpegURL",
            src: "https://www4.laqddc.com/hls/2018/12/01/4jZyfeBc/playlist.m3u8" 
          }
        ],
        fluid: true
      }
OoNaruto commented 5 years ago

image And the original control bar's voice button is disabled

virtueDe commented 5 years ago

https://github.com/surmon-china/vue-video-player/issues/277 希望能对你有帮助