flutter_vlc_player
flutter_vlc_player copied to clipboard
Seek to position
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).
controller.setTime(controller.position.inMilliseconds + 10000); // +10s
controller.setTime is not working to me, tested on iOS
same thing on ios , setTime
is not working or even seekTo
, is there a work around ?