trailofbits / tubertc

Peer-to-Peer Video Chat for Corporate LANs
MIT License
358 stars 58 forks source link

PermissionDeniedError in Chrome #71

Closed hank closed 8 years ago

hank commented 8 years ago

I have Chrome 47, and this refuses to work. I constantly get a MEDIA_ERR PermissionDeniedError indicating my camera and mic cannot be found. It almost works in Firefox with the Mic being detected but no video. Please help.

hank commented 8 years ago

This also happens on my phone in Chrome.

dguido commented 8 years ago

Trying loading the page over HTTPS. Chrome 47+ blocks non-TLS WebRTC.

hank commented 8 years ago

Awesome that worked - please update the documentation/error window to indicate this. Cheers!