Go to file
2021-10-28 09:46:45 +02:00
daemon comments 2021-10-26 15:59:04 +02:00
.gitignore Removed accidentally included file 2021-10-26 10:30:48 +02:00
clean.sh Quick and dirty cleanup script. Not ready for production use 2021-10-06 18:03:56 +02:00
config.ini.example first iteration of errorhandling' 2021-10-26 14:01:42 +02:00
LICENSE Initial commit, split from play-api. 2020-12-14 17:57:45 +01:00
play-daemon.service.example Added example systemd unit file 2021-01-08 16:47:25 +01:00
README.md Added ffmpeg-python dependency 2021-07-26 14:46:04 +02:00
TODO TODO changes 2021-10-25 15:10:53 +02:00

DSV play daemon

This application's job is to monitor for presentation uploads, process them and send metadata to a configured remote URL once processing is complete.

Python dependencies

  • Requests
  • Watchdog
  • ffmpeg-python