A streaming media (audio/video) server which currently supports Ogg, Opus, WebM and MP3 streams.
134
Icecast is a streaming media project released as free software maintained by the Xiph.org Foundation.
services:
icecast:
image: easypi/icecast
ports:
- "8000:8000"
volumes:
- ./data/etc:/etc/icecast:ro
- ./data/log:/var/log/icecast:rw
restart: unless-stopped
You can mount custom config file: icecast.xml
$ mkdir -p data/{etc,log}
$ chmod -R 777 data/log
$ docker-compose up -d
Content type
Image
Digest
sha256:c91cc448f…
Size
7.6 MB
Last updated
9 days ago
docker pull easypi/icecast