Skip to content

Commit e4c8c2a

Browse files
jibri: pre-warm chrome first before starting jibri (jitsi#1549)
1 parent 809f63c commit e4c8c2a

File tree

1 file changed

+2
-0
lines changed
  • jibri/rootfs/etc/services.d/40-jibri

1 file changed

+2
-0
lines changed

jibri/rootfs/etc/services.d/40-jibri/run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
HOME=/home/jibri
55

66
DAEMON=/opt/jitsi/jibri/launch.sh
7+
# pre-warm google chrome before jibri launches to ensure fast chrome launch during recordings
8+
s6-setuidgid jibri /usr/bin/google-chrome --timeout=1000 --headless about:blank
79
exec s6-setuidgid jibri /bin/bash -c "exec $DAEMON"
810

0 commit comments

Comments
 (0)