unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.17k stars 241 forks source link

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

Open ChristianUndCo opened 2 years ago

ChristianUndCo commented 2 years ago

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

Version Information

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

Sample Code

XAML

<MainWindow>
</MainWindow>

C

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

Command line ffplay

ffplay "hello.mp4"