-
Notifications
You must be signed in to change notification settings - Fork 51
MCI Jitsi deployment
Seokho Son edited this page Sep 25, 2024
·
1 revision
-
Create a MCIS consists of one VM (using any method)
-
Host requirement: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-requirements (suggest 4 vCPU / 8GB Mem)
-
OS requirement : Ubuntu 22.04 (verified to run this script)
-
-
Assign DNS record to the public IP of the VM of the MCIS (this script uses Route53 of AWS. Users can use own DNS)
- cb-tumblebug/src/testclient/scripts/sequentialFullTest/update-dns-for-mcis-ip.sh -n [MCIS-ID] -x [your-Route53-domain-id] -y [your-domainName-for-service]
- ex: ./update-dns-for-mcis-ip.sh -n **mc **-x /hostedzone/Z066922344BWOY9B7T -y my.cloud.org
- Note: Cloud-Barista does not provide DNS service, users need to handle DNS. This script is a tool for testing video conference scenario with limited support and stability.
-
Assign DNS record to the public IP of the VM of the MCIS
- cb-tumblebug/src/testclient/scripts/sequentialFullTest/deploy-jitsi-to-mcis.sh -n [MCIS-ID] -x [your-email-for-certificate] -y [your-domainName-for-service]
- ex: ./deploy-jitsi-to-mcis.sh -n mc -x [email protected] -y my.cloud.org
-
Access to the live Jitsi server using the DNS
- Use any Web browser (allow camera and mic)
-
Start meeting
will create a new conference room - The URL can be shared to invite your friends
- Design
- Features & Usage
- Install & Start Guide
- User Interface
- Developer Guide
- Test Reports