Translations:Linux/11/en
Материал из SmartPlayer
Exiting Kiosk Mode
The application will start in kiosk mode. To exit, use the keyboard shortcut Ctrl+F12.
Removing the Application
Run the following command in the terminal: $ sudo dpkg --purge SmartPlayer
Running on Low-End Hardware
When running on computers with low specifications, video freezing and lagging may occur. To achieve better performance, you need to:
- Upload the video to the built-in video editor in your personal account, adjust the video bitrate in the editor to an appropriate level (depending on the required quality), process it, and save it. Use the processed video in the broadcast.
- In the personal account, go to the device settings and enable hardware acceleration. Settings - Hardware acceleration - enter the parameter
- file-caching=3000 and save.
Troubleshooting
The display does not turn off when the display timeout is set
To resolve the issue, first run the following command in the device's command line: xset dpms force off. If the display turns off, incorrect settings are configured in the SmartPlayer personal account. If the display does not turn off and the message server does not have extension for dpms option appears in the command line, you need to adjust the settings. The solution requires disabling Wayland in Ubuntu:
- Run the command sudo nano /etc/gdm3/custom.conf
- Remove the comment from the line #WaylandEnable = false (the text will be highlighted in white).
- Save (ctrl+O)
- Run the command sudo service gdm3 restart