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
请教一下,我们有一个功能是实现视频倒放,有一定的条件触发,比如刚开始是正常播放,触发条件后就从当前位置倒放,我用的是seekTo这个函数,比如用5秒钟的时间倒放20秒的视频,我是分了100步倒放,也就是50毫秒调用seekTo一次,每次后退200毫秒视频,出现了卡顿,有没有比较好的方式解决
The text was updated successfully, but these errors were encountered:
关于这个我只能说,seekto不适合做这个事情,因为seekto会触发清空buffer的行为
Sorry, something went wrong.
你有没有比较好的建议实现这一功能呢?感谢🙏
No branches or pull requests
请教一下,我们有一个功能是实现视频倒放,有一定的条件触发,比如刚开始是正常播放,触发条件后就从当前位置倒放,我用的是seekTo这个函数,比如用5秒钟的时间倒放20秒的视频,我是分了100步倒放,也就是50毫秒调用seekTo一次,每次后退200毫秒视频,出现了卡顿,有没有比较好的方式解决
The text was updated successfully, but these errors were encountered: