Files
Strix/data/brands/gadspot.json
T
eduard256 f80f7ab314 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>
2025-10-28 17:45:04 +03:00

239 lines
4.3 KiB
JSON

{
"brand": "Gadspot",
"brand_id": "gadspot",
"last_updated": "2025-10-17",
"source": "ispyconnect.com",
"entries": [
{
"models": [
"002drnq",
"002drnx"
],
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]x[HEIGHT]"
},
{
"models": [
"200A",
"GS-100A",
"GS2102",
"gs-w220b",
"GS-W220B",
"GS-W221A",
"GS-W2311",
"Other"
],
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"url": ""
},
{
"models": [
"GS-1000",
"nc1000",
"NC1000-L10",
"NC1000-W10"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "GetData.cgi"
},
{
"models": [
"GS2002 DVR w/ Web Port"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "stillimg[CHANNEL].jpg"
},
{
"models": [
"GS2102"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "cgi-bin/net_jpeg.cgi?ch=[CHANNEL]"
},
{
"models": [
"GS-W221A",
"Other"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 0,
"url": "/ucast/11"
},
{
"models": [
"IPCAM1200",
"NC-1000/1600 Series",
"nc1200",
"NC-1200 Series"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "cgi-bin/getimage.cgi?motion=1"
},
{
"models": [
"N1000",
"N1250",
"NC800"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "jpg/image.jpg?size=3"
},
{
"models": [
"N1000",
"N1250",
"NC-1000/1600 SERIES",
"NC1000-L10",
"nc1000-w10",
"NC-1200 SERIES",
"NC800",
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "Jpeg/CamImg.jpg"
},
{
"models": [
"N1000",
"NC-1200 Series"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "jpg/image.jpg"
},
{
"models": [
"N1000"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "cgi-bin/jpg/image"
},
{
"models": [
"N1000",
"N1250"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 0,
"url": "video.mp4"
},
{
"models": [
"N1250",
"NC-1200 SERIES",
"NC800",
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "GetData.cgi?Status=1"
},
{
"models": [
"N1250"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "video.mjpg"
},
{
"models": [
"n600e"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "cgi-bin/admin/snapshot.cgi"
},
{
"models": [
"NC-1000/1600 Series"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "GetData.cgi?Status=0"
},
{
"models": [
"NC-1000/1600 SERIES",
"nc1000-l10",
"NC1000-W10",
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "GetData.cgi?CH=[CHANNEL]&Codec=jpeg&Size=[WIDTH]x[HEIGHT]"
},
{
"models": [
"nc1000-l10"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.cgi?user=[USERNAME]&pwd=[PASSWORD]"
},
{
"models": [
"NC-1200 Series",
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "cgi-bin/getimage.cgi?motion=0"
},
{
"models": [
"NC800"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.jpg?account=[USERNAME]&password=[PASSWORD]"
},
{
"models": [
"Other"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 0,
"url": "/11"
},
{
"models": [
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "tmp/snap.jpg"
}
]
}