Streamrecord in a container
.dockerignore | ||
.gitignore | ||
cron.conf | ||
default | ||
Dockerfile | ||
nginx.conf | ||
README.md | ||
streamrecord.conf | ||
streamrecord.ini | ||
supervisor.conf |
docker-streamrecord
An internet radio DVR packaged inside docker.
Installation:
- Clone streamrecord to "streamrecord"
- Build image
- Run! API / web GUI is port 80
Tips:
- Store data outside docker with:
-v /your/storage/location/:/home/streamrecord/app/files/
. Remember to createtemp
andoutput
inside this directory!