object:seek() is not working as I expect.

after generate “native.newVideo” element.

I want seek 69 second of this movie.

this video clip’s total time is about 5 minutes.

I want to seek 69 second of this video.

video:seek(69);

but after seek 69 second quickly changed to 73 second.

I tried another format of video from “mp4” to “mp4”;

but I failed too.

what’s wrong with this api? or am I wrong with this api?

Hi @isunsini,

You’re using the API correctly. Can I see your basic code? Did you try pausing the video first, then using :seek()? That shouldn’t be necessary but it might be worth a test…

Best regards,

Brent

Hi @isunsini,

You’re using the API correctly. Can I see your basic code? Did you try pausing the video first, then using :seek()? That shouldn’t be necessary but it might be worth a test…

Best regards,

Brent