-
-
Notifications
You must be signed in to change notification settings - Fork 42
[Bug]: Problem with not using cache when playing loop #118
Copy link
Copy link
Open
Labels
enhancementNew feature or request to improve existing functionalityNew feature or request to improve existing functionalityhelp wantedExtra attention is neededExtra attention is neededperformancePerformance related issues or improvementsPerformance related issues or improvements
Metadata
Metadata
Assignees
Labels
enhancementNew feature or request to improve existing functionalityNew feature or request to improve existing functionalityhelp wantedExtra attention is neededExtra attention is neededperformancePerformance related issues or improvementsPerformance related issues or improvements
Is there an existing issue for this?
Bug Description
If you check with the Android Studio Network Inspector, you can see continuous network download traffic during loop playback. Shouldn't the cached video be used for subsequent playbacks?
Steps to Reproduce
Run the app and check it in Android Studio Network Inspector.
Expected Behavior
use cache for subsequent playbacks?
Actual Behavior
make another network download
Package Version
4.0.4
Platform(s)
Android
Flutter Channel
stable
Flutter Doctor Output
Minimal Reproduction Code
Relevant Log Output
Device Information
Additional Context
No response
Would you like to work on this issue?