mckunda / arm-icecast

The streaming server Icecast. Optimized for raspberrypi3-debian. To use with MPD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arm-icecast

This docker image runs the streaming application Icecast using Debian. A Resin.os Raspbian image is used as a base image for compatibility with IoT devices, but it works well anywhere, it's just a dockerfile.

How to use

docker run -p 8000:8000 --name=icecast -d jstnn/arm-icecast:latest

An instance of icecast is now running with the port 8000 mapped to your host or docker-machine IP address.

Custom configuration

Check the github repository and you will find an icecast.xml you can edit and set your custom configuration. You just need to build the image again.

The passwords in the configuration are just for testing purposes.

Credits

This dockerfile is based on the alpine-icecast image. Changes has been made to compile with an IoT device with an ARMv7 architecture like the RaspberryPi 3 using a resin.os optimized image.

About

The streaming server Icecast. Optimized for raspberrypi3-debian. To use with MPD.

License:MIT License