asteroid/docker
Glenn Thompson aad7f49d0c feat: Add AAC streaming support with quality selector
- Add AAC 96kbps stream via %fdkaac encoder in Liquidsoap
- Update Docker image to savonet/liquidsoap:v2.2.5 for AAC support
- Add stream quality selector to front page and player page
- Enable real-time switching between AAC/MP3 formats
- Set AAC as recommended default for better quality/bandwidth ratio
- Add comprehensive documentation in AAC-STREAMING.md

Stream URLs:
- http://localhost:8000/asteroid.aac (96kbps AAC - recommended)
- http://localhost:8000/asteroid.mp3 (128kbps MP3 - compatible)
- http://localhost:8000/asteroid-low.mp3 (64kbps MP3 - low bandwidth)

Benefits:
- 25% bandwidth reduction vs equivalent MP3 quality
- Better audio quality at same bitrate
- Modern streaming standard used by major platforms
2025-10-02 16:51:59 +03:00
..
music feat: Complete Docker streaming integration with web interface 2025-10-02 16:51:03 +03:00
Dockerfile.liquidsoap feat: Add AAC streaming support with quality selector 2025-10-02 16:51:59 +03:00
asteroid-radio-docker.liq feat: Add AAC streaming support with quality selector 2025-10-02 16:51:59 +03:00
docker-compose.yml feat: Add Docker streaming infrastructure for Liquidsoap and Icecast2 2025-10-02 16:50:06 +03:00
docker-compose.yml.remote-backup feat: Complete Docker streaming integration with web interface 2025-10-02 16:51:03 +03:00
docker-streaming.org feat: Add Docker streaming infrastructure for Liquidsoap and Icecast2 2025-10-02 16:50:06 +03:00
icecast.xml feat: Add Docker streaming infrastructure for Liquidsoap and Icecast2 2025-10-02 16:50:06 +03:00
setup-complete.org Complete Docker streaming infrastructure and user management fixes 2025-10-02 16:50:06 +03:00
start.sh Complete Docker streaming infrastructure and user management fixes 2025-10-02 16:50:06 +03:00
stop.sh Complete Docker streaming infrastructure and user management fixes 2025-10-02 16:50:06 +03:00