0

I am about to start an android app which includes categorizing different videos and streaming it from device, this app needs a feature as 'offline viewing' which enables the user to download the video and store it in the device for offline viewing(user cannot copy the videos and move it to somewhere else and watch ),

I was searching and found that so many apps are using this feature like pluralsight, Lynda and many more

How can I accomplish this feature in my own android app? are the videos encrypted and stored? Any advises will be so helpful for me as I am stuck at this point.

Thanks

P-RAD
  • 1,293
  • 2
  • 15
  • 36
  • 2
    rough idea: you can download the video in a more safe folder. something like storage->sdcard->application->data->com.yourcom.yourapp->yourvideo. This way though there is a change that someone might found the video but general users don't go in these folders to check. – AtanuCSE Apr 08 '15 at 08:26
  • 1
    http://stackoverflow.com/questions/9496447/encryption-of-video-files – AtanuCSE Apr 08 '15 at 08:40
  • @AtanuCSE Thanks for the link and the Idea, I'll definitely try that CipherInputStream out.. – P-RAD Apr 08 '15 at 08:55
  • Place videos in internal/external file system and access it. Example:-- – Ravikiran Oct 14 '15 at 10:46

0 Answers0