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,220 @@
|
||||
{
|
||||
"brand": "Smc",
|
||||
"brand_id": "smc",
|
||||
"last_updated": "2025-10-17",
|
||||
"source": "ispyconnect.com",
|
||||
"entries": [
|
||||
{
|
||||
"models": [
|
||||
"1010-W",
|
||||
"1011"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "img/snapshot.cgi?size=2"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"1010-W",
|
||||
"RC-8021",
|
||||
"RC-8120",
|
||||
"SMC-1010W"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "img/snapshot.cgi?img=vga"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"1010-W",
|
||||
"SMC-1010W",
|
||||
"SMC-1011W",
|
||||
"SMCWIPCAM-PZ"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "img/snapshot.cgi?size=3"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"1010-W",
|
||||
"Other",
|
||||
"SMC-1010W"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "img/mjpeg.jpg"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"1010-W",
|
||||
"RC-1010W",
|
||||
"RC-8021",
|
||||
"RC-8120",
|
||||
"SMC-1010W"
|
||||
],
|
||||
"type": "VLC",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "img/media.sav"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"1010-W",
|
||||
"1011",
|
||||
"1011-W",
|
||||
"110-W",
|
||||
"FD1",
|
||||
"Other",
|
||||
"RC-1010W",
|
||||
"SD1",
|
||||
"SMC-1010W",
|
||||
"SMC-1011W"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "jpg/image.jpg?size=3"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"1011",
|
||||
"1011w",
|
||||
"1011-W",
|
||||
"SMC-1011W",
|
||||
"SMC-1011WLeft"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "/video.mp4"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"1011",
|
||||
"1011-W",
|
||||
"SMC-1010W",
|
||||
"SMC-1011W",
|
||||
"t Window"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "jpg/image.jpg"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"1011-W",
|
||||
"Other"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=64&rate=0"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"1011-W",
|
||||
"Other",
|
||||
"SMC-1011W",
|
||||
"SMC-1011W2"
|
||||
],
|
||||
"type": "VLC",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "video.mp4"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"1011-W",
|
||||
"Other",
|
||||
"SMC-1010W"
|
||||
],
|
||||
"type": "VLC",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "img/video.asf"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "snapshot.html"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other",
|
||||
"SMC-1010W"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "img/video.mjpeg"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "video.cgi?resolution=[WIDTH]x[HEIGHT]"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other",
|
||||
"SMCWIPCFN-G2"
|
||||
],
|
||||
"type": "VLC",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "vdata.v"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"SMC1",
|
||||
"SMCWIPCAM-PZ",
|
||||
"SMCWIPCFN-G2"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "cgi/mjpg/mjpeg.cgi"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"SMCWIPCAM-PZ",
|
||||
"smcwipcfn-g2"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "cgi/mjpg/mjpg.cgi"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"SMCWIPCAM-PZ"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "GetData.cgi?CH=[CHANNEL]&Codec=jpeg&Size=[WIDTH]x[HEIGHT]"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"SMCWIPCAM-PZ"
|
||||
],
|
||||
"type": "VLC",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "mpeg4"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user