.htaccess - Improving blocking user from downloading video -


i need advice in blocking user download video site. i knw impossible but

still things have done -

rename htaccess of /video.mp4 /video

(because have renamed video name random numbers takes little time find it.)

blocking htaccess of mp4

rewritecond %{http_referer} !^http(s)?://(www\.)?yourdomain\.com/ [nc] rewriterule \.(mp4)$ - [nc,f,l] 

anymore tips guys can improve ??

imp. question- blocking htaccess blocking url directly computer genius/crackers ?

info- using mediaelement.js simple basic html5 code player

thank you

i honest, if client has view it, there no way stop it. thing possibly use custom player accepts encrypted traffic.


Comments

Popular posts from this blog

Need help in packaging app using TideSDK on Windows -

java - Why does my date parsing return a weird date? -

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -