Skip to content

seek is collected and reran after a while (it was happening before over network) #200

Open
@abdelaziz-mahdy

Description

@abdelaziz-mahdy

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.


Log
[Log Link](https://justpaste.it/crzw2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions