Talk2Nit
Talk2Nit

Reputation: 1135

How to offline video content using PWA?

I have few questions on PWA offline videos.

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

Answers (1)

mohammad nazari
mohammad nazari

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

Related Questions