Reputation: 1135
I have few questions on PWA offline videos.
How can I offline the video using the Progressive Web App?
Which storage mechanism should I use to store video data on the client side?
Is there any storage limit browser-wise?
I did offline functionality with text data using PWA using service workers. But stuck in how to do same with video.
Any help will be appreciable.
Upvotes: 7
Views: 5537
Reputation: 969
this is helpful repository
PWA download video manager use local database PouchDB
you can download video and store video Blob data in local Database and Use that offline
https://github.com/mohammadnazari110/pwa_offline_video_download
Upvotes: 4