add details

main
yova 2 years ago
parent d058967389
commit a650f4aae3

@ -20,6 +20,29 @@ $ pip install -r requirements.txt
and edit `.env` with credentials from https://www.ovh.com/auth/api/createToken
This expects the file `/etc/bigbluebutton/bbb-webrtc-sfu/production.yml` to look like
```
freeswitch:
ip: 87.142.106.77
sip_ip: 127.0.0.1
kurento:
- ip: 192.168.2.47
url: ws://127.0.0.1:8888/kurento
mediasoup:
plainRtp:
listenIp:
announcedIp: 87.142.106.77
ip: 0.0.0.0
webrtc:
listenIps:
- announcedIp: 87.142.106.77
ip: 0.0.0.0
- announcedIp: 192.168.2.47
ip: 0.0.0.0
```
## run
`dyndns-update ZONE SUBDOMAIN`

Loading…
Cancel
Save