-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
Expected results:
The position you get from the controller should be absolute and not wrong. When I checked the position with VLC/WindowsMovieMaker/otherAudioPlayers... its not the same. INFACT when i enter the same position in the _controller.seekTo command... I once again get another position!
Actual results:
When you click on the FAB (in the official example) and pause the video... and you call _controller.value.position.inMilliseconds to get the postion... you get that answer in milliseconds... lets say "x"
Now if you enter that same number in _controller.seekTo( Duration(milliseconds: x)).... you will get a totally different position!?!
So is there way to get the actual non erroneous position... or may be the frameNumber?
Im working in Flutter 3.3
video_player: ^2.4.8
and platform is WEB,
running it on chrome