demo.openwebrtc.org chrome interoperability
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
We're aware of this and will be fixing it. Chrome started only allowing access to getUserMedia on HTTPS
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.
@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...
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
- Failed to load resource: the http://demo.openwebrtc.org:38080/favicon.ico server responded with a status of 404 (Not Found)
- 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.
-
is a non-issue. We could add a favicon there but it's not important.
-
is, as noted, known and we will fix it.
Hi. There is a prevision for fix it?
Thanks a lot.
Over half a year passed, still not fix it!!!!