Operation of Mediaserver
The page shows commands for performing actions related to the operation of the Mediaserver, namely:
Installation of Mediaserver
Update of Mediaserver
Viewing the status of Mediaserver
Restarting Mediaserver
Enabling Mediaserver
Disabling Mediaserver
Logging read and write
Installation
For more information on installation, see the «Installation» page.
Update
To check available versions for update, enter the command:
apt list -a <xxxx>-media-server
To install, enter:
sudo apt update
sudo apt install <xxxx>-media-server
View service status
To view, enter the command:
sudo service <xxxx>-media-server status
Restart service
Restarting the service is necessary when changing configuration files.
Enter the corresponding command for the selected action:
sudo service <xxxx>-media-server restart
Enabling
Enabling the server is necessary after stopping in different cases.
sudo service <xxxx>-media-server start
Disabling
Disabling is necessary during backup and restore.
sudo service <xxxx>-media-server stop
Where logs are written and how to read them
The log and error journal is recorded in the corresponding files.
/var/log/media-server.log /var/log/media-server.err
View service logs.
journalctl -u <xxxx>-media-server