webrtc_ros icon indicating copy to clipboard operation
webrtc_ros copied to clipboard

Bug: Local Streams are broken in Chrome.

Open Skylion007 opened this issue 9 years ago • 2 comments

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 avatar Apr 05 '16 23:04 Skylion007

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://

Skylion007 avatar Apr 11 '16 21:04 Skylion007

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

roehling avatar Jan 16 '19 17:01 roehling