From 522d274dd4bd168cbbfeae53250c51b3391a0db2 Mon Sep 17 00:00:00 2001 From: eduard256 <93467350+eduard256@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:19:59 +0300 Subject: [PATCH 1/2] Fix CPU usage percentage in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f22cc7e..83a27e9 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ - ✅ **Auto-discovery** - tests 102,787 URL variations in parallel - ✅ **Any protocol** - No RTSP? Finds HTTP MJPEG - ✅ **Config generation** - ready Frigate.yml in 2 minutes -- ✅ **Sub/Main streams** - CPU from 70% → 8% +- ✅ **Sub/Main streams** - CPU from 30% → 8% - ✅ **Smart merging** - adds camera to existing config with 500+ cameras --- From 19e58db70f1c1a0a26011216e0833f1f0fe89423 Mon Sep 17 00:00:00 2001 From: eduard256 Date: Sat, 22 Nov 2025 21:45:56 +0300 Subject: [PATCH 2/2] Add dynamic channel support for HiWatch cameras - Added 5 new URL patterns with [CHANNEL] placeholder - Supports channels 0-255 for multi-camera DVR/NVR systems - Patterns include /Streaming/Channels/[CHANNEL]01, [CHANNEL]02 - ISAPI format support with dynamic channels - All existing hardcoded patterns preserved for compatibility --- data/brands/hiwatch.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/data/brands/hiwatch.json b/data/brands/hiwatch.json index 0f70fd3..a5100b9 100644 --- a/data/brands/hiwatch.json +++ b/data/brands/hiwatch.json @@ -4,6 +4,41 @@ "last_updated": "2025-10-17", "source": "ispyconnect.com", "entries": [ + { + "models": ["ALL"], + "type": "FFMPEG", + "protocol": "rtsp", + "port": 554, + "url": "/Streaming/Channels/[CHANNEL]01" + }, + { + "models": ["ALL"], + "type": "FFMPEG", + "protocol": "rtsp", + "port": 554, + "url": "/Streaming/Channels/[CHANNEL]02" + }, + { + "models": ["ALL"], + "type": "FFMPEG", + "protocol": "rtsp", + "port": 554, + "url": "/ISAPI/Streaming/Channels/[CHANNEL]01" + }, + { + "models": ["ALL"], + "type": "FFMPEG", + "protocol": "rtsp", + "port": 554, + "url": "/ISAPI/Streaming/Channels/[CHANNEL]02" + }, + { + "models": ["ALL"], + "type": "FFMPEG", + "protocol": "rtsp", + "port": 554, + "url": "/Streaming/Channels/[CHANNEL]" + }, { "models": [ "040",