소스 검색

底板配置调整

linqilong 2 달 전
부모
커밋
a1e90c7dc5
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      src/components/UePlayer.vue

+ 6 - 1
src/components/UePlayer.vue

@@ -25,7 +25,12 @@ onMounted(() => {
       KeyboardInput: false,
       TouchInput: true,
       HoveringMouse: true,
-      MouseInput: true
+      MouseInput: true,
+      MinQP: 35,
+      MaxQP: 51,
+      WebRTCFPS: 60,
+      WebRTCMinBitrate: 20000,
+      WebRTCMaxBitrate: 500000
     }
   });