Ezviz-OpenBiz / EZUIKit-JavaScript-npm

轻应用npm版本,降低接入难度,适配自定义UI,适配主流框架
234 stars 82 forks source link

DOMException: The play() request was interrupted by a new load request #241

Open swanghao opened 1 month ago

swanghao commented 1 month ago

点击对讲报错 微信图片_20240802194908

使用vue2x开发

this.listData.forEach((ele, index) => { new EZUIKit.EZUIKitPlayer({ id: ele.id, // 视频容器ID accessToken: ele.accessToken, url: ele.playUrl, template: '553ee0ee4fdf48438c463d593922fa07', plugin: ['talk'], height: 180, width: 300, handleError: (err) => { console.error('err---' + JSON.stringify(err)) }, }); })