Sign inSign up

easypi/icecast

By easypi

Updated 10 days ago

A streaming media (audio/video) server which currently supports Ogg, Opus, WebM and MP3 streams.

Image
Web servers
0

142

easypi/icecast repository overview

icecast

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

docker-compose.yml

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

Server Setup

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

Client Setup

  • Linux: ices
  • MacOS: butt

Tag summary

Content type

Image

Digest

sha256:c91cc448f

Size

7.6 MB

Last updated

10 days ago

docker pull easypi/icecast