Chrome、firefox 中的网络摄像头 js 错误:无法从远程客户端访问网络摄像头

Webcam js Error in Chrome,firefox: Could not access webcam from remote client

我在基于网络的 php 软件中使用 webcam.js,当我们使用 'localhost/registration/create' 访问时,webcam.js 在服务器计算机上运行良好且正确,但是当我们使用

访问此软件
IP('192.168.10.10/registration/create' )

从浏览器中的客户端计算机给出错误,please see the screenshot。

Webcam.js Error: Could not access webcam: NotReadableError: Failed to allocate videosource NotReadableError: Failed to allocate videosource

我已经尝试了很多并进行了很多搜索,但找不到解决方案,所以请为我提供正确的解决方案谢谢。

Web 浏览器不支持来自不安全 URL 的用户媒体调用。因此,您不能通过没有 SSL 的 Web 请求使用摄像头或麦克风。只有这些设备可以从本地主机或 HTTPS 访问。

还有另一种方法(不推荐)可以解决此问题,手动配置网络浏览器。

chrome://flags/#unsafely-treat-insecure-origin-as-secure