UNPKG

ps-tcplayer

Version:

Tencent Cloud Player component with Vue2/Vue3 compatibility

27 lines (18 loc) 662 B
## 播放卡顿和报错上报组件 其他语言: [English](https://github.com/aliyunvideo/AliyunPlayer_Web/blob/master/ReportingComponent/src/components/ReportingComponent/README.md) 在播放器播放过程中 `上报卡顿和出错数据` , 用户可以自定义并作为组件参数传入 ### 使用说明 引入当前组件, 播放器配置中添加如下代码: ```js components: [{ name: 'ErrorReportComponent', type: AliPlayerComponent.ErrorReportComponent, args: [clickHandle] }] ``` 该组件接收一个参数:params 插件钩子执行顺序 ready(视频准备好) playing(开始播放) pause(暂停播放) 播放完毕: pause--> ended