美文网首页
2021-07-09

2021-07-09

作者: 奶茶和亮亮 | 来源:发表于2021-07-09 15:03 被阅读0次

    使用ezuikit.js播放直播时,报错:play() failed because the user didn't interact with the document first

    解决方法:

    给video标签加入 muted静音属性即可。m3u8在video中使用  

    例;

    <video height="100%" width="100%" id="myPlayer" controls playsInline webkit-playsinline    autoplay     preload="auto" muted>

                   <source src="videUrl    type="application/x-mpegURL" />

     </video>

    相关文章

      网友评论

          本文标题:2021-07-09

          本文链接:https://www.haomeiwen.com/subject/adyfpltx.html