Add Strix camera discovery system with comprehensive database
This commit adds the complete Strix IP camera stream discovery system: - Go-based API server with SSE support for real-time updates - 3,600+ camera brand database with stream URL patterns - Intelligent fuzzy search across camera models - ONVIF discovery and stream validation - RESTful API with health check, camera search, and stream discovery - Makefile for building and deployment - Comprehensive README documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,162 @@
|
||||
{
|
||||
"brand": "Fdt",
|
||||
"brand_id": "fdt",
|
||||
"last_updated": "2025-10-17",
|
||||
"source": "ispyconnect.com",
|
||||
"entries": [
|
||||
{
|
||||
"models": [
|
||||
"1080",
|
||||
"1080P WiFi",
|
||||
"1080P WIFI",
|
||||
"1coo5",
|
||||
"720",
|
||||
"720HD",
|
||||
"720P",
|
||||
"720poutdoor",
|
||||
"760",
|
||||
"7901",
|
||||
"7902",
|
||||
"7903",
|
||||
"7920B",
|
||||
"8901W",
|
||||
"8902",
|
||||
"960p",
|
||||
"C6F0SeZ0N0P0L0",
|
||||
"CAM-WNVR2P-IN",
|
||||
"FD7901",
|
||||
"FD7901B",
|
||||
"FD7901W",
|
||||
"FD7901W/B",
|
||||
"FD7902",
|
||||
"FD7902W-SD16",
|
||||
"FD7903",
|
||||
"FD7903W",
|
||||
"fd8901",
|
||||
"FD8901B",
|
||||
"fd8901w",
|
||||
"FD8901W",
|
||||
"FD8902W",
|
||||
"fd8902w-sd16",
|
||||
"FD8903W-SD32",
|
||||
"ic005",
|
||||
"Other",
|
||||
"sp007",
|
||||
"View",
|
||||
"VIEW"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "tmpfs/auto.jpg"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"1080P WIFI",
|
||||
"720",
|
||||
"7901",
|
||||
"7903",
|
||||
"8902",
|
||||
"CAM-WNVR2P-IN",
|
||||
"FD7901",
|
||||
"FD7901B",
|
||||
"FD7901W",
|
||||
"FD7901W/B",
|
||||
"fd7903",
|
||||
"FD8901",
|
||||
"FD8901W",
|
||||
"FD8902W",
|
||||
"FDTAA-023310 WBUKP",
|
||||
"Other"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/12"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"720HD"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "/media/?action=stream"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"720HD",
|
||||
"720P",
|
||||
"720POUTDOOR",
|
||||
"7901",
|
||||
"7902",
|
||||
"8901W",
|
||||
"8903W",
|
||||
"8905W",
|
||||
"C6F0SEZ0N0P0L0",
|
||||
"CAM-WNVR2P-IN",
|
||||
"FD7901",
|
||||
"FD7901B",
|
||||
"FD7901W/B",
|
||||
"FD7902",
|
||||
"FD7902W-SD16",
|
||||
"FD7903",
|
||||
"FD7903W",
|
||||
"FD8901W",
|
||||
"FD8902",
|
||||
"Other",
|
||||
"PTZ"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/11"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"FD7901",
|
||||
"FDT 7901"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"url": "/tmpfs/auto.jpg"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"FD7901W"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"url": "/mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]&channel=0"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"fd7903w"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]&channel=[CHANNEL]"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"fd8901w"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"url": "/"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "snap.jpg?JpegCam=[CHANNEL]"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user