From 9a919620274650e336c3d9293278bb7d9d2fc689 Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Mon, 22 Aug 2016 20:15:46 +0200 Subject: [PATCH] Added information about getUserMedia; Relates to #116 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ea84972..7ce21a9 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,11 @@ The following APIs need to be implemented in your browser: In addition to the APIs mentioned above: - [MediaDevices](http://caniuse.com/#feat=stream) +__Important:__ Accessing `getUserMedia` requires a secure origin in most +browsers, meaning that `http://` can only be used on `localhost`. All other +hostnames need to be served via `https://`. You can find more information in the +[Chrome M47 WebRTC Release Notes](https://groups.google.com/forum/#!topic/discuss-webrtc/sq5CVmY69sc). + ## Installing QuaggaJS can be installed using __npm__, __bower__, or by including it with