-->

openwebrtc demo is not working in Chrome

2019-01-20 17:20发布

问题:

Chrome supports WebRTC.

But openwebrtc I am not able to run

http://demo.openwebrtc.org:38080/

while apprtc I am able to run

https://apprtc.appspot.com/

so why this problem ?

so what is the difference between openwebrtc and apprtc ?

is there any different implementation in these ?

I know both use WebRTC APIs

so my gut feeling is the demo sample that I use for openwebrtc is not https so chrome doesn’t let it access camera ,mike and so its not working.While Apprtc sample is https

回答1:

Open web console:

getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.

This is a limitation in Chrome. The page works fine in, say, Firefox.