bytedance / xgplayer

A HTML5 video player with a parser that saves traffic
https://h5player.bytedance.com/
MIT License
8.23k stars 861 forks source link

西瓜播放器自定义设置显示的报错信息? #1538

Open bruce-zhang932 opened 2 months ago

bruce-zhang932 commented 2 months ago

西瓜播放器版本:3.0.17 操作系统和浏览器:win10 and edge 不需要复现

image 显示的报错信息,如何自定义设置。 Audio/video is not supported Please Try 我想改成“暂时无法进行播放,稍后再试”

rongcl9219 commented 3 weeks ago

// 可以自己写错误的dom,用 showError hook 把自定的error盖在上面

player.getPlugin('error').useHooks('showError', (plugin, ...args) =>{
  // TODO
  /**
   * 如果返回false,则错误提示面板不做展示
   * 如果返回true, 则按照默认逻辑展示错误面板
   * */
})