2

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

Durai Amuthan.H
  • 31,670
  • 10
  • 160
  • 241

1 Answers1

4

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.

jib
  • 40,579
  • 17
  • 100
  • 158
  • Yeah thanks for sharing the reference link.My gut feeling about this issue is right then !!! – Durai Amuthan.H Feb 15 '16 at 06:12
  • 1
    Hi,I went through your answers...I saw you have made a great contribution in WEBRTC...so I welcome you to be part of this chat-group http://chat.stackoverflow.com/rooms/103269/webrtc – Durai Amuthan.H Feb 15 '16 at 06:26