f80f7ab314
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>
39 lines
709 B
JSON
39 lines
709 B
JSON
{
|
|
"brand": "Concord",
|
|
"brand_id": "concord",
|
|
"last_updated": "2025-10-17",
|
|
"source": "ispyconnect.com",
|
|
"entries": [
|
|
{
|
|
"models": [
|
|
"5mp",
|
|
"CNC5IDP-A",
|
|
"CNC5IDP-V2",
|
|
"CNC8IBP-A",
|
|
"CNCK",
|
|
"floodlight"
|
|
],
|
|
"type": "FFMPEG",
|
|
"protocol": "rtsp",
|
|
"port": 554,
|
|
"url": "/ch01/1"
|
|
},
|
|
{
|
|
"models": [
|
|
"CDC5ABP-A",
|
|
"CNC5IBP-A",
|
|
"CNC5IDP-A",
|
|
"CNC5IDP-V2",
|
|
"CNC8IBPFA-V2",
|
|
"CNC8IDP-A",
|
|
"Concord 1080P",
|
|
"Concord 4K",
|
|
"RS-CM-317D"
|
|
],
|
|
"type": "FFMPEG",
|
|
"protocol": "rtsp",
|
|
"port": 554,
|
|
"url": "/ch01/0"
|
|
}
|
|
]
|
|
} |