TheWidlarzGroup / react-native-video

A <Video /> component for react-native
https://docs.thewidlarzgroup.com/react-native-video/
MIT License
7.22k stars 2.9k forks source link

Offline DRM support #3539

Open vipanpreet opened 9 months ago

vipanpreet commented 9 months ago

Description

Need to handle Offline Licenses to Download them and manage them for Offline Playback.

Why it is needed ?

To Play DRM protected content Offline as well

Possible implementation

No response

Code sample

No response

pateljoel commented 8 months ago

@vipanpreet Also trying to do this, this should be possible right?

KrzysztofMoch commented 7 months ago

Hey, this is not on our current roadmap but if you need this please contact us - we can offer you paid support for this feature

HanggiAnggono commented 4 months ago

i've tried using react-native-static-server to serve some DRM license while the app is on offline mode. everything works fine except now that i'm facing issue while trying to upgrade android to sdk 34 because of the react-native-static-server library

freeboub commented 4 months ago

i've tried using react-native-static-server to serve some DRM license while the app is on offline mode. everything works fine except now that i'm facing issue while trying to upgrade android to sdk 34 because of the react-native-static-server library

Looks like it is a promising solution! If you can create an article with that or share a sample, it would be amazing!

adityapatadia commented 3 months ago

Can someone please share how to get this done? Both for Widevine and Fairplay?

anasvemmully commented 4 weeks ago

i've tried using react-native-static-server to serve some DRM license while the app is on offline mode. everything works fine except now that i'm facing issue while trying to upgrade android to sdk 34 because of the react-native-static-server library

did you have a blog ?

bittu commented 3 days ago

Did anyone succeed in downloading and playing offline with DRM?