-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathrecorder.conf
More file actions
executable file
·29 lines (26 loc) · 728 Bytes
/
recorder.conf
File metadata and controls
executable file
·29 lines (26 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[program:video-recording]
priority=10
command=python3 /opt/bin/video_recorder.py
killasgroup=true
autostart=%(ENV_SE_RECORD_VIDEO)s
startsecs=0
autorestart=%(ENV_SE_RECORD_VIDEO)s
stopsignal=TERM
stopwaitsecs=30
;Logs (all activity redirected to stdout so it can be seen through "docker logs"
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
[program:video-ready]
priority=0
command=python3 /opt/bin/video_ready.py
killasgroup=true
autostart=%(ENV_SE_RECORD_VIDEO)s
startsecs=0
autorestart=%(ENV_SE_RECORD_VIDEO)s
stopsignal=TERM
stopwaitsecs=5
;Logs (all activity redirected to stdout so it can be seen through "docker logs"
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0