idevelop / ascii-camera

Real-time ASCII representation of your webcam video stream, using the getUserMedia API.
https://andrei.codes/ascii-camera/
MIT License
1.36k stars 236 forks source link

http/https #4

Closed aaryadev closed 7 years ago

aaryadev commented 8 years ago

Hi @idevelop These are awesome projects , neet update urls to https else they won't ask cam permission(Chrome)

Due to Deprecating Powerful Features on Insecure Origins on chrome. page throws " getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details ."

narendranss commented 7 years ago

I am too kind of facing similar issue. I get this message "Please allow this page to access your camera." and in console I get the message pointed out by @aaryadev

idevelop commented 7 years ago

Thanks for flagging! Will update.

idevelop commented 7 years ago

Links in readme and repo info updated. Let me know if I missed anything. Thanks!