把autoplay,muted都设置为true,如下:
autoplay: true, //如果true,浏览器准备好时开始回放。
muted: true, // 默认情况下将会消除任何音频。

 

<video ref="singleVideo" preload muted autoplay
         class="video-js vjs-big-play-centered vjs-fluid" style="width:100%;height:100%">

 

相关文章:

  • 2022-12-23
  • 2021-08-08
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
猜你喜欢
  • 2021-08-08
  • 2021-10-30
  • 2021-07-11
  • 2022-01-16
  • 2021-08-30
  • 2022-01-07
相关资源
相似解决方案