Is it possible to add a transparent layer to a PHP page to prevent video downloading? What i try to do is simply prevent downloading a web video (Published using ant server) , i was able to stream it, embed the code into my page:
<iframe width="560" height="315" src="http://ipaddress:5080/LiveApp/play.html?name=join1" frameborder="0" allowfullscreen></iframe>
Download option has gone, but Internet download manager software still able to download, so i think about getting another approach and embed the video in page and add a transparent layer over it, is it programmatically possible using PHP ?, thanks.