From d8a274cd30024a992cbf757cb6738c96a373b368 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Tue, 27 Apr 2021 17:26:35 +0800
Subject: [PATCH] 通过rtsp 实现 通过摄像头ID 实现

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

diff --git a/src/main/resources/public/monitor/history.html b/src/main/resources/public/monitor/history.html
index 7e33e23..ee25407 100755
--- a/src/main/resources/public/monitor/history.html
+++ b/src/main/resources/public/monitor/history.html
@@ -5,8 +5,8 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
     <title>Jessibuca【回放】</title>
     <meta charset="utf-8"/>
-    <link rel="stylesheet" href="../css/progressTime.css">
-    <link rel="stylesheet" href="../css/history/historyStyle.css">
+    <link rel="stylesheet" href="css/progressTime.css">
+    <link rel="stylesheet" href="css/history/historyStyle.css">
 
 
 </head>
@@ -16,22 +16,22 @@
 <div id="jessibucaContainerHistory"></div>
 
 
-<script src="../js/jquery.min.js"></script>
-<script src="../js/ajax.js"></script>
-<script src="../js/renderer.js"></script>
-<script src="../js/jquery.progressTime.js"></script>
-<script src="../js/history/historypler.js"></script>
+<script src="js/jquery.min.js"></script>
+<script src="js/ajax.js"></script>
+<script src="js/renderer.js"></script>
+<script src="js/jquery.progressTime.js"></script>
+<script src="js/history/historyComponent.js"></script>
 
 
 <script>
-    let historypler =new Historypler({
+    let historyComponent =new HistoryComponent({
         elem:"jessibucaContainerHistory",
-        ffurl:"../js/jessibuca/ff.js",
-        code:"ff80808178af424e0178af44e677000343616d657261",
+        cameraId:"ff80808178af424e0178af44e677000343616d657261",
+        rtspUrl:"rtsp://admin:12345...@192.168.1.201:554/Streaming/Channels/301",
     });
 
     //关闭流
-    livepler.close();
+    //historyComponent.close();
 </script>
 
 </body>

--
Gitblit v1.9.1