From c908d3eb4c39c8f9d4252511b65a8627f4ff23d8 Mon Sep 17 00:00:00 2001 From: Glenn Thompson Date: Wed, 1 Oct 2025 21:08:36 +0300 Subject: [PATCH] fix: Add Icecast mount configurations for all streams - Increase sources limit from 2 to 5 in icecast.xml - Add explicit mount configurations for asteroid.aac and asteroid-low.mp3 - Configure proper stream metadata and settings for each mount point This should resolve the 403 Forbidden errors for AAC and low quality streams. --- docker/icecast.xml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/docker/icecast.xml b/docker/icecast.xml index 9ba4e14..cf2a4d0 100644 --- a/docker/icecast.xml +++ b/docker/icecast.xml @@ -4,7 +4,7 @@ 100 - 2 + 5 524288 30 15 @@ -48,6 +48,40 @@ mp3 + + /asteroid.aac + source + H1tn31EhsyLrfRmo + 100 + 65536 + 0 + 1 + Asteroid Radio (AAC) + Music for Hackers - High efficiency AAC stream + http://localhost:8080/asteroid/ + Electronic/Alternative + 96 + audio/aac + aac + + + + /asteroid-low.mp3 + source + H1tn31EhsyLrfRmo + 100 + 65536 + 0 + 1 + Asteroid Radio (Low Quality) + Music for Hackers - Low bandwidth stream + http://localhost:8080/asteroid/ + Electronic/Alternative + 64 + audio/mpeg + mp3 + + 1