cached_video_player_plus icon indicating copy to clipboard operation
cached_video_player_plus copied to clipboard

Original video_player plugin with the superpower of caching embedded in Android and iOS.

Results 17 cached_video_player_plus issues
Sort by recently updated
recently updated
newest added

How to Use Chewie with CachedVideoPlayerPlusController as a controller or How to convert CachedVideoPlayerPlusController to VideoPlayerPlusController ?

enhancement

Hi @OutdatedGuy, this caching is looking great but I have a problem. I can use this `JkVideoControlPanel` plugin to take full control of the video with `video_player` library but I...

enhancement

It would be great to introduce the option to pass a custom `CacheManager` and `CacheKey` parameter, allowing for more flexibility in caching strategies. This would eliminate the need to rely...

enhancement

**Summary** This PR addresses issue #47 by introducing the ability to pass a custom `cacheManager` and `cacheKey` as parameters. This makes the library more flexible and customizable, similar to how...

Some logs printed from URLs end in .bin when saved on the phone, and some end in .mp4. If the log ends in .bin, it cannot be played.

question

Hi @OutdatedGuy, I am using this package from the last two months. It's working well. But, I recently noticed when my android app handles large video file from the network...

question

- Cache switch. Allows you to control when the caching feature is enabled. - Cache video list. Can control the cleaning of specific videos. By doing this perhaps a better...

question

Is it possible to add a cache key? So that it won't cache the same video with different parameters in url path (like a parameter with expiry date). Thanks

enhancement

why there is no video controller you have added, this library is doing great while I was testing, but the only problem is there is no way to control video,...

VideoPlayer original package has `VideoPlayerProgressIndicator` that offers a great drag controller for small videos like TikTok and Reels timeline. I tried to switch from the original package to this one,...