A couple of months back, I came across a client requirement who wanted to build a feature to download and restrict video files in Android App, just like YouTube, Netflix, Amazon Prime does with us. The steps need to be implemented is as follows :
- Download the video from the URL
- Encrypt the video file
- Decrypt the video file at the time of playing
I use RNFetchBlob for download the video from the urls and RNFS is used for file access. Requirement : I need to encrypt the video file and decrypt the video file from the App.
If anyone knows the solution please help me......
I need to encrypt the video file and decrypt the video file from the App.