Hi!
I would like to have (lots of) short videos in my program. I want the user to be able to view the videos from the app, but not be able to download the raw (.3gp) file , and ideally not be able to rip the phone screen either. Basically, I want the only way to access the video to be through the app, and it to be difficult to copy the video from the app.
I suppose the best way to do this is to have the videos on a server where only specific users who have downloaded the app can access the files? That would have the added advantage that I can update the videos without requiring all users update the app? Could I do this with a service like FireBase? I want ONLY those who have the app to be able to access the videos.
Any pointers? I did go through the forum and tutorials, if I missed something please let me know!