xdlumia / vue3-video-play

适用于 Vue3 的 hls.js 播放器组件,配置丰富,界面还算好看
https://codelife.cc/vue3-video-play/
602 stars 99 forks source link

浏览器报自动播放的相关错误 #18

Closed wochiyao closed 2 years ago

wochiyao commented 2 years ago

错误:Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD autoPlay设置为false的时候会出现这个报错,设置为true的时候就不会出现这个报错

xdlumia commented 2 years ago

错误:Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD autoPlay设置为false的时候会出现这个报错,设置为true的时候就不会出现这个报错

浏览器限制不能自动播放的时候必须静音。