解决方法:

 if (this.flvPlayer) {
      this.flvPlayer.pause()
      this.flvPlayer.unload()
      this.flvPlayer.detachMediaElement()
      this.flvPlayer.destroy()
      this.flvPlayer = null
}

相关文章:

  • 2021-07-06
  • 2022-12-23
  • 2021-07-04
  • 2022-01-19
  • 2022-02-14
猜你喜欢
  • 2022-01-15
  • 2021-12-26
  • 2022-12-23
  • 2022-01-07
  • 2021-10-14
  • 2021-11-03
相关资源
相似解决方案