add delete cron authored by Roland Alton's avatar Roland Alton
...@@ -11,6 +11,10 @@ Fire up 6 recorders: ...@@ -11,6 +11,10 @@ Fire up 6 recorders:
root@serles ~/jibri-docker # docker-compose -f jibri6recorders.yml up -d root@serles ~/jibri-docker # docker-compose -f jibri6recorders.yml up -d
For automatic deletion we do as a cron a `/opt/deleterecordings.sh` with
`(date; find /var/www/rec -type f -daystart -mtime +31 -exec rm -rvf {} \;) &>> ~/jibri-docker/recordings/publish_recording.log`
## Watermark logo ## Watermark logo
Jibri always listens to the base URL of the service (meet.fairkom.net / run.fairmeeting.net) and uses the config settings and watermark logo defined in its config.js, there we also increase video bandwidth and add Jibri always listens to the base URL of the service (meet.fairkom.net / run.fairmeeting.net) and uses the config settings and watermark logo defined in its config.js, there we also increase video bandwidth and add
... ...
......