openwebrtc demo is not working in Chrome

1.4k views Asked by At

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

There are 1 answers

2
jib On BEST ANSWER

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.