flutter_vlc_player icon indicating copy to clipboard operation
flutter_vlc_player copied to clipboard

Seek to position

Open alr2413 opened this issue 4 years ago • 3 comments

Hi, special thanks for providing this package.

I want to know how can I seek to specific position of video? I used the provided setTime method for this purpose, but it's not working (I don't know why).

alr2413 avatar Apr 10 '20 10:04 alr2413

controller.setTime(controller.position.inMilliseconds + 10000); // +10s

pharshdev avatar Apr 29 '20 11:04 pharshdev

controller.setTime is not working to me, tested on iOS

gabdsg avatar May 23 '20 01:05 gabdsg

same thing on ios , setTime is not working or even seekTo , is there a work around ?

Fanom2813 avatar Apr 24 '23 17:04 Fanom2813