Instructions
Reinstall liquidsoap
- Login as root user to SSH
- Run the following to start the MediaCP installation utility
/root/init
- Select option [4] Admin Tools
- Select option [15] Liquidsoap – (Re)install
Install custom version of Liquidsoap
It is possible to install any branch/tag from liquidsoap using the following procedure. For example, the below procedure will install the 2.0.6 release. You can replace "2.0.6" with any branch/tag/version.
- Login to mediacp system account via SSH
su mediacp
- Change to mediacp home directory
cd ~
- Install/Update liquidsoap by pinning the source code
opam pin -y liquidsoap 2.0.6
- Check installed version
/usr/local/mediacp/liquidsoap/bin/liquidsoap --version
- Restart liquidsoap services
pkill liquidsoap; sleep 5; pkill -9 liquidsoap; mediacp cron "bitrate=1 autodj_restart=1"