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/live.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/public/monitor/live.html b/src/main/resources/public/monitor/live.html
index 9a0f512..41ab3e2 100755
--- a/src/main/resources/public/monitor/live.html
+++ b/src/main/resources/public/monitor/live.html
@@ -27,8 +27,8 @@
<script>
let liveComponent = new LiveComponent({
elem: "jessibucaContainer",
- cameraId: "ff80808178af424e0178af44e677000343616d657261",
- rtspUrl: "rtsp://admin:12345...@192.168.1.201:554/Streaming/Channels/301",
+ cameraId: "",
+ rtspUrl: "rtsp://admin:abcd1234@192.168.12.211:554/Streaming/Channels/202",
});
//关闭流
//liveComponent.close();
--
Gitblit v1.9.1