0

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.

carl verbiest
  • 789
  • 1
  • 10
  • 26
XP_2600
  • 41
  • 3
  • 1
    If you do not want data downloaded to other ppls computers, then you cannot publish it on the internet. If I can see it I can keep it – mplungjan Nov 14 '21 at 10:30
  • 3
    You are mixing between client-side & server-side programming. PHP has nothing to do with preventing the user from downloading what had been rendered to the browser https://stackoverflow.com/questions/13840429/what-is-the-difference-between-client-side-and-server-side-programming – hassan Nov 14 '21 at 10:42
  • If i can add a transparent layer, so it means a video downloader will get the empty layer instead, i am not talking about screen capturing of course as its something i cannot prevent for sure. – XP_2600 Nov 14 '21 at 12:41
  • please instead of `ant` tag, use `ant-media-server` & `webrtc` tag – Abilogos Nov 18 '21 at 10:04

0 Answers0