mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
jibri: pre-warm chrome first before starting jibri (#1549)
This commit is contained in:
parent
809f63c2d8
commit
e4c8c2a963
@ -4,5 +4,7 @@
|
||||
HOME=/home/jibri
|
||||
|
||||
DAEMON=/opt/jitsi/jibri/launch.sh
|
||||
# pre-warm google chrome before jibri launches to ensure fast chrome launch during recordings
|
||||
s6-setuidgid jibri /usr/bin/google-chrome --timeout=1000 --headless about:blank
|
||||
exec s6-setuidgid jibri /bin/bash -c "exec $DAEMON"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user