OutdatedGuy

Results 102 comments of OutdatedGuy
trafficstars

That's not possible at the moment as the whole url is considered while caching the video.

Hello @zhuochenming, the features you are mentioning are already present. 1. You can use the `skipCache` flag to control when caching feature is enabled. 2. If you know the url...

Hi @iamkbkarthikeyan, the caching is handled in background only. Can you try it with the plain [video_player](https://pub.dev/packages/video_player) plugin and see if you get any different results.

@sagnik-sanyal Hi, I'm not familiar with either native Android or iOS codes. So I cannot really implement it. But if you can PRs are always welcomed 😄

@iceekreeam the way this package works is if there is no cache available, the package starts caching the video in background and initializes the video from network directly, else the...

@Yaronkr unfortunately yes. Unless we can find a way to cache the already downloaded data from network, it has to download the video twice

@sagnik-sanyal I'll look into it and let you know once I'm free.

@iceekreeam sorry for the confusion, by background I meant Asynchronously in the main thread, not in a separate isolate.

@iceekreeam I'm busy with work hence cannot look into it currently. However, PRs are always welcomed.

How do you use it with `video_player` plugin? Can you provide any sample code?