Page 1 of 1

JVLC: Realtime frame-by-frame

Posted: 20 Jul 2009 12:18
by Gawain
I'd need to control the current position in the video (frame) by an external timer. Therefor I need to have realtime skipping to the next frame in the video. At the moment I'm trying to implement this by just loading the correct frame with "setTime(frame)" of the MediaPlayer. Unfortunately this is not realtime.

Is there another way to do that? Maybe realtime loading the next frame? Any skip functionality in JVLC?