Hello,
I am using BalenaDash in which inside Chromium I have opened a website that shows a Video in a loop I want to enable caching to store that video so that it won’t spend too much data on continuously loading the same video. How can I achieve this?
Thank You
Hello @mani13jha I have some questions:
- where is the video coming from? is this from Youtube or similar service?
- Could you please confirm if the video server sent a expired header?
In the meantime, let me ask my colleagues about this as I’m not an expert!
Hello @mpous,
The Video is coming from Supabase Storage
video server is not sending any expired header because it is fetched from the Supabase storage and no such header is sent from them
Hey there @mani13jha
A quick search suggests that there can be an issue with the Chromium Simple cache for HTTP stopping things like videos caching. I’ve not had the time to repro this, so YMMV but it could be worth trying to find the chromium flag that disables the simple HTTP cache and then re-testing:
"chrome: /flags/#enable-simple-cache-backend "