Jitsi Meet on Arch Linux
Jitsi Meet is a secure videoconference service that allows you to host your conference on your server. You can invite users. They don’t need to subscribe to a service to join the conversation.
Presentation
Jitsi Meet is a secure videoconference service that allows you to host your conference on your se...
Objective
The objective is to set up the packages to make jitsi-meet works on your standalone server: jits...
Installation
Sudo To use ‘yay’ you need to have a user in a group that can run sudo. With the root user: addus...
Configuration
Let’s configure jitsi-meet. The first step is to set up jitsi-meet and allow starting conference ...
Register users
We register user “jvb” and “focus” to prosody. prosodyctl register jvb auth.YOUR_DOMAIN __PASSWOR...
Start the services
We are now ready to start jitsi-meet systemctl start prosody.service systemctl start jitsi-videob...
Activate WebSocket
XMPP The default configuration uses long pooling requests to fetch changes of statuses and messag...
Restrict your configuration
The objective is to limit the creation of a conference room to a list of identified users. Guests...
Restrict your configuration with a JWT Token
The objective is to limit the creation of a conference room to any user authenticate with a JWT t...
Turnserver (stun/turn)
When you do a one to one communication with a peer, you have 3 possibilities: Direct P2P P2P ove...
Conclusion
I hope this tutorial helps you to install your jitsi-meet instance. Let us know in the comments b...