LazarSoft / jsqrcode

Javascript QRCode scanner
http://www.webqr.com
Apache License 2.0
3.98k stars 1.16k forks source link

Blank screen/unresponsive when used on Nginx server #44

Closed charlesfries closed 7 years ago

Danish22 commented 8 years ago

You found the solution? Am facing the same issue.

zinthose commented 8 years ago

I figured out that you need to run the page with an SSL cert (https). This is due to Chrome security settings preventing the getUserMedia APIs from being accessible from an unencrypted page.

Danish22 commented 8 years ago

Yes, all the browser require SSL certificate to access you webcam.