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