abdelaziz-mahdy / flutter_meedu_videoplayer

Cross-Platform Video Player for flutter
https://abdelaziz-mahdy.github.io/flutter_meedu_videoplayer/
MIT License
132 stars 69 forks source link

[New feature] Appropriate caching #87

Closed AnonymHK closed 11 months ago

AnonymHK commented 1 year ago

I am using this component for teaching video production, mainly using Flutter to simulate a TikTok client. In actual teaching, I have used a large number of short videos and played them in a loop! The video will restart loading every time! Suggest adding an appropriate caching mechanism to improve the loading problem in Tiktok, a 15 to 30 second short video scenario!

abdelaziz-mahdy commented 1 year ago

The caching is handled by media kit or video player

So most probably I can't help with an example.

If you can provide an example code I will try to fix that issue