Skip to main content
Skip table of contents

Mediaserver Installation

To install the server, you need to execute the following commands in the specified sequence.

Installation from apt repository

Step 1. Import the repository key

CODE
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E576056D7608405D3DA0B8AD4705F030075B890

Step 2. Add the repository to the source list and adjust the authorization

CODE
echo "deb [arch=amd64] https://download.<xxxx>.io/repository/<xxxx> focal main" | sudo tee /etc/apt/sources.list.d/<xxxx>-media-server.list
echo "machine download.<xxxx>.io/repository login reader password reader1" | sudo tee /etc/apt/auth.conf.d/download.<xxxx>.io.conf

Step 3. Display the list of available versions

CODE
sudo apt list -a <xxxx>-media-server

Step 4. Install the server

CODE
sudo apt update
sudo apt install <xxxx>-media-server

Installation of additional dependencies

Lua 5.3 dependencies

CODE
sudo luarocks install lua-cjson2

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.