浏览代码

feat: Add an option to enable VLA. (#1979)

bgrozev 5 月之前
父节点
当前提交
eea18b101b
共有 3 个文件被更改,包括 7 次插入0 次删除
  1. 1 0
      docker-compose.yml
  2. 5 0
      jicofo/rootfs/defaults/jicofo.conf
  3. 1 0
      jvb/rootfs/defaults/jvb.conf

+ 1 - 0
docker-compose.yml

@@ -103,6 +103,7 @@ services:
             - ENABLE_TALK_WHILE_MUTED
             - ENABLE_TCC
             - ENABLE_TRANSCRIPTIONS
+            - ENABLE_VLA
             - ENABLE_XMPP_WEBSOCKET
             - ENABLE_JAAS_COMPONENTS
             - ETHERPAD_PUBLIC_URL

+ 5 - 0
jicofo/rootfs/defaults/jicofo.conf

@@ -135,6 +135,11 @@ jicofo {
         }
         {{ end }}
       }
+      rtp-extensions {
+        video-layers-allocation {
+          enabled = {{ .Env.ENABLE_VLA | default "0" | toBool }}
+        }
+      }
     }
 
     conference {

+ 1 - 0
jvb/rootfs/defaults/jvb.conf

@@ -35,6 +35,7 @@
 
 videobridge {
     cc {
+        use-vla-target-bitrate = {{ .Env.ENABLE_VLA | default "0" | toBool }}
         trust-bwe = {{ $JVB_CC_TRUST_BWE }}
     }
     ice {