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

If ".position" was assigned a high value (PlaybackEndTime f.e.) position will not correctly accept other values anymore #622

Open
2 of 7 tasks
ChristianUndCo opened this issue Apr 24, 2022 · 0 comments

Comments

@ChristianUndCo
Copy link

ChristianUndCo commented Apr 24, 2022

If ".position" was assigned a high value (PlaybackEndTime f.e.) position will not accept other values anymore

If I assigne a high value to .position value f.e. Videoplayer.Position =(TimeSpan) Videoplayer.PlaybackEndTime; or with slider scroll to end of video the position function gets buggy a doesn't accept any values anymore.

Issue Categories

  • Bug
  • Feature Request
  • Question
  • Not sure

Version Information

  • NuGet Package 4.4.350
  • Build From Master branch, Commit Enter commit id. Example: 704c482
  • Build from Branch Name, Commit Enter commit id. Example: 704c482

Steps to Reproduce

  1. Videoplayer.Position =(TimeSpan) Videoplayer.PlaybackEndTime; (perhaps 2x... 4x times)
  2. Videoplayer.Position = "any time code value inside your video"
  3. read "Videoplay.Position" and it has not the right value it should have, its buggy

Expected Results

  • the right position I assigned to it

Sample Code

XAML

<MainWindow>
</MainWindow>

C#

System.Console.WriteLine("Change Me Please!");

Command line ffplay

ffplay "hello.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant