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?