TheWidlarzGroup / react-native-video

A <Video /> component for react-native
http://thewidlarzgroup.github.io/react-native-video/
MIT License
7.14k stars 2.88k forks source link

Offline DRM support #3539

Open vipanpreet opened 6 months ago

vipanpreet commented 6 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 5 months ago

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

KrzysztofMoch commented 5 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 2 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 2 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 1 month ago

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