Closed ICEREG1992 closed 1 day ago
https://github.com/cookpete/react-player/issues/1452 potential solution in here?
seeking in general is really inconsistent. need to look into switching video player frameworks
This was not a framework issue! It was actually an issue with the impact:// file protocol and it not being able to serve file ranges. This page got me there https://stackoverflow.com/questions/36783521/why-does-setting-currenttime-of-html5-video-element-reset-time-in-chrome
I feel confident that this is now fixed. Closing
Describe the addition
Context
We currently define a time to loop back to once the controls show up. Right now, we try to loop back to that point by, when the video ends, seeking back to the beginning of the video, then immediately seeking to the point we want to loop to. This doesn't work the majority of the time.
Proposed Solution