Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to offline video content using PWA?

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.

like image 924
Talk2Nit Avatar asked Feb 01 '18 06:02

Talk2Nit


1 Answers

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

like image 122
mohammad nazari Avatar answered Nov 30 '22 23:11

mohammad nazari