12 lines
343 B
Markdown
Raw Normal View History

2023-02-17 20:11:08 +01:00
# References
2023-02-23 01:02:20 +01:00
- https://github.com/miroslavpejic85/mirotalk
2023-02-17 20:11:08 +01:00
# Notes
2023-02-20 18:48:13 +01:00
You must use a reverse proxy and enable SSL to proxy to the container port TCP/3000.
2023-03-08 15:23:49 +01:00
This is necessary as you are not allowed to run WebRTC on plaintext HTTP after Chrome 47+.
For testing purposes only, running MiroTalk on localhost (127.0.0.1) should work fine though.