Files
Strix/data/brands/hd-link.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

152 lines
2.6 KiB
JSON

{
"brand": "Hd Link",
"brand_id": "hd-link",
"last_updated": "2025-10-17",
"source": "ispyconnect.com",
"entries": [
{
"models": [
"5222L",
"936L (H.264)",
"Play"
],
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"url": "play1.sdp"
},
{
"models": [
"5222LB1"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 0,
"url": "/live3.sdp"
},
{
"models": [
"930 L",
"930 L - A"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "VIDEO.CGI"
},
{
"models": [
"930 L",
"932-L"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "video/mjpg.cgi"
},
{
"models": [
"930 L IP",
"930 La",
"930L"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "MJPEG.CGI"
},
{
"models": [
"930L"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "video.cgi"
},
{
"models": [
"932-L"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "mjpeg.cgi"
},
{
"models": [
"D5030L",
"DCS 933L",
"DCS-032L",
"DSL-936L"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "image/jpeg.cgi"
},
{
"models": [
"DCS 5300W"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "cgi-bin/video.jpg?size=2"
},
{
"models": [
"DCS- 933L"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]&channel=[CHANNEL]"
},
{
"models": [
"DCS-2530-L"
],
"type": "JPEG",
"protocol": "http",
"port": 8080,
"url": "_gCVimage.jpg"
},
{
"models": [
"dcs930"
],
"type": "JPEG",
"protocol": "http",
"port": 5544,
"url": "cgi-bin/snapshot.cgi?loginuse=[USERNAME]&loginpas=[PASSWORD]"
},
{
"models": [
"DCS-936L"
],
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"url": "play3.sdp"
},
{
"models": [
"DVS-301"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 0,
"url": "/h264_hd.sdp"
},
{
"models": [
"Other"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 0,
"url": "live.sdp"
}
]
}