I want to implement feature like youtube offline video. I have to store the video from url in encrypted form in local storage and decrypt that video when user plays offline video
Asked
Active
Viewed 1,296 times
1
-
What do you exactly mean in encrypted format? – alexandrius Feb 23 '18 at 08:30
-
what exactly is a problem? You can't download video? You can't encrypt it? You can't decrypt it? – Vladyslav Matviienko Feb 23 '18 at 08:35
-
@VladyslavMatviienko I have to save that video in encrypted form. How to exactly encrypt the video so that user cannot find .mp4 file in storage like youtube saves offline videos – ppreetikaa Feb 23 '18 at 08:39
-
@alexandrius encrypted means that user could not find that video file in storage. it must be saved in .exo format or any other user unreadable format – ppreetikaa Feb 23 '18 at 08:41
-
Video is a file. You basically need to encrypt a file. Just search for how to encrypt a file – Vladyslav Matviienko Feb 23 '18 at 08:43
-
see - https://stackoverflow.com/questions/9496447/encryption-of-video-files – aranav verma Feb 23 '18 at 08:53
-
See this link https://www.lifewire.com/exo-file-2621155 – Ehsan Mashhadi Aug 14 '18 at 10:44