Skip to content
Snippets Groups Projects
Commit 34bfb122 authored by David Trattnig's avatar David Trattnig
Browse files

Upgrade to Liquidsoap 1.4.1.

parent f196c5ee
No related branches found
No related tags found
No related merge requests found
...@@ -71,23 +71,28 @@ git clone https://gitlab.servus.at/autoradio/engine ...@@ -71,23 +71,28 @@ git clone https://gitlab.servus.at/autoradio/engine
### Install System Libraries ### Install System Libraries
Aura Engine requires at least `Node 13` and `Python 3.7`. Aura Engine requires at least `Node 13`, `Python 3.7`. Then install `Liquidsoap 1.4.1` using [OPAM](https://www.liquidsoap.info/doc-1.4.1/install.html).
Having these installed you need to
```bash ```bash
sudo apt install \ sudo apt install \
git \ git \
supervisor \ supervisor \
nodejs \
python3.7 python3.7-pip python3.7-dev \
redis-server \ redis-server \
libsndfile1 ffmpeg \ libsndfile1 ffmpeg \
liquidsoap liquidsoap-plugin-icecast \
mariadb-server libmariadbclient-dev \ mariadb-server libmariadbclient-dev \
quelcom \ quelcom \
liquidsoap-plugin-alsa liquidsoap-plugin-pulseaudio \
liquidsoap-plugin-all
``` ```
And finally
```bash
opam depext fdkaac flac opus pulseaudio bjack alsa
opam install fdkaac flac opus pulseaudio bjack alsa
```
### Install Engine ### Install Engine
Development Environment Development Environment
......
...@@ -17,7 +17,7 @@ if [ $mode == "engine" ]; then ...@@ -17,7 +17,7 @@ if [ $mode == "engine" ]; then
fi fi
if [ $mode == "lqs" ]; then if [ $mode == "lqs" ]; then
(cd modules/liquidsoap/ && /usr/bin/liquidsoap $debug ./engine.liq) (cd modules/liquidsoap/ && liquidsoap $debug ./engine.liq)
fi fi
if [ $mode == "api" ]; then if [ $mode == "api" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment