google chrome - html5 getusermedia() capture video without ssl -


i need capture video webcam , upload iis. i've used html5 , js webrtc this. works fine, chrome , opera sayed, ssl needed. how avoid problem?

you can't avoid it; starting chrome 49, getusermedia api available in "secure contexts" (i.e. https sites , localhost).


Comments