... | ... | @@ -26,26 +26,30 @@ You find some more documentation at the [fairchat FAQs](https://fairchat.eu/fair |
|
|
|
|
|
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).
|
|
|
|
|
|
On a terminal, you can test if you can reach the UDP ports with the netcat command:
|
|
|
On a terminal, you (or a technician at your office) can test if you can reach the UDP ports with the netcat command:
|
|
|
|
|
|
```
|
|
|
nc -vuz media.fairmeeting.net 10000
|
|
|
Connection to media.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.
|
|
|
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 or *.fairmeeting.net
|
|
|
|
|
|
### Does fairmeeting use cookies?
|
|
|
|
|
|
No. It does also not connect to any other third party server https://git.fairkom.net/hosting/fairmeeting/issues/35 .
|
|
|
No. It does also not connect to any other third party server https://git.fairkom.net/hosting/fairmeeting/issues/35 .
|
|
|
|
|
|
### Is fairmeeting GDPR compliant?
|
|
|
|
|
|
Yes! fairmeeting is very GDPR sensitive and does not store anything from a conference. If your organisations needs an agreement (Datenverarbeitervereinbarung) then please get in touch with sales@fairkom.eu
|
|
|
|
|
|
### Can I record a session?
|
|
|
|
|
|
Currently we do not offer recording of a stream. This is a major GDPR issue. You could record your session with e.g. vokoscreen or recordmydesktop for Linux.
|
|
|
Currently we do not offer recording of a stream. This is a major GDPR issue. You could record your session with e.g. vokoscreen or recordmydesktop for Linux. But ask all participants first.
|
|
|
|
|
|
### Can I dial in to a conference?
|
|
|
|
|
|
Dialing in with a phone number is not yet available. Please follow https://git.fairkom.net/hosting/fairmeeting/issues/3.
|
|
|
Dialing in with a phone number is not yet available. Please follow https://git.fairkom.net/hosting/fairmeeting/issues/3 if and when this issue will be implemented.
|
|
|
|
|
|
### The conference freezes
|
|
|
|
... | ... | @@ -71,4 +75,4 @@ Submit or comment an issue [here](https://git.fairkom.net/hosting/fairmeeting/is |
|
|
|
|
|
### What are the software components?
|
|
|
|
|
|
fairmeeting uses the wonderful work of the Jitsi Meet team. Their software is open source, but needs some skills to scale. |
|
|
fairmeeting uses the wonderful work of the Jitsi Meet team. Their software is open source, but needs some skills to scale. And a lot of servers. |