... | ... | @@ -55,7 +55,7 @@ You find some more documentation at the [fairchat FAQs](https://fairchat.eu/fair |
|
|
|
|
|
### Which ports does fairmeeting require?
|
|
|
|
|
|
Media streams go with RTP UDP through ports 10000-20000. If your firewall is blocking those, as a fallback, https TCP 443 is being used (with poorer quality).
|
|
|
Media streams go with RTP UDP through ports 10000-20000. If your firewall is blocking those, as a fallback, https TCP 443 is being used (with poorer quality via a TURN server).
|
|
|
|
|
|
On a terminal, you (or a technician at your office) can test if you can reach high UDP ports with the netcat command:
|
|
|
|
... | ... | @@ -64,7 +64,7 @@ nc -vuz fairmeeting.net 10000 |
|
|
Connection to fairmeeting.net 10000 port [udp/*] succeeded!
|
|
|
```
|
|
|
|
|
|
There may be stacked router and firewall stacks, which make it impossible to send media streams. In some organisations any media stream may be blocked. Talk to your network administrator to allow media streams to IP 51.38.117.249, 144.76.116.175, 5.132.159.26, 144.76.116.252, 144.76.116.175, 144.76.238.184, 144.76.238.118, 84.242.8.101 or *.fairmeeting.net
|
|
|
There may be routers, firewalls or a VPN in your organisation, which block sending media streams. Talk to your network administrator to allow media streams to IP 51.38.117.249, 144.76.116.175, 5.132.159.26, 144.76.116.252, 144.76.116.175, 144.76.238.184, 144.76.238.118, 84.242.8.101, 148.251.2.66, 144.76.107.177, 5.9.148.244 or *.fairmeeting.net
|
|
|
|
|
|
### Does fairmeeting use cookies?
|
|
|
|
... | ... | |