From 354337bf581e79ed277a8b47d28a73dbaf978d53 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 19 May 2022 22:09:42 +0200 Subject: [PATCH] [mirotalksfu] - update readme --- README.md | 42 +++++++++++++++++++++++++++++++++--------- 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a8a23db6..9cd63c3e 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,39 @@ $ docker-compose down +
+Https + +
+ +You can start videoconferencing directly from your Local PC, and be reachable from any device outside your network, simply by following [these steps](https://github.com/miroslavpejic85/mirotalksfu/issues/26#issuecomment-986309051). + +
+ +
+Self Host + +
+ +Change the `announcedIp` with your `Server public IPv4` on `app/src/config.js`: + +```js +{ + ip: '0.0.0.0', + announcedIp: 'Server Public IPv4', // 'xx.xxx.xxx.xx' +} +``` + +Set the inbound rules: + +| Port range | Protocol | Source | Description | +| ----------- | -------- | --------- | ------------------- | +| 3010 | TCP | 0.0.0.0/0 | App listen on tcp | +| 40000-40100 | TCP | 0.0.0.0/0 | RTC port ranges tcp | +| 40000-40100 | UDP | 0.0.0.0/0 | RTC port ranges udp | + +
+
Notes @@ -207,15 +240,6 @@ https://sfu.mirotalk.org
-
-Https - -
- -You can start videoconferencing directly from your Local PC, and be reachable from any device outside your network, simply by following [these steps](https://github.com/miroslavpejic85/mirotalksfu/issues/26#issuecomment-986309051). - -
-
Credits