Description
Describe the bug
This issue seems similar to [this one](#176), but in this case, it's happening with a local file. I'm not entirely sure what the root cause is.
The issue occurs when I use the keyboard to seek through the video. It sends a lot of seek requests, and the video initially plays correctly. However, after about 1 second, it sends what seems like 100 or more identical seek requests, causing the playback to jump forward unexpectedly.
I’m unsure of the proper fix. I could debounce the requests on my side to limit how quickly they are sent, but I don’t think that’s the right solution. If you can identify the issue from the logs, I’d appreciate your insights.
Expected behavior
Once seeking is completed, no additional seek requests should be triggered.