Merge main into develop: Add dynamic channel support for HiWatch cameras
This commit is contained in:
@@ -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
|
||||
|
||||
---
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user