Files
Strix/data/brands/stardot-tech.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

132 lines
2.4 KiB
JSON

{
"brand": "Stardot Tech",
"brand_id": "stardot-tech",
"last_updated": "2025-10-17",
"source": "ispyconnect.com",
"entries": [
{
"models": [
"0030f4c10852",
"Express Video Server",
"NETCAM SC",
"NETCAM XL",
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "netcam.jpg"
},
{
"models": [
"Express 2",
"Express Video Server",
"ExpressXL",
"NetcamSC"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "nph-mjpeg.cgi?[CHANNEL]"
},
{
"models": [
"Express Video Server",
"EXPRESS VIDEO SERVER",
"ExpressXL",
"NetCam XL",
"Netcam XL 3MP",
"NetcamSC",
"Other",
"SDH130V"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "jpeg.cgi?[CHANNEL]"
},
{
"models": [
"ExpressXL",
"NetCam XL"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]&channel=[CHANNEL]"
},
{
"models": [
"NETCAM",
"NetCam SC",
"NETCAM sc",
"NetCam XL",
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "nph-mjpeg.cgi"
},
{
"models": [
"NETCAM",
"stardot"
],
"type": "JPEG",
"protocol": "http",
"port": 1935,
"url": "image.jpg"
},
{
"models": [
"NetCam SC",
"NetCam XL",
"NETCAMSC"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "jpeg.cgi"
},
{
"models": [
"NETCAM SC",
"NETCAM XL",
"NetcamSC",
"Other"
],
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"url": "nph-h264.cgi"
},
{
"models": [
"NETCAM SC"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "mjpeg"
},
{
"models": [
"NetCamSC"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 5544,
"url": "/11"
},
{
"models": [
"Other"
],
"type": "VLC",
"protocol": "http",
"port": 0,
"url": "cgi-bin/net_video.cgi?channel=[CHANNEL]"
}
]
}