Jitsi | Quick Install | Advance Configuraton | Some Fixes

Posted: March 7, 2021 at 1:09 pm

If the installation is on a machinebehind NATjitsi-videobridge should configure itself automatically on boot. If three way call does not work further configuration of jitsi-videobridge is needed in order for it to be accessible from outside. Provided that all required ports are routed (forwarded) to the machine that it runs on. By default these ports are (TCP/443 or TCP/4443 and UDP/10000).

The following extra lines need to be added to the file/etc/jitsi/videobridge/sip-communicator.properties:

org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=

And comment the existing

org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES.

See the documentation of ice4jfor details.

Default deployments on systems using systemd will have low default values for maximum processes and open files. If the used bridge will expect higher number of participants the default values need to be adjusted (the default values are good for less than 100 participants). To update the values edit/etc/systemd/system.confand make sure you have the following values:

DefaultLimitNOFILE=65000DefaultLimitNPROC=65000DefaultTasksMax=65000

To load the values and check them lookherefor details.

By default, anyone who has access to your jitsi instance will be able to start a conference: if your server is open to the world, anyone can have a chat with anyone else. If you want to limit the ability to start a conference to registered users, set up a secure domain. Follow the instructions athttps://github.com/jitsi/jicofo#secure-domain.

Read the original:
Jitsi | Quick Install | Advance Configuraton | Some Fixes

Related Posts