dockerfiles/icecast
kev 8a4fb89c01 update 2021-10-18 12:06:54 +08:00
..
arm update 2021-10-18 12:06:54 +08:00
data/etc update 2021-10-18 12:06:54 +08:00
Dockerfile update 2021-10-18 12:06:54 +08:00
README.md update 2021-10-18 12:06:54 +08:00
docker-compose.yml update 2021-10-18 12:06:54 +08:00

icecast

Icecast is a streaming media project released as free software maintained by the Xiph.org Foundation.

docker-compose.yml

version: "3.8"
services:
  icecast:
    image: vimagick/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

Server Setup

$ mkdir -p data/{etc,log}
$ chmod -R 777 data/log
$ docker-compose up -d

Client Setup

  • Linux: ices
  • MacOS: butt