Browse Source

海康web视频插件处理4

lite
‘daijinzheng@xingtongworld.com’ 3 years ago
parent
commit
70cd3b213f
  1. 8
      src/views/ty/index.vue

8
src/views/ty/index.vue

@ -84,11 +84,11 @@
</div> </div>
<div class="item"> <div class="item">
<!-- <video style="width: 90%;margin-top:0.4rem;height: 80%;" class="demo-video" ref="player" muted autoplay></video> --> <!-- <video style="width: 90%;margin-top:0.4rem;height: 80%;" class="demo-video" ref="player" muted autoplay></video> -->
<!-- <video style="width: 68%;margin-top: 0.3rem;height: 70%;margin-left: 0.3rem;" id="playWnd2" autoplay></video> --> <video style="width: 68%;margin-top: 0.3rem;height: 70%;margin-left: 0.3rem;" id="playWnd" autoplay></video>
</div> </div>
<div class="item"> <div class="item">
<!-- <video style="width: 90%;margin-top:0.4rem;height: 80%;" class="demo-video" ref="player" muted autoplay></video> --> <!-- <video style="width: 90%;margin-top:0.4rem;height: 80%;" class="demo-video" ref="player" muted autoplay></video> -->
<!-- <video style="width: 68%;margin-top: 0.3rem;height: 70%;margin-left: 0.3rem;" id="playWnd3" autoplay></video> --> <video style="width: 68%;margin-top: 0.3rem;height: 70%;margin-left: 0.3rem;" id="playWnd" autoplay></video>
</div> </div>
<!-- <div class="item"></div> --> <!-- <div class="item"></div> -->
</div> </div>
@ -831,7 +831,7 @@ export default {
var playMode = 0; //0-1- var playMode = 0; //0-1-
var port = 443; //HTTPS443 var port = 443; //HTTPS443
var snapDir = ""; // var snapDir = ""; //
var videoDir = "D:\\VideoDir"; // // var videoDir = "D:\\VideoDir"; //
var layout = "1x1"; //playMode var layout = "1x1"; //playMode
var enableHTTPS = 1; //HTTPS1 var enableHTTPS = 1; //HTTPS1
var encryptedFields = "secret"; //secret var encryptedFields = "secret"; //secret
@ -848,7 +848,7 @@ export default {
playMode: playMode, // playMode: playMode, //
port: port, // port: port, //
snapDir: snapDir, // snapDir: snapDir, //
videoDir: videoDir, // // videoDir: videoDir, //
layout: layout, // layout: layout, //
enableHTTPS: enableHTTPS, //HTTPS enableHTTPS: enableHTTPS, //HTTPS
encryptedFields: encryptedFields, // encryptedFields: encryptedFields, //

Loading…
Cancel
Save