Page 1 of 1

VLCKit setPosition and setTime Not Updating Position or Time

Posted: 10 Jul 2014 17:46
by sgaw
Hi. I think I must be doing something really stupid but when I call VLCMediaPlayer's setTime or setPosition methods the VLCVideoView updates to show the correct frame but the time and position methods return the original values. I do get a buffering state change and the time/position update properly when I resume playback.

My issue is that I'd like to be able to pause the video, step through it frame-by-frame, jump around, using a slider, etc. and then retrieve the current time or position and I can't.

Since the VLC application updates the time when you click in the timeline scrubber I'm hoping it's something I'm doing wrong or a properly I've not set.

Any help would be massively appreciated.

Simon

Re: VLCKit setPosition and setTime Not Updating Position or

Posted: 10 Dec 2014 16:06
by Jean-Baptiste Kempf
unfortunately, it's a limitation of VLC.