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

Bug: Local Streams are broken in Chrome. #29

Open
Skylion007 opened this issue Apr 5, 2016 · 2 comments
Open

Bug: Local Streams are broken in Chrome. #29

Skylion007 opened this issue Apr 5, 2016 · 2 comments

Comments

@Skylion007
Copy link
Contributor

Javascript does not compile on line 169 in webrts_ros.js. Instead it returns this error stating that navigator.mediadevices.getUserMedia is not a function. It actually requires the site be HTTPS, here is another issue about how you can fix it via tunneling: http://www.tokbox.com/blog/the-impact-of-googles-new-chrome-security-policy-on-webrtc/

@Skylion007
Copy link
Contributor Author

Also Google complains if the connection is SSL and the Websockets are not secure websockets. As such, WebRTC should be changed to use wss:// instead of ws://

@roehling
Copy link
Collaborator

I fixed the WebRTC client code to use secure websockets if the page is served via HTTPS.

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