Skip to content
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

Open
famjaes opened this issue Jul 10, 2020 · 8 comments
Open

TypeError: Cannot read property 'webkitGetUserMedia' #1

famjaes opened this issue Jul 10, 2020 · 8 comments

Comments

@famjaes
Copy link

famjaes commented Jul 10, 2020

Hello, thanks for sharing this project, I having this problem, can you help me?
image

@ChaimF90
Copy link
Collaborator

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?

@famjaes
Copy link
Author

famjaes commented Jul 10, 2020

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

@famjaes
Copy link
Author

famjaes commented Jul 10, 2020

This is the error in localhost:3000
image

@ChaimF90
Copy link
Collaborator

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 catch and then logging the error, maybe this will provide some more info.

@famjaes
Copy link
Author

famjaes commented Jul 10, 2020

La única otra cosa que puedo pensar es que tal vez la computadora que está utilizando no tiene una cámara de video y / o un micrófono para que el navegador los encuentre. Es posible que tenga mejor suerte en catchay luego de registrar el error, tal vez esto proporcionará más información.

I testing my camera in https://webrtc.github.io/samples/src/content/getusermedia/gum/ and working It, use try catch and got same error :(

@ChaimF90
Copy link
Collaborator

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.

@famjaes
Copy link
Author

famjaes commented Jul 10, 2020

¿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?

@coding-with-chaim
Copy link
Owner

coding-with-chaim commented Jul 10, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants