I'm developing a function that I click next button then the pause video will seekto next part and start.For example when video.getCurrentPosition is 8000, I click button to make video seekto(10000),because the video show same content between 8000 and 10000.
This function on some android devices runs smoothly,such as Samsung s6 edge,OnePlus,Xiaomi,Smartison
...
But the issue is that on some devices,such as Huawei,Moto Nexus 6,
when video on 8000 and I click the button,it has some "delay time
".It looks like about 1sec. later,the video finally starts.
By contrast,I specially change the seekto(10200),which is wrong parameter,and these "problem devices" runs smoothly likes "normal devices".However,the video on previous "normal devices
" skip some frame and start at 10200.
Is anyone know why cause this issue?Hope your answer,thank you.