OutdatedGuy

Results 141 comments of OutdatedGuy

Please refer [this workaround](https://github.com/OutdatedGuy/cached_video_player_plus/issues/40#issuecomment-3050302133) till a proper fix is implemented.

Hi, are you trying to play this video from network or from somewhere else (assets, file, etc.). Can you provide some sample/reproducible code?

@JonasJW the problem seems to be that the video that is loaded initially is the only one cached (downloaded) and not the other resolutions (i.e. only the initial resolution is...

@esuljich thanks for the insight. I'll try to explore the implementation possibilities for it, however I'm busy with other work so cannot guarantee when. As always PRs are welcomed.

https://github.com/user-attachments/assets/f181e8b6-48e8-41e7-8616-08b917393511 @AlexV525 the example app doesn't seems to be working correctly

Hi @AlexV525, do you plan on fixing the example app? :)

A `video_player` controller is created at the initialization of the `CachedVideoPlayerPlus` and used throughout its lifetime. When a new instance is created it checks for a cache and uses it...

Does this happen on the first run (before video is cached) or in subsequent runs (when video is played from cache)? According to your logs, the video seems to not...