You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: