360 B
360 B
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!