jicofo: support opus red audio codec (#1503)

This commit is contained in:
Aaron van Meerten 2023-03-16 11:23:17 -05:00 committed by GitHub
parent ef7ef9cfd3
commit 6034e09f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -268,6 +268,7 @@ services:
- ENABLE_CODEC_VP8
- ENABLE_CODEC_VP9
- ENABLE_CODEC_H264
- ENABLE_CODEC_OPUS_RED
- ENABLE_JVB_XMPP_SERVER
- ENABLE_OCTO
- ENABLE_RECORDING

View File

@ -101,6 +101,15 @@ jicofo {
}
{{ end }}
}
audio {
{{ if .Env.ENABLE_CODEC_OPUS_RED }}
opus {
red {
enabled = "{{ .Env.ENABLE_CODEC_OPUS_RED | toBool }}"
}
{{ end }}
}
}
}
conference {