abdelaziz-mahdy / flutter_meedu_videoplayer

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

Caching support (Question) #110

Closed sommye-ctr closed 1 year ago

sommye-ctr commented 1 year ago

Does the library support caching, i.e. caching video in device's local storage so that it is retained between app sessions?

abdelaziz-mahdy commented 1 year ago

no its on memory for both media_kit and video_player

sommye-ctr commented 1 year ago

Oh okay thanks for the reply. Also I'm not sure if this question should be asked here or on media kit library but does the player pick up on embedded subtitles. For eg in mkv container, subtitle files are embedded, so are they recognised by the player?

abdelaziz-mahdy commented 1 year ago

You can try it by setting media_kit to true , for Android and iOS , and test

I am not sure if it does

sommye-ctr commented 1 year ago

Okay thanks.

I was just testing the player and was wondering how to add multiple subtitles to a data source. For example, I have https url for the subtitle (srt) file, how do I add all of them?

Edit: An issue is created regarding this. Closing this now