Backward trickPlay() works while paused, but forward trickPlay() does not #1801
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Have you read the FAQ and checked for duplicate open issues? Yes
What version of Shaka Player are you using? master
Can you reproduce the issue with our latest release version? Yes
Can you reproduce the issue with the latest code from
master
? YesAre you using the demo app or your own custom app? Demo
What browser and OS are you using? ChromeOS 71, but it should be common to all platforms
What are the manifest and license server URIs? Any
What did you do?
player.trickPlay()
API or equivalent UI elements to rewind and fast-forwardWhat did you expect to happen?
I expected fast-forward and rewind to work while paused.
What actually happened?
Rewind (negative
trickPlay()
rate) worked while paused, because it is implemented as a series of seeks. Fast forward (positivetrickPlay()
rate) did not work, because it is implemented withplaybackRate
. Rewind is not implemented withplaybackRate
because negative values are not supported.The text was updated successfully, but these errors were encountered: