Closed ianack closed 2 years ago
Tested it and it seems that is how the VideoView works.
Hi, i just looked in to it again and found out that when implement seekto function, use Mediaplayer like
mediaPlayer?.seekTo(position, SEEK_CLOSEST)
is better than videoview.seekTo(position)
mediaPlayer's seekto function's second parameter is very useful to find exact position of video frame.
i suggest :) thanks for library
on Android when i use seekto with video controller, 1100ms and 1900ms gives same frame