diff --git a/internal/web/ui/templates/recognition_units.html b/internal/web/ui/templates/recognition_units.html
index 33d8f7a..2695930 100644
--- a/internal/web/ui/templates/recognition_units.html
+++ b/internal/web/ui/templates/recognition_units.html
@@ -23,6 +23,8 @@
场景 |
视频源 |
输出频道号 |
+ RTSP |
+ HLS |
@@ -32,9 +34,11 @@
{{.SceneTemplateName}} |
{{if .VideoSourceRef}}{{.VideoSourceRef}}{{else}}-{{end}} |
{{if .OutputChannel}}{{.OutputChannel}}{{else}}-{{end}} |
+ rtsp://<IP>:8555/live/{{.Name}} |
+ http://<IP>:9000/hls/{{.Name}}/index.m3u8 |
{{else}}
- |
+ |
{{end}}
diff --git a/safesightd-linux-arm64 b/safesightd-linux-arm64
index 98a984f..4f39931 100644
Binary files a/safesightd-linux-arm64 and b/safesightd-linux-arm64 differ