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

114 lines
2.0 KiB
JSON

{
"brand": "Grundig",
"brand_id": "grundig",
"last_updated": "2025-10-17",
"source": "ispyconnect.com",
"entries": [
{
"models": [
"GCI:K1523D",
"GCI-F4616T",
"gci-f4616w",
"GCI-K0503B",
"GCI-K0589T",
"GCI-K2505B",
"GCI-K2812",
"GCI-K2812W",
"gec-d2201ar",
"IP - MJPEG",
"IP-Cam",
"IP-CAM",
"Other",
"QLS IP-CAM",
"QLsIP-CAM"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 0,
"url": "jpeg"
},
{
"models": [
"GCI-F4626T",
"GCI-K0589T",
"Other"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 0,
"url": "h264"
},
{
"models": [
"GCI-H0522V",
"GCI-K0503B",
"GD-CI-AT8637T",
"GD-CI-BC2626V"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"url": "/jpeg"
},
{
"models": [
"GCI-K1523V",
"GCI-K1527V",
"GCI-K1627D",
"GD-CI-BP4637T"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"url": "/h264"
},
{
"models": [
"IP - JPEG",
"IP - MJPEG",
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": ""
},
{
"models": [
"IP - MJPEG"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "cgi-bin/jpg/image.cgi"
},
{
"models": [
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "axis-cgi/mjpg/video.cgi"
},
{
"models": [
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "cgi-bin/jpg/image.cgi?"
},
{
"models": [
"T6836W",
"T6836WITP"
],
"type": "MJPEG",
"protocol": "http",
"port": 81,
"url": "videostream.cgi?rate=0&user=[USERNAME]&pwd=[PASSWORD]"
}
]
}