hi
I have a video file on my host, which is about an hour.
I can easily play the file with VideoPlayer
My problem is working with seek, for example if I take seek to about half of the movie, I have to spend a lot of time playing the video (all data should be loaded to about half of the movie)
(I no longer need to preload data, it must be loaded from where it is located on seek)
I also adjusted these but it did not work.
bufferTime = 30;
inBufferSeek = true;