2
0

run 375 B

12345678910
  1. #!/usr/bin/with-contenv bash
  2. # we have to set it, otherwise chrome won't find ~/.asoundrc file
  3. HOME=/home/jibri
  4. DAEMON=/opt/jitsi/jibri/launch.sh
  5. # pre-warm google chrome before jibri launches to ensure fast chrome launch during recordings
  6. s6-setuidgid jibri /usr/bin/google-chrome --timeout=1000 --headless about:blank
  7. exec s6-setuidgid jibri /bin/bash -c "exec $DAEMON"