jicofo: support opus red audio codec (#1503)
This commit is contained in:
committed by
GitHub
parent
ef7ef9cfd3
commit
6034e09f36
@@ -268,6 +268,7 @@ services:
|
|||||||
- ENABLE_CODEC_VP8
|
- ENABLE_CODEC_VP8
|
||||||
- ENABLE_CODEC_VP9
|
- ENABLE_CODEC_VP9
|
||||||
- ENABLE_CODEC_H264
|
- ENABLE_CODEC_H264
|
||||||
|
- ENABLE_CODEC_OPUS_RED
|
||||||
- ENABLE_JVB_XMPP_SERVER
|
- ENABLE_JVB_XMPP_SERVER
|
||||||
- ENABLE_OCTO
|
- ENABLE_OCTO
|
||||||
- ENABLE_RECORDING
|
- ENABLE_RECORDING
|
||||||
|
|||||||
@@ -101,6 +101,15 @@ jicofo {
|
|||||||
}
|
}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
}
|
}
|
||||||
|
audio {
|
||||||
|
{{ if .Env.ENABLE_CODEC_OPUS_RED }}
|
||||||
|
opus {
|
||||||
|
red {
|
||||||
|
enabled = "{{ .Env.ENABLE_CODEC_OPUS_RED | toBool }}"
|
||||||
|
}
|
||||||
|
{{ end }}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
conference {
|
conference {
|
||||||
|
|||||||
Reference in New Issue
Block a user