Browse Source

底板配置调整

linqilong 2 tháng trước cách đây
mục cha
commit
a1e90c7dc5
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  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
     }
   });