-
Notifications
You must be signed in to change notification settings - Fork 477
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
Browser does not appear to be WebRTC-capable #60
Comments
I am also getting same issue on Chrome, have you got any solution ?? |
it will output getusermedia on your browser |
Same here. I tried replacing
With
and it did not help. Update, according to docs: https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia Note: If the current document isn't loaded securely, navigator.mediaDevices will be undefined, and you cannot use getUserMedia(). See Security for more information on this and other security issues related to using getUserMedia(). So I'm guessing the document isn't loaded securely beacuse its only http. |
I use Windows |
Dear ProjectRTC friends and @antgustech , We got the same issue, were wondering if any solution to make it works. Shall we add https feature ? Best, |
Hi! I have a problem,
When I try this project, it totally works on localhost but when I try to use my ip, it won't stream or view existing stream, any help?
The text was updated successfully, but these errors were encountered: