Streamrecord in a container
Go to file
dave 2e8733637a update image 2020-02-06 18:36:36 -08:00
.dockerignore update image 2020-02-06 18:36:36 -08:00
.gitignore Initial commit 2015-04-09 12:13:17 -07:00
Dockerfile update image 2020-02-06 18:36:36 -08:00
README.md Update readme with correct name 2015-04-09 12:20:24 -07:00
cron.conf Initial commit 2015-04-09 12:13:17 -07:00
default Initial commit 2015-04-09 12:13:17 -07:00
nginx.conf Initial commit 2015-04-09 12:13:17 -07:00
streamrecord.conf Initial commit 2015-04-09 12:13:17 -07:00
streamrecord.ini Initial commit 2015-04-09 12:13:17 -07:00
supervisor.conf Initial commit 2015-04-09 12:13:17 -07:00

README.md

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!