I'm trying to use the navigator.getUserMedia()
and as expected on my webpage (or for example https://apprtc.appspot.com/) I'm asked to allow or deny access to my webcam/microphone.
But after I click "allow" nothing happens and on my log I can see:
NavigatorUserMediaError {code: 1, PERMISSION_DENIED: 1}
I'm on Ubuntu 12.04 and tried on Chromium 24.0.1312.56, Chrome 24 and beta 25 and Firefox 18.0.2. Same problem everywhere.
I can access my webcam on webpages using Flash like here http://www.xarg.org/project/jquery-webcam-plugin/
Any idea what is the problem?