Installation can be performed using an AppImage or a Self-extracting archive.
Download the installation package to the designated location such as the ~/Downloads directory and make it executable:
cd ~/Downloads
chmod a+x MXL_Recorder-3.*-x86_64.AppImage
The MXL Recorder product comprises mainly two components:
The MXL Recorder can be configured by executing:
./MXL_Recorder-3.*-x86_64.AppImage
After the configuration the recording can be started using the following command:
./MXL_Recorder-3.*-x86_64.AppImage --exec-recorder-service
Send signal SIGTERM (e.g. by CTRL-C) to the recorder service in order to gracefully stop the recording. An ungraceful termination makes the recorded file unseekable.
Starting the MXL Recorder with --help displays all command line arguments.
Just remove the AppImage from your system:
rm MXL_Recorder-3.*-x86_64.AppImage
Download the installation package to the designated location such as the /tmp directory and make it executable:
cd /tmp
chmod a+x MXL_Recorder-3.*-Linux-x86_64.run
Navigate to the directory where the MXL Recorder should be installed such as /opt, and execute the file with administrative privileges:
cd /opt
sudo /tmp/MXL_Recorder-3.*-Linux-x86_64.run
The MXL Recorder product comprises mainly two components:
After the installation the MXL Recorder can be configured by executing:
/opt/mxl_recorder-3/bin/mxl_recorder
After the configuration the recording can be started using one of the following commands:
/opt/mxl_recorder-3/bin/mxl_recorder --exec-recorder-service
/opt/mxl_recorder-3/bin/mxl_recorder_service
Send signal SIGTERM (e.g. by CTRL-C) to the recorder service in order to gracefully stop the recording. An ungraceful termination makes the recorded file unseekable.
Starting the MXL Recorder with --help displays all command line arguments.
In order to remove the software execute the following command:
sudo /opt/mxl_recorder-3/bin/uninstall.sh