Replies: 1 comment 1 reply
-
Did you find a way around this issue? I have the same problem (I want to pause the video then seek to a position and have the preview image update immediately) I had a look at the RNSkia code and found this line which will stop the return of a frame if the video is paused, comment out the return statement and you may have the solution you are looking for (I have only briefly tested this mind you) Hope this helps, but if you have another idea then I'd be very interested in hearing your thoughts. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In
@shopify/react-native-skia
version^1.10.1
If the video is paused and you seek to a different time, the
currentFrame
value does not update, it's ok.I want to show thumbnail images to overlay
currentFrame
while seeking the video (using react-native-gesture-handler Pan gesture in React Native).How to get video offscreen thumbnail ? Example low resolution images for each second, minute,...
Beta Was this translation helpful? Give feedback.
All reactions