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 class="item">
<!-- <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 class="item">
<!-- <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 class="item"></div> -->
</div>
@ -831,7 +831,7 @@ export default {
var playMode = 0; //0-1-
var port = 443; //HTTPS443
var snapDir = ""; //
var videoDir = "D:\\VideoDir"; //
// var videoDir = "D:\\VideoDir"; //
var layout = "1x1"; //playMode
var enableHTTPS = 1; //HTTPS1
var encryptedFields = "secret"; //secret
@ -848,7 +848,7 @@ export default {
playMode: playMode, //
port: port, //
snapDir: snapDir, //
videoDir: videoDir, //
// videoDir: videoDir, //
layout: layout, //
enableHTTPS: enableHTTPS, //HTTPS
encryptedFields: encryptedFields, //

Loading…
Cancel
Save