Skip to content

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

License

Notifications You must be signed in to change notification settings

nclsjstnn/arm-icecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published