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

getUserMedia() error: NotFoundError #1097

Closed
moozhub opened this issue Aug 14, 2018 · 2 comments
Closed

getUserMedia() error: NotFoundError #1097

moozhub opened this issue Aug 14, 2018 · 2 comments

Comments

@moozhub
Copy link

moozhub commented Aug 14, 2018

  • [#] I have provided steps to reproduce
  • [#] I have provided browser name and version
  • [#] I have provided a link to the sample here or a modified version thereof

Browser affected

Browser name including version (e.g. Chrome 64.0.3282.119)

Google Chrome Version 68.0.3440.75 (Official Build) (64-bit)
Firefox 60.1.0esr (64-bit)

Description

Peer connection sample not working

Steps to reproduce

Goto https://webrtc.github.io/samples/src/content/peerconnection/pc1/ and click start.

Expected results

Not sure, haven't gotten it to work yet.

Actual results

Chrome: getUserMedia() error: NotFoundError
Firefox: getUserMedia() error: InternalError

@ErikHellman
Copy link
Contributor

From the error you describe it looks like your computer doesn't have a camera and/or microphone connected. Can you test this on a computer that has camera and microphone and see if it works?

@moozhub
Copy link
Author

moozhub commented Aug 14, 2018

The problem stemmed from not having a microphone. When removing line 71 in main.js or changing it to false it loaded the stream. Thanks for the quick reply.

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

2 participants