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,125 @@
|
||||
{
|
||||
"brand": "Sparklan",
|
||||
"brand_id": "sparklan",
|
||||
"last_updated": "2025-10-17",
|
||||
"source": "ispyconnect.com",
|
||||
"entries": [
|
||||
{
|
||||
"models": [
|
||||
"CAS-330"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "image.jpg"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"CAS-330",
|
||||
"CAS-330W",
|
||||
"CAS-370",
|
||||
"CAS-771W",
|
||||
"Other"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "mjpeg.cgi"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"CAS-370"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "IMAGE.JPG"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"CAS-370",
|
||||
"CS-15285B"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "VIDEO.CGI"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"CAS-370W"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"url": "/IMAGE.JPG"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"CAS-630"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "_gCVimage.jpg"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"CAS-633",
|
||||
"CAS-673"
|
||||
],
|
||||
"type": "VLC",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "mpeg4"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"CAS-673",
|
||||
"CS-673"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "video/mjpg.cgi"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"CAS-700"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "/goform/video"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"CAS-771W",
|
||||
"Other"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "goform/capture"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"CAS-771W",
|
||||
"CAS-861W"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "goform/video2"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"CS-673"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "image/jpeg.cgi"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user