internet radio server using liquidsoap and icecast
|
2 years ago | |
---|---|---|
icecast | 2 years ago | |
liquidsoap | 2 years ago | |
.env.example | 2 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
docker-compose.yml | 2 years ago |
This a work-in-process internet radio stack built on Docker.
You have two options to get up and running.
.env.example
to .env
..env
to match the sources for music and jingles on the host.$ docker-compose up -d
It is strongly recommended to change passwords in icecast.xml
.
The default passwords are for development or example purposes only.
RADIO_MUSIC_DIR
Example:
RADIO_MUSIC_DIR=/srv/audio/music
RADIO_JINGLES_DIR
Example:
RADIO_JINGLES_DIR=/srv/audio/jingles
icecast.xml
: default configuration for icecast.$ docker-compose exec liquidsoap telnet localhost 1234
The following commands can be run from the telnet client.
radio.skip
Fork of VITIMan/docker-music-stack.