Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/night-crawler/streamforce
Full-bundled latest image of ezstream
https://github.com/night-crawler/streamforce
docker-image dockerfile ezstream streaming
Last synced: 17 days ago
JSON representation
Full-bundled latest image of ezstream
- Host: GitHub
- URL: https://github.com/night-crawler/streamforce
- Owner: night-crawler
- Created: 2018-11-03T18:32:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T18:33:21.000Z (about 6 years ago)
- Last Synced: 2024-11-09T08:12:50.849Z (2 months ago)
- Topics: docker-image, dockerfile, ezstream, streaming
- Language: Dockerfile
- Homepage:
- Size: 2.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ezstream
The latest Ezstream image built within Debian Buster with all the possible batteries included:
- tag support
- lame
- vorbis-tools
- flac
- madplay
- iputils-ping
- some free samples in `./data`Some agreements:
- config file should be stored in `/application/configs/prod.xml`
- `/application/data` stands for your collection you want to stream
- `/applicaton/playlists/.m3u` contains paths to the `./data` directory
This image should be available on docker hub:
ncrawler/streamforce:latest
And squashed version:
ncrawler/streamforce:squashed-latest
Just tune up a little bit `./configs/prod.xml` according to your icecast setup.In my case icecast is present in two networks: `nginx-network` and `icecast-network`.
docker network create --attachable --driver overlay --subnet 10.0.0.1/24 nginx-network
docker network create --attachable --driver overlay --subnet 10.66.66.1/24 icecast-networkAnyway, it's just a docker image.