Skip to main content
You need a Linux server with Docker and Docker Compose installed. A minimum of 1 CPU core and 1 GB RAM is recommended, though more resources may be needed for multiple concurrent streams.
The stack supports MP3, FLAC, and WAV files for emergency/fallback audio. Liquidsoap encodes live streams and delivers them via Icecast in your configured formats.
Yes, as long as Docker is installed and the Pi has enough resources. A Raspberry Pi 4 with 2 GB or more RAM is recommended for a single-stream setup.
Pull the latest changes and rebuild:
git pull origin main
docker compose build
docker compose up -d
See the streams configuration guide for instructions on setting up multiple mount points and stream endpoints.
Yes. The Nginx reverse proxy handles TLS termination. See the firewall and networking guide for details on configuring HTTPS.
Logs are managed by Docker. View them with:
docker compose logs <service>
docker compose logs --tail=100 -f <service>
Check the license for the specific terms. The project is open source, but license conditions apply.