-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'webkitGetUserMedia' #1
Comments
I only tested this code on chrome, could it be that you are using a different browser? If you are, which browser are you using? |
Hello, thanks, I use google chrome Versión 83.0.4103.116 (Build oficial) (64 bits) wind 10 ,tryed in firefox and edge, get same problem, too tryed use other prefix, webkit and moz , get same error |
The only other thing I can think of is that maybe the computer you are using does not have a video cam and/or a mic for the browser to find. You might have better luck at a |
I testing my camera in https://webrtc.github.io/samples/src/content/getusermedia/gum/ and working It, use try catch and got same error :( |
are you on a secure connection? Meaning, are you using either localhost or https? Asking the browser to get voice and video requires a secure connection. |
NO, I use http localhost, how can become to https? |
localhost is the same as being on https, so if you are on localhost then
that is not your issue either. Unfortunately I am out of possible ideas at
the moment.
…On Fri, Jul 10, 2020 at 11:42 AM famjaes ***@***.***> wrote:
¿Estás en una conexión segura? Es decir, ¿estás usando localhost o https?
Pedirle al navegador que obtenga voz y video requiere una conexión segura.
NO, I use http localhost, how can become to https?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLBBK6GPGJEBA2E3S7AMETR24ZHHANCNFSM4OWTOUTA>
.
|
Hello, thanks for sharing this project, I having this problem, can you help me?
The text was updated successfully, but these errors were encountered: