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

![截屏2024-11-30 05 14 13](https://github.com/user-attachments/assets/f42da36b-78ee-41d9-b671-3a966100ec2b) Video in.MOV format cannot be played later @OutdatedGuy

bug
help wanted

I/ExoPlayerImpl(30320): Init 696f254 [AndroidXMedia3/1.4.1] [HWELE, ELE-AL00, HUAWEI, 29] W/.smart.trainin(30320): Accessing hidden method Landroid/media/AudioTrack;->getLatency()I (greylist, reflection, allowed) W/VideoCapabilities(30320): Unrecognized profile/level 0/0 for video/mpeg2 W/VideoCapabilities(30320): Unrecognized profile/level 0/2 for video/mpeg2 W/VideoCapabilities(30320): Unrecognized...

**Overview:** This pull request introduces a new feature that enables precaching videos without requiring immediate playback. The precache function downloads and stores videos locally, allowing offline access later without an...

**Feature Request:** I would like to request a feature in the `cached_video_player_plus` package that allows precaching videos without requiring playback. The goal is to preload and cache multiple videos while...

When attempting to build an app for WebAssembly (WASM), the get_storage package used within this package's implementation prevents compatibility. `get_storage` doesn't support WASM. Please consider replacing or modifying this dependency...

Hello! I encountered a problem and tried to play an M3u8 file that supports multiple resolutions, but unfortunately it would report a source error. M3u8 file format: ` #EXTM3U #EXT-X-VERSION:3...

bug
help wanted

My code: ```dart final url = "https://domain.com/..../..../video.mp4"; final _videoController = CachedVideoPlayerPlusController.networkUrl( Uri.parse(url), httpHeaders: { 'Range': 'bytes=0-4999', } ); ``` ``` E/flutter (22082): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: HttpException: Invalid statusCode: 206, uri...

bug