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

206 lines
4.3 KiB
JSON

{
"brand": "Imaginon",
"brand_id": "imaginon",
"last_updated": "2025-10-17",
"source": "ispyconnect.com",
"entries": [
{
"models": [
"10AC",
"IPC 10AC",
"IPC-1",
"IPC-1a",
"IPC-25HDC"
],
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=64&rate=0"
},
{
"models": [
"10AC",
"IPC-1",
"IPC-1A"
],
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]x[HEIGHT]"
},
{
"models": [
"IPC 10AC",
"IPC-1A",
"IPC-20",
"IPC-250HDC",
"IPC-25HDC",
"SUPRA IPC-20C"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "videostream.cgi?"
},
{
"models": [
"IPC-1",
"IPC-1a",
"IPC-20",
"IPC-25HDC"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]&strm=[CHANNEL]"
},
{
"models": [
"IPC-100 HD",
"IPC-25HDC",
"Other",
"SUPRA IPC-20C"
],
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"url": "videostream.cgi?resolution=8&rate=13"
},
{
"models": [
"IPC-100 HD"
],
"type": "MJPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.cgi?rate=0&user=[USERNAME]&pwd=[PASSWORD]"
},
{
"models": [
"IPC-100AC",
"IPC-25HDC"
],
"type": "FFMPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=320x240"
},
{
"models": [
"ipc-20c"
],
"type": "MJPEG",
"protocol": "http",
"port": 81,
"url": "videostream.cgi?rate=0&user=[USERNAME]&pwd=[PASSWORD]"
},
{
"models": [
"IPC-25 HDC"
],
"type": "FFMPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.cgi?resolution=64&rate=0"
},
{
"models": [
"IPC-250HDC"
],
"type": "FFMPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.cgi?"
},
{
"models": [
"IPC-25HDC"
],
"type": "JPEG",
"protocol": "http",
"port": 80,
"url": "/snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]&strm=0"
},
{
"models": [
"IPC-25HDC"
],
"type": "FFMPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.cgi?resolution=8&rate=13"
},
{
"models": [
"IPC-25HDC"
],
"type": "FFMPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.cgi?resolution=32&rate=13"
},
{
"models": [
"IPC-25HDC"
],
"type": "FFMPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.cgi?resolution=1280x720&rate=13"
},
{
"models": [
"IPC-25HDC"
],
"type": "FFMPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=1280x720"
},
{
"models": [
"IPC-25HDC"
],
"type": "MJPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=64&rate=0"
},
{
"models": [
"IPC-25HDC"
],
"type": "MJPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.cgi?resolution=64&rate=0&user=[USERNAME]&pwd=[PASSWORD]"
},
{
"models": [
"IPC-25HDC"
],
"type": "MJPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.cgi?resolution=32&rate=8&user=[USERNAME]&pwd=[PASSWORD]"
},
{
"models": [
"IPC-25HDC"
],
"type": "MJPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.cgi?resolution=64&rate=8&user=[USERNAME]&pwd=[PASSWORD]"
},
{
"models": [
"IPC-25HDC"
],
"type": "MJPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.cgi?resolution=32&rate=0&user=[USERNAME]&pwd=[PASSWORD]"
}
]
}