-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
setPlaybackRate when video paused #138
Labels
status: archived
Archived and locked; will not be updated
Comments
Thanks for the report. |
Yep Player.setPlaybackRate is inconsistent. However, I think the behavior should be consistent with how video.playbackRate works; for example,
So we should have
and
|
Yeah, that's a good point. |
natalieharris
added a commit
that referenced
this issue
Aug 4, 2015
Change-Id: I6a4be5acd37b42fb92bddc896009ae48cb92b5ec
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
setPlaybackRate behaves inconsistently when paused. If a negative playbackrate is provided when the video is paused, then the video will start playing backwards. But if a value > 1 is given, nothing happens. I think the expected behaviour is that the video would start fast forwarding in the second case. It nicely handles the case where we want to fastforward while the video is paused and it makes setPlaybackRate consistent between fast forward and rewind.
The text was updated successfully, but these errors were encountered: