合作联系微信: w6668263      合作联系电话:177-9238-7426     

解决video.js video-player不能自动播放问题

把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%">

 

posted on 2021-10-26 12:10  草率的龙果果  阅读(2495)  评论(0编辑  收藏  举报

导航