bytedance / xgplayer

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

无法使用播放实例直接调用截图功能 #1415

Closed caopeng-hi closed 3 months ago

caopeng-hi commented 3 months ago

您使用的西瓜播放器版本是多少? What version of xgplayer are you using? 3.0.16

您使用的操作系统和浏览器分别是? What OS and browser are you using? Win11 谷歌

如何复现问题? How to reproduce the problem? 无法直接通过实例调用

您期望的播放器正常行为是? What did you expect to happen? 可以通过播放器直接调用截图功能,并且返回图片

实际播放器的表现是? What actually happened?

可填写您所在的公司和相关产品业务,方便我们提供更好的技术支持 You can write your company and product which uses xgplayer, for helping us provide better technical support.

caopeng-hi commented 3 months ago
playerRef
  .getPlugin('screenshot')
  .shot()
  .then((res) => {
    saveScreenShot(res, '截图.png')
  })