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
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
I'm trying to change VlcPlayer's time while the video isn't playing to show the frame of the given time.
While the video is playing it works perfectly, when the video is paused onFrameReady is never called until I play the video.
A workaround is to play & pause the video after the frame has drawn on the canvas, are there any other solutions you can think of? Thanks
The text was updated successfully, but these errors were encountered:
Hey
I'm trying to change VlcPlayer's time while the video isn't playing to show the frame of the given time.
While the video is playing it works perfectly, when the video is paused onFrameReady is never called until I play the video.
A workaround is to play & pause the video after the frame has drawn on the canvas, are there any other solutions you can think of? Thanks
The text was updated successfully, but these errors were encountered: