From f94eec26cb32a2c95a62aa55c83279ec2474355a Mon Sep 17 00:00:00 2001 From: Christopher Rudmin Date: Tue, 21 Jul 2020 15:41:46 -0400 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index def2718b..45f5ac0e 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ const rec = new Recorder({ encoderPath }); - To be able to read the mic stream, the page must be served over https. Use ngrok for local development with https. - All browsers require that `rec.start()` to be called from a user initiated event. In iOS and macOS Safari, the mic stream will be empty with no logged errors. In Chrome and Firefox the audioContext could be suspended. - macOS and iOS Safari native opus playback is not yet supported +- The worker files need to be hosted on the same domain as the page recording as cross-domain workers and worklets are not supported. ---------