We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
经过尝试分析测试后,以下方法可以解决该问题,希望作者大神可以分析一下,看看是不是可以这样加,方便的话也可以整合到这个js里,谢谢! if (this.vr != null) { this.vr.video.pause() this.vr.hlsPlayer.destroy() this.vr.destory() this.vr = null }
主要是增加这一行 this.vr.hlsPlayer.destroy()
The text was updated successfully, but these errors were encountered:
已修复
Sorry, something went wrong.
No branches or pull requests
经过尝试分析测试后,以下方法可以解决该问题,希望作者大神可以分析一下,看看是不是可以这样加,方便的话也可以整合到这个js里,谢谢!
if (this.vr != null) {
this.vr.video.pause()
this.vr.hlsPlayer.destroy()
this.vr.destory()
this.vr = null
}
主要是增加这一行 this.vr.hlsPlayer.destroy()
The text was updated successfully, but these errors were encountered: