RSATom / WebChimera.js

[ABANDONED] libvlc binding for Electron
GNU Lesser General Public License v2.1
661 stars 104 forks source link

Seek to time without playing #152

Open shmatul opened 2 years ago

shmatul commented 2 years ago

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

RSATom commented 2 years ago

I'm afraid it's limitation of used libvlc API...