Streamrecord in a container
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 create temp
and output
inside this directory!