Skip to content

MCIS Jitsi deployment

Seokho Son edited this page Jan 12, 2023 · 6 revisions

How to use

  • Create a MCIS consists of one VM (using any method)

  • 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. image image
  • 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 my@email.re.kr -y my.cloud.org image image
  • Access to the live Jitsi server using the DNS

    • Use any Web browser (allow camera and mic) image
    • Start meeting will create a new conference room image
    • The URL can be shared to invite your friends image
Clone this wiki locally