ソースを参照

Merge branch 'qhse_fix' of shuzhihua/pms-iot-vue into master

yanghao 20 時間 前
コミット
ac1a8f7bd1

+ 1 - 1
src/views/pms/video_center/sip/components/player/deviceLiveStream.vue

@@ -37,7 +37,7 @@
       ref="playerRef"
       :playerInfo="playinfo"
       class="components-container"
-      style="margin-top: 10px"
+      style="margin-top: 10px; width: 90%; height: 80vh"
     />
   </div>
 </template>

+ 1 - 1
src/views/pms/video_center/sip/components/player/easy.vue

@@ -47,7 +47,7 @@ const config = reactive({
   hasAudio: true,
   isLive: true,
   MSE: false,
-  WCS: false
+  WCS: true
 })
 
 const playCreate = () => {