Skip to content

Commit

Permalink
refactor(sip-jibri): IGNORE_CERTIFICATE_ERRORS for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Jul 16, 2024
1 parent a4e843f commit e0a0a80
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sip-jibri/rootfs/defaults/jibri.conf
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,17 @@ jibri {
"{{ join "\",\"" (splitList "," .Env.CHROMIUM_FLAGS) }}"
]
}
{{ else if .Env.IGNORE_CERTIFICATE_ERRORS -}}
chrome {
flags = [
"--use-fake-ui-for-media-stream",
"--start-maximized",
"--kiosk",
"--enabled",
"--autoplay-policy=no-user-gesture-required",
"--ignore-certificate-errors"
]
}
{{- end }}

{{ if .Env.ENABLE_STATS_D -}}
Expand Down

0 comments on commit e0a0a80

Please sign in to comment.