Skip to content

Forked to fix hls playback by skipping the caching. Use #dieringe for a usable version.

License

Notifications You must be signed in to change notification settings

ciriousjoker/flutter_cached_video_player

 
 

Repository files navigation

Cached Video Player

A flutter plugin that has been forked from the official video_player package except that it supports caching in Android and iOS. Web plugin will work like official video_player i.e. without caching support.

Installation

First, add cached_video_player as a dependency in your pubspec.yaml file.

Follow the Android and iOS configuration steps of the official video_player package. This plugin won't work in Desktop.

Issues

  • maxFileSize and maxCacheSize are hardcoded at 100MiB and 1GiB respectively in Android.

Contributors

About

Forked to fix hls playback by skipping the caching. Use #dieringe for a usable version.

Resources

License

Stars

Watchers

Forks

Languages

  • Java 36.4%
  • Objective-C 30.9%
  • Dart 30.5%
  • Ruby 1.8%
  • Other 0.4%