I want to create a simple app using PHP for uploading videos. But, I want to make sure it is not accessible for download but can be embedded in my app so I can play it. How can I do this?
It was inspired with this question php restrict access to files in directory but I really don't get how it works.