Closed unseobKim closed 3 months ago
try master branch. previously it the value set by user
btw, it's better to set player.videoDecoders = ['VT', 'FFmpeg'];
to enable hardware decoder
try master branch. previously it the value set by user
Are you asking me to directly receive the code and import it instead of adding it to the dependencies?
no
fvp:
git:
url: https://github.com/wang-bin/fvp.git
If master branch works, I will make a new release later
Thank you very much for the quick response.
The issue with the status value being 'play' has been resolved
finished in v0.23.0
Describe the bug I am currently using the player embedded in the FVP's mdk.dart. After connecting a local video file to the player and starting playback, I set a 10ms timer, but sometimes the position does not update and the previous position is displayed.
Additionally, the video's playback duration is up to 102910ms. After the video finishes playing and stops, the position displays as 102857, and the player's state shows as "playing."
Expected behavior The current playback time of the video needs to be accurate and updated properly, and the state should also be updated accordingly.
Log