Add [CHANNEL+1] placeholder support for Hikvision-style channel numbering
- Added [CHANNEL+1], [channel+1], {CHANNEL+1}, {channel+1} placeholders to builder.go
- Updated 14 camera brands with universal channel patterns
- Hikvision: replaced 10 hardcoded patterns with 6 universal patterns
- Hiwatch: replaced 4 hardcoded patterns with 8 universal patterns (including ISAPI)
- Other brands: Annke, Swann, Abus, 7links, LevelOne, AlienDVR, Oswoo, AV102IP-40, Acvil, TBKVision, Deltaco, Night Owl
- Universal patterns placed first for faster discovery, hardcoded patterns kept as fallback
- Supports both 0-based (channel=0 -> 101) and 1-based (channel=1 -> 101) numbering
- Added 6 high-priority patterns to popular_stream_patterns.json
This commit is contained in:
+128
-92
@@ -4,6 +4,42 @@
|
||||
"last_updated": "2025-10-17",
|
||||
"source": "ispyconnect.com",
|
||||
"entries": [
|
||||
{
|
||||
"models": [
|
||||
"ALL"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/Streaming/Channels/[CHANNEL+1]01"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"ALL"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/Streaming/Channels/[CHANNEL]01"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"ALL"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/Streaming/Channels/[CHANNEL+1]02"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"ALL"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/Streaming/Channels/[CHANNEL]02"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"005FTCD",
|
||||
@@ -588,58 +624,6 @@
|
||||
"port": 554,
|
||||
"url": "/ch05/1"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"7-12",
|
||||
"8ch 3MP NVR",
|
||||
"dv8-3425",
|
||||
"DVR w/ Web Port",
|
||||
"DVR W/ WEB PORT",
|
||||
"DVR4 4350",
|
||||
"DVR8",
|
||||
"DVR8-4900",
|
||||
"DVR8-8050",
|
||||
"DVR8-8075",
|
||||
"HDR8050",
|
||||
"lv-9808",
|
||||
"NHD-850CAM",
|
||||
"NHH-880CAM",
|
||||
"nvr16-7090",
|
||||
"NVR-7200",
|
||||
"Other",
|
||||
"SWIFI-FLOCAM2",
|
||||
"swifi-spotcam",
|
||||
"SWIFI-XTRCAM",
|
||||
"SWWHD-OUTCAM",
|
||||
"T855"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/Streaming/Channels/101"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"880",
|
||||
"DVR4 4350",
|
||||
"DVR8-1500",
|
||||
"DVR8-1525",
|
||||
"DVR8-4500",
|
||||
"DVR8-4900",
|
||||
"HDR8050",
|
||||
"lv-9808",
|
||||
"NHD-850CAM",
|
||||
"nvr16-7090",
|
||||
"NVR-7200",
|
||||
"Other",
|
||||
"SPOTCAM",
|
||||
"WIFI-PT"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/Streaming/Channels/102"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"887"
|
||||
@@ -874,37 +858,6 @@
|
||||
"port": 0,
|
||||
"url": "/Streaming/Unicast/channels/401"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"DVR W/ WEB PORT",
|
||||
"DVR4 4350",
|
||||
"DVR8-8075",
|
||||
"lv-9808",
|
||||
"Other"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/Streaming/channels/101"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"DVR-1500"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/Streaming/Channels/701"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"DVR-1500"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/Streaming/Channels/601"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"DVR4",
|
||||
@@ -942,15 +895,6 @@
|
||||
"port": 80,
|
||||
"url": "/?action=stream"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"DVR8-4500"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/Streaming/Channels/301"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"DVR8-4500",
|
||||
@@ -1314,6 +1258,98 @@
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/Streaming/Channels/2"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"7-12",
|
||||
"8ch 3MP NVR",
|
||||
"dv8-3425",
|
||||
"DVR w/ Web Port",
|
||||
"DVR W/ WEB PORT",
|
||||
"DVR4 4350",
|
||||
"DVR8",
|
||||
"DVR8-4900",
|
||||
"DVR8-8050",
|
||||
"DVR8-8075",
|
||||
"HDR8050",
|
||||
"lv-9808",
|
||||
"NHD-850CAM",
|
||||
"NHH-880CAM",
|
||||
"nvr16-7090",
|
||||
"NVR-7200",
|
||||
"Other",
|
||||
"SWIFI-FLOCAM2",
|
||||
"swifi-spotcam",
|
||||
"SWIFI-XTRCAM",
|
||||
"SWWHD-OUTCAM",
|
||||
"T855"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/Streaming/Channels/101"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"880",
|
||||
"DVR4 4350",
|
||||
"DVR8-1500",
|
||||
"DVR8-1525",
|
||||
"DVR8-4500",
|
||||
"DVR8-4900",
|
||||
"HDR8050",
|
||||
"lv-9808",
|
||||
"NHD-850CAM",
|
||||
"nvr16-7090",
|
||||
"NVR-7200",
|
||||
"Other",
|
||||
"SPOTCAM",
|
||||
"WIFI-PT"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/Streaming/Channels/102"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"DVR W/ WEB PORT",
|
||||
"DVR4 4350",
|
||||
"DVR8-8075",
|
||||
"lv-9808",
|
||||
"Other"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/Streaming/channels/101"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"DVR-1500"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/Streaming/Channels/701"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"DVR-1500"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/Streaming/Channels/601"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"DVR8-4500"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/Streaming/Channels/301"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user