How to reduce delay before initialization network video in flutter video_player? It takes so much time to initialize, about 7 seconds. How to fix this?
Asked
Active
Viewed 1,327 times
3
-
Does this answer your question? [How to play videos sequentialy on video\_player without delay?](https://stackoverflow.com/questions/55887282/how-to-play-videos-sequentialy-on-video-player-without-delay) – Mayur Agarwal Nov 23 '21 at 04:30
-
Probably not – Pation Nov 23 '21 at 13:02
-
For example: app has 20 videos in a page view builder widget, but would will happens when user want to go to 8th video by fast swiping? Video controller tries to initialize again, it may take about 10 seconds, and it is doesn’t matter how many controllers we try to initialize, it takes delay in the end. – Pation Nov 23 '21 at 13:06