From 209c26e699ba9b5f12855772b59618ce1a423da9 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Mon, 16 Aug 2021 17:31:26 +0800
Subject: [PATCH] add

---
 src/main/resources/public/monitor/history.html |   35 +++++++++++++++--------------------
 1 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/src/main/resources/public/monitor/history.html b/src/main/resources/public/monitor/history.html
index 8a01e2c..2ffc639 100755
--- a/src/main/resources/public/monitor/history.html
+++ b/src/main/resources/public/monitor/history.html
@@ -7,40 +7,35 @@
     <meta charset="utf-8"/>
     <link rel="stylesheet" href="../css/progressTime.css">
     <link rel="stylesheet" href="../css/history/historyStyle.css">
-
+    <link type="text/css" rel="stylesheet" href="../css/skin/jedate.css">
+    <link type="text/css" rel="stylesheet" href="../css/jeLocalDate.css">
 
 </head>
 
 <body>
 
-<div id="jessibucaContainerHistory"></div>
+<!--jessiebuca播放器 录像 -->
+<div id="jessibucaContainerHistory">
+</div>
 
 
-<script src="../js/renderer.js"></script>
 <script src="../js/jquery.min.js"></script>
+<script src="../js/ajax.js"></script>
+<script src="../js/renderer.js"></script>
+<script src="../js/jedate.min.js"></script>
 <script src="../js/jquery.progressTime.js"></script>
-<script src="../js/history/historypler.js"></script>
+<script src="../js/history/historyComponent.js"></script>
 
 
 <script>
-    window.onkeydown = function () {
-        h5lc.fullscreen = false
-    };
-
-    let historypler =new Historypler({
-        elem:"jessibucaContainerHistory",
-        ffurl:"../js/jessibuca/ff.js",
+    let historyComponent = new HistoryComponent({
+        elem: "jessibucaContainerHistory",
+        cameraId: "ff80808178af424e0178af44e677000343616d657261",
+        rtspUrl: "rtsp://admin:12345...@192.168.1.201:554/Streaming/Channels/301",
     });
 
-    //播放
-    $(".progressTime-left-b-start").on("click", function () {
-        //TODO:historypler.playVideo();
-    });
-    //暂停 关闭流
-    $(".progressTime-left-b-start stop").on("click", function () {
-        $(this).removeClass("stop");
-        //TODO:historypler.closeVideo()
-    });
+    //关闭流
+    //historyComponent.close();
 </script>
 
 </body>

--
Gitblit v1.9.1