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
前端页面四个button分别 0.25、0.5、1.0、2.0的倍速按钮, this.$refs.videoPlayer.player.playbackRate(速度值); video在一个弹窗中,如果打开弹窗视频播放后直接设置2.0的倍速,就无效, 先设置0.25、0.5倍速都可以实现,然后再去设置2的倍速,此时有效果。大约5秒后,失效。
"vue-video-player": "^5.0.2",
npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
前端页面四个button分别 0.25、0.5、1.0、2.0的倍速按钮,
this.$refs.videoPlayer.player.playbackRate(速度值);
video在一个弹窗中,如果打开弹窗视频播放后直接设置2.0的倍速,就无效,
先设置0.25、0.5倍速都可以实现,然后再去设置2的倍速,此时有效果。大约5秒后,失效。
Reproduction
前端页面四个button分别 0.25、0.5、1.0、2.0的倍速按钮,
this.$refs.videoPlayer.player.playbackRate(速度值);
video在一个弹窗中,如果打开弹窗视频播放后直接设置2.0的倍速,就无效,
先设置0.25、0.5倍速都可以实现,然后再去设置2的倍速,此时有效果。大约5秒后,失效。
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: