yanghao 8 uur geleden
bovenliggende
commit
5b552785b5

+ 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 = () => {