mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
jicofo: support opus red audio codec (#1503)
This commit is contained in:
parent
ef7ef9cfd3
commit
6034e09f36
@ -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
|
||||
|
||||
@ -101,6 +101,15 @@ jicofo {
|
||||
}
|
||||
{{ end }}
|
||||
}
|
||||
audio {
|
||||
{{ if .Env.ENABLE_CODEC_OPUS_RED }}
|
||||
opus {
|
||||
red {
|
||||
enabled = "{{ .Env.ENABLE_CODEC_OPUS_RED | toBool }}"
|
||||
}
|
||||
{{ end }}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
conference {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user