Skip to content
New issue

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

setPlaybackSpeed delay #86

Open
liaosir opened this issue Jan 5, 2018 · 1 comment
Open

setPlaybackSpeed delay #86

liaosir opened this issue Jan 5, 2018 · 1 comment

Comments

@liaosir
Copy link

liaosir commented Jan 5, 2018

VideoView.setPlaybackSpeed(0.1f), then call VideoView.start(), but the play speed is normal, it will slow down to 0.1f after a second.

@protyposis
Copy link
Owner

Thanks for reporting. This is an old issue in the library that gets really noticeable with low playback speeds and happens because audio samples are skipped during seeks. Before playback starts there is a seek to position 0 and all samples are skipped until the first video frame.

This is not a simple fix but I hope to solve it at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants