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

123 lines
2.1 KiB
JSON

{
"brand": "Iris",
"brand_id": "iris",
"last_updated": "2025-10-17",
"source": "ispyconnect.com",
"entries": [
{
"models": [
"0C830",
"IndoorOutdoor",
"NetCam",
"oc432",
"OC81D",
"OC821",
"oc8221",
"oc8821",
"Other",
"RC8221",
"SERCOMM"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "img/snapshot.cgi?size=2"
},
{
"models": [
"AICN500",
"OC821",
"oc821D",
"oc8221",
"OC830",
"Other",
"rc8221",
"RC-8221",
"sercomm"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "img/video.mjpeg"
},
{
"models": [
"AICN500/A"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "image.jpg"
},
{
"models": [
"Indoor",
"Indoor / Outdoor",
"OC810",
"OC821",
"OC821D",
"oc8221",
"OC830",
"Other",
"Outdoor IP Camera",
"rc8221",
"RC-8221",
"rc8221d"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "img/snapshot.cgi"
},
{
"models": [
"indoorcam",
"rc-8221",
"RC8221"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "img/snapshot.cgi?size=3"
},
{
"models": [
"oc821",
"oc821D",
"RC-8221"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "img/mjpeg.jpg"
},
{
"models": [
"oc821",
"RC8221"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "img/snapshot.cgi?img=vga"
},
{
"models": [
"rc8221"
],
"type": "FFMPEG",
"protocol": "http",
"port": 80,
"url": "/img/video.mjpeg"
},
{
"models": [
"S460"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"url": "/img/media.sav"
}
]
}