From cc93f94f3c503c662e1bb6a46fde991ed3fc7f1f Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Mon, 26 Apr 2021 11:30:18 +0800
Subject: [PATCH] 历史录像 js完善
---
src/main/resources/public/monitor/live.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/public/monitor/live.html b/src/main/resources/public/monitor/live.html
index f7a097a..dcf79bf 100755
--- a/src/main/resources/public/monitor/live.html
+++ b/src/main/resources/public/monitor/live.html
@@ -117,7 +117,7 @@
//关闭
function close_video(streamPath) {
- jessibuca.destroy();
+ h5lc.destroy();
if (streamPath) {
$.ajax({
type: "get",
--
Gitblit v1.9.1