openwebrtc-examples icon indicating copy to clipboard operation
openwebrtc-examples copied to clipboard

demo.openwebrtc.org chrome interoperability

Open ystreet opened this issue 10 years ago • 7 comments

Attempting to use the demo web page with chromium results in:

PermissionDeniedError: Only secure origins are allowed (see: https://goo.gl/Y0ZkNV)

Attempting to access https://demo.openwebrtc.org:38080 doesn't seem to exist

ystreet avatar Dec 08 '15 02:12 ystreet

We're aware of this and will be fixing it. Chrome started only allowing access to getUserMedia on HTTPS

superdump avatar Dec 08 '15 06:12 superdump

Note that localhost qualifies as secure in this context, so it works if you run the server on your local machine.

08 Dec 2015 kl. 07:13 skrev Robert Swain [email protected]:

We're aware of this and will be fixing it. Chrome started only allowing access to getUserMedia on HTTPS

— Reply to this email directly or view it on GitHub.

stefhak avatar Dec 08 '15 06:12 stefhak

@ystreet If you need it instantly, Chrome can be started with a flag that allows specified unsecure origins (see https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins), but of course in long term this should be migrated to HTTPS...

tobi512 avatar Jan 15 '16 11:01 tobi512

This error I am getting when trying to run the test app in chrome Version 48.0.2564.97 (64-bit) the second one i understood from the above comments

  1. Failed to load resource: the http://demo.openwebrtc.org:38080/favicon.ico server responded with a status of 404 (Not Found)
  2. main.js:125 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.

SrujithPoondla avatar Jan 28 '16 23:01 SrujithPoondla

  1. is a non-issue. We could add a favicon there but it's not important.

  2. is, as noted, known and we will fix it.

superdump avatar Jan 31 '16 11:01 superdump

Hi. There is a prevision for fix it?

Thanks a lot.

tobiastromm avatar Mar 18 '16 13:03 tobiastromm

Over half a year passed, still not fix it!!!!

micky-zh avatar Aug 23 '16 05:08 micky-zh