react-native-skia
react-native-skia copied to clipboard
Some frames are missing at the very end of a video
Description
This is the url http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4
If I play the video in web then last frame should be
But while playing using skia the last frame is
Version
"@shopify/react-native-skia": "^1.3.4",
Steps to reproduce
If I check the video duration then it is "duration": 596458 if I check current time after closing the video play then it gives me currentTime.value.toFixed(0)=596421 or 596425 or 596441 . different values most of the time.
Snack, code example, screenshot, or link to a repository
It never produces the last frame. it stops playing before the video actually stops.