解决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%">