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

Browser does not appear to be WebRTC-capable #60

Open
kentetics opened this issue May 10, 2019 · 5 comments
Open

Browser does not appear to be WebRTC-capable #60

kentetics opened this issue May 10, 2019 · 5 comments

Comments

@kentetics
Copy link

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?

@PradeepInfowind
Copy link

I am also getting same issue on Chrome, have you got any solution ??

@adesurya
Copy link

it will output getusermedia on your browser

@antgustech
Copy link

antgustech commented Oct 24, 2019

Same here. I tried replacing

try { getUserMedia(constraints, onSuccess, onError); } catch (e) { reject(e); }

With

try { navigator.mediaDevices.getUserMedia(constraints, onSuccess, onError); } catch (e) { reject(e); }

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.

@AndySkaura
Copy link

I use Windows
maybe only Ubuntu

@robbiedood
Copy link

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,
-- Luke

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

6 participants