2024-12-29 02:22:03 +02:00
2024-12-15 19:22:18 +02:00
2024-12-12 01:15:05 +02:00
2024-12-29 02:22:03 +02:00
2024-12-12 00:20:41 +02:00
2024-12-12 00:20:41 +02:00

Callaba On-Premise 8.2 Installation

Requirements

  • Ubuntu 22.04
  • docker 27.4.0 (to check version use docker -v)
  • docker-compose version 1.29.2 (to check version use docker-compose -v)

Step 1. Download installation files

  • Open terminal and clone the repository:

    git clone https://gitlab.callabacloud.com/callaba-8/linux-8.2.git
    
  • Navigate to the folder:

    cd linux-8.2/
    

Step 2. Installation with regular CPU transcoding usage

After the requirements are installed, run the installation script. When prompted, enter your login and password for the registry:

sudo bash install.sh 8.2.p.NDI.pre

Note: if you have problems running mDNS, run sudo apt-get upgrade and then reboot the machine.

Or installation with NVIDIA GPU support

After the requirements are installed, run the installation script. When prompted, enter your login and password for the registry:

sudo bash install.sh 8.2.p.NDI.pre nvidia

Or installation with XILINX accelerated transcoding support

After the requirements are installed, run the installation script. When prompted, enter your login and password for the registry:

sudo bash install.sh 8.2.p.NDI.pre xilinx

Step 3. Launch Callaba Dashboard

After installation, please wait 2-3 minutes for the dashboard to initialize. It will be available at host IP of the machine.

Image Description

Step 4. Login & subscribe to Callaba Dashboard

By default, the login and password are admin/password. To purchase a license, use your account. for on-premise version.

Update or deploy a custom build version

To update Callaba, run the following command:

sudo bash update.sh VERSION GPU_TYPE (nvidia | xilinx or cpu)

Uninstall

To remove Callaba, run the following command. Note: This will delete all data and images:

sudo bash remove.sh

Reset password

To reset Callaba password, run the following command:

sudo bash reset-password.sh

Upgrade from Version 7

  1. Export all settings from version 7 by navigating to General settingsExport settings.

  2. Remove Callaba old version using the command:

    bash remove.sh
    
  3. Follow the steps in this installation guide.

Contact support

Use the Contact Support button directly from your dashboard.

Image Description

Changelog

  • New encoding profiles: Range Extensions Profile, Screen Content, High 10-bit, Main 10-bit
  • New controls for video encoding settings
  • New codecs available for video calls (WebRTC): H.265, VP9, AV1
Description
No description provided
Readme 220 KiB
Languages
Shell 100%