打开录音权限错误

Uncaught (in promise) DOMException: Only secure origins are allowed




原因是:在做录音和视频的时候访问链接必须是https,否者调用无反应!
1
2
3
火狐下是可以正常调取摄像头的。
谷歌下其实也可以,一般 http://localhost:8080 或者 http://172.0.0.1:8080服务,这个是可以调起的,但是如果使用 指定的 ip,
比如: http://172.168.5.100:8080 ,此时就会报个 PermissionDeniedError: Only secure origins are allowed (see: https://goo.gl/Y0ZkNV).异常信息提示。