Skip to content

Dockerfile to setup Shoutcast DNAS Server for streaming MP3/AAC/NSV

Notifications You must be signed in to change notification settings

IamMrCupp/docker_shoutcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IamMrCupp/docker_shoutcast Build Status
iammrcupp/docker_shoutcast

iammrcupp/docker_shoutcast Dockerfile

If you have used these scripts and tools and feel like supporting my work, please send me some funds!

* Bitcoin (BTC):  1NsP5TD1oRBXNC37inqFUZ9DrJN5Q1qR4y
* Monero  (XMR):  499QFXhZWBfXAuqqPJUY7ihWDWxzSDTTf7MnVQwYd6xZcSzbTFQY7B4i7zB5mTmXnQfdf6RsDmjdZJNBF6oeeW8xBz7sWa5

This repo is used to create/publish the Shoutcast DNAS Streaming Media Server to the Docker Hub Registry

The docker container exposes the following:

  • Ports

    • 10128 - incoming and outgoing connection
    • 10129 - legacy streaming connections
  • Webpages

    • index.html - main shoutcast page w/ listener and streaming stats
    • admin.cgi - administration page for shoutcast server

Base Docker Image

Installation:

  1. Install Docker

  2. Download automated build from the public Docker Hub Registry: docker pull iammrcupp/docker_shoutcast

Usage:

To use the image, type the following:

docker run -d -p 10128:10128 -p 10129:10129 iammrcupp/docker_shoutcast

About

Dockerfile to setup Shoutcast DNAS Server for streaming MP3/AAC/NSV

Resources

Stars

Watchers

Forks

Packages

No packages published