openwebrtc demo is not working in Chrome

左心房为你撑大大i 提交于 2019-11-27 08:24:50

问题


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.



来源:https://stackoverflow.com/questions/35359138/openwebrtc-demo-is-not-working-in-chrome

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!