[mirotalksfu] - update readme

هذا الالتزام موجود في:
Miroslav Pejic
2022-05-19 22:09:42 +02:00
الأصل 6c40db8471
التزام 354337bf58

عرض الملف

@@ -121,6 +121,39 @@ $ docker-compose down
</details> </details>
<details>
<summary>Https</summary>
<br/>
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).
</details>
<details>
<summary>Self Host</summary>
<br/>
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 |
</details>
<details> <details>
<summary>Notes</summary> <summary>Notes</summary>
@@ -207,15 +240,6 @@ https://sfu.mirotalk.org
</details> </details>
<details>
<summary>Https</summary>
<br/>
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).
</details>
<details> <details>
<summary>Credits</summary> <summary>Credits</summary>