在浏览器上检测屏幕录制

问题描述

有什么方法可以检测或阻止正在 Web 浏览器中屏幕录制的 html5 视频元素或画布。也许通过扩展?有可能吗?

解决方法

不幸的是,没有这样的方法来检测这一点。但是,如果您只是想使用它来防止人们复制您的网页内容并将其保密,那么您实际上可以使用其他一些方法来实现。看到这些:

https://myprogrammingnotes.com/protect-web-page-copied-using-javascript.html

What are the ways to prevent users to take screenshot of a webpage?