From 9b516646acbc7392d7647e2619383a45f8db2978 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Wed, 28 Apr 2021 15:55:51 +0800
Subject: [PATCH] 直播插件沉浸式修改
---
src/main/resources/public/monitor/history.html | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/public/monitor/history.html b/src/main/resources/public/monitor/history.html
index 4924882..c615542 100755
--- a/src/main/resources/public/monitor/history.html
+++ b/src/main/resources/public/monitor/history.html
@@ -20,15 +20,18 @@
<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/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",
});
+
+ //关闭流
+ //historyComponent.close();
</script>
</body>
--
Gitblit v1.9.1