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,121 @@
|
||||
{
|
||||
"brand": "Hawking",
|
||||
"brand_id": "hawking",
|
||||
"last_updated": "2025-10-17",
|
||||
"source": "ispyconnect.com",
|
||||
"entries": [
|
||||
{
|
||||
"models": [
|
||||
"310",
|
||||
"HNC310",
|
||||
"Tech HNC300 Series",
|
||||
"Tech HNC320 Series",
|
||||
"TVP110"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "IMAGE.JPG"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"HNC3W",
|
||||
"HNC5W",
|
||||
"HNC720G",
|
||||
"JNC3W",
|
||||
"Other",
|
||||
"Tech HNC300 Series",
|
||||
"Tech HNC320 Series"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "cgi/mjpg/mjpeg.cgi"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"HNC-700PT",
|
||||
"HNC720G",
|
||||
"hnc800ptz",
|
||||
"HNC-820G",
|
||||
"Other"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "cgi-bin/video.jpg"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"HNC720G",
|
||||
"Other",
|
||||
"Tech HNC720G"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "cgi-bin/video.jpg?size=2"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other",
|
||||
"TECH HNC290",
|
||||
"Tech HNC290G",
|
||||
"TECH HNC300 SERIES",
|
||||
"TECH HNC320 SERIES",
|
||||
"TECH HNC720G"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "loginfree.jpg"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other",
|
||||
"Tech HNC290"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "mjpg/video.mjpg"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "video.mjpg"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Tech HNC290"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "jpg/image.jpg"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Tech HNC320 Series"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]x[HEIGHT]"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Tech NC200 Series",
|
||||
"Tech NC220 Series"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "image.jpg"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user