Changes
Page history
add delete cron
authored
Aug 15, 2023
by
Roland Alton
Show whitespace changes
Inline
Side-by-side
streaming-and-recording.md
View page @
eccb3c3f
...
...
@@ -11,6 +11,10 @@ Fire up 6 recorders:
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
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
...
...
...
...