From 58bdaf08791084e5ff26b50b9cff6235cfaaa358 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Mon, 20 Feb 2023 18:48:13 +0100 Subject: [PATCH] Update README.md --- mirotalk/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mirotalk/README.md b/mirotalk/README.md index 9ae9cef..316d00b 100644 --- a/mirotalk/README.md +++ b/mirotalk/README.md @@ -15,3 +15,7 @@ rm -rf mirotalk # may move the .env too and adjust compose file # then docker compose up ```` + +You must use a reverse proxy and enable SSL to proxy to the container port TCP/3000. + +This is necessary as you are not allowed to run WebRTC on plaintext http after Chrome 47+.