ICEREG1992 / fungwafrenzy

Modern Offline Client for FMV Cult Classic "Fung-Wa Frenzy"
MIT License
0 stars 0 forks source link

Video looping is inconsistent #33

Closed ICEREG1992 closed 1 day ago

ICEREG1992 commented 2 months ago

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

ICEREG1992 commented 2 months ago

https://github.com/cookpete/react-player/issues/1452 potential solution in here?

ICEREG1992 commented 1 month ago

seeking in general is really inconsistent. need to look into switching video player frameworks

ICEREG1992 commented 1 day ago

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

ICEREG1992 commented 1 day ago

I feel confident that this is now fixed. Closing