hi
I have a plugin which loops the end of the video.
The video duration is 51.7 seconds. At 48.8~ (i m using the time event fro this) i m sending a "seek" event to 45.8. this usually works, but from time to time suddenly the seek event causes the video to stops:
MODEL: TIME (duration:51.7,position:48.8)
Fired event goto_clip_time.
VIEW: SEEK (position:45.80299999999999)
CONTROLLER: SEEK (position:45.80299999999999)
MODEL: TIME (duration:51.7,position:0)
MODEL: STATE (newstate:COMPLETED,oldstate:PLAYING)
State: COMPLETEDany idea y this happens?

It looks like the seek sometimes advances to the next keyframe instead of the previous one. That's the endframe, pausing the video.
Is the issue still there when seeking 0.1 second earlier? Or having a video with more keyframes?