Page 1 of 1

About positioning player

Posted: 04 Aug 2020 20:47
by aro2020
In an Windows application (Delphi + PasLibVlc), you can continuously change the position of a video (while paused) using a "slider" for example.
In the official VLC application of any platform, obviously, you can too.
¿ Is it normal that with VLCKit + Objective-C (MacOS) you can only do it a few times and it stops responding ? (until you put it back to "play") or is there a trick

Thank you

(PasLibVlc is interface to VideoLAN libvlc.dll and VCL player component for Delphi / FreePascal)

Re: About positioning player

Posted: 11 Aug 2020 21:33
by sherington
I see this quite often when using VLC 3.x with my own library that uses LibVLC.

Seeking like that is a LOT better in VLC 4.x, but that's not yet generally available of course.

Re: About positioning player

Posted: 11 Aug 2020 23:02
by aro2020
Thank you very much sherington

I think it's a bug in my code that I can solve