Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seek function behaves exceptionally in the last few seconds of the video. #274

Open
keysking opened this issue May 15, 2022 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@keysking
Copy link

Describe the bug
When using the seek function in a paused state to locate the last few seconds of the video, it will stay fixed on a certain frame, even jumping in the opposite direction.

Minimal reproducible code
All you need to do is add the following button to the sample program, then tune the video to the last few seconds and keep clicking this button, and you will find the bug.

ElevatedButton(
    onPressed: () {
      this.player.seek(
            Duration(
              milliseconds: (this.position.position?.inMilliseconds ?? 0) + 10,
            ),
          );
    },
    child: Text("+10ms"))

Operating system:

  • Platform: Windows.
  • OS version: Windows 10 and Windows 11.
@keysking keysking added the bug Something isn't working label May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants