Im using WordPress along with Video.js.
Working nicely so far, but I would like to prevent the Users from downloading the Videos.
Is there a way for my Server to only allow access to the Files if the request was made from WordPress?
I dont insist on using Video.js, if there is some other Plugin, that might do the Magic.
The first thing that comes to mind is within cPanel most hosts have hotlink protection. You can allow only certain URL’s to use your files.
Or disabling copy/paste with JavaScript MIGHT stop novice web peeps:
Since you don’t have cPanel access you can prevent it from within the htaccess file.
This is untested but looks great.
To serve alternate content when hotlinking is detected. You can set up your .htaccess file to actually display different content when hotlinking is attempted. This is more commonly done with images suggesting your displeasure of this activity, such as serving up an “Angry Man” image in place of the hotlinked one. Once again, replace example.com on lines 3 and 4 with your own domain name.