dockerfiles/icecast/README.md

660 B

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