Files
linux-8.2/README.md
2024-12-29 02:22:03 +02:00

100 lines
2.7 KiB
Markdown
Executable File

# 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:
```console
git clone https://gitlab.callabacloud.com/callaba-8/linux-8.2.git
```
- Navigate to the folder:
```console
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:
```console
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:
```console
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:
```console
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 <a target='_blank' href="http://127.0.0.1" target="_blank">host IP of the machine</a>.
![Image Description](./assets/dashboard.png)
## Step 4. Login & subscribe to Callaba Dashboard
By default, the login and password are `admin/password`. To purchase a license, use your <a target='_blank' href="http://127.0.0.1" target="_blank">account</a>. for on-premise version.
## Update or deploy a custom build version
To update Callaba, run the following command:
```console
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:
```console
sudo bash remove.sh
```
## Reset password
To reset Callaba password, run the following command:
```console
sudo bash reset-password.sh
```
## Upgrade from Version 7
1. Export all settings from version 7 by navigating to **General settings** → **Export settings**.
2. Remove Callaba old version using the command:
```bash
bash remove.sh
3. Follow the steps in this installation guide.
## Contact support
Use the **Contact Support** button directly from your dashboard.
![Image Description](./assets/support.png)
# 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