Page 1 of 1

Navigation with JVLC

Posted: 27 Jul 2006 13:46
by olk
Hi,

I need to write an application where the user should be able to navigate through videos. I've allready included JVLC into my application and it works quite good. But how can i navigate through the video with JVLC? Is there a way to have a slider or something to navigate through the video?
Another thing i need to do is only play parts of videos ( min. 1 to min 4 or frame 140 to frame 500) is that possible?

I really need some help.

Thanks,
olk

Posted: 31 Jul 2006 10:43
by littlejohn
Hi olk,
I'm working on this issue right now. I'll update the status here.

Cheers,
fc

Posted: 07 May 2007 13:22
by otrofox
Nowadays, the API let you navigate through the video, but I found an error.
If I use the setTime/setPosition methods for moving to the first three quarters of the video (upto position 0.75 !!APROX.!!) it works fine but, after that limit (0.80, 0.90, in example) the video goes farther (5-10 seconds farther than setted).
I tested this with different video formats and the behaviour is the same.
Furthermore, when the video goes farther than it should, after ending the playback, jvlc outputs some errors or the JVM crashes.