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

210 lines
3.8 KiB
JSON

{
"brand": "Aviosys",
"brand_id": "aviosys",
"last_updated": "2025-10-17",
"source": "ispyconnect.com",
"entries": [
{
"models": [
"9000/9100 Series",
"9060 I/O/MP",
"9060-I",
"IP9060I",
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.jpg?account=[USERNAME]&password=[PASSWORD]"
},
{
"models": [
"9000/9100 Series",
"9060A",
"9070",
"ip9100"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "GetData.cgi?Status=false"
},
{
"models": [
"9000/9100 Series",
"9070",
"9100",
"9100A",
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "GetData.cgi?CH=[CHANNEL]&Codec=jpeg&Size=[WIDTH]x[HEIGHT]"
},
{
"models": [
"9000/9100 Series",
"9100",
"9100a",
"9100A",
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "GetData.cgi?CH=2"
},
{
"models": [
"9000/9100 SERIES",
"9000A",
"9060 I/O/MP",
"9060A",
"9060-I",
"9070",
"9100A",
"ip9100",
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "Jpeg/CamImg.jpg"
},
{
"models": [
"9000/9100 SERIES",
"9060 I/O/MP",
"9060A",
"9060-I",
"9070",
"9070 SERIES",
"Other"
],
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"url": "mpeg4"
},
{
"models": [
"9000/9100 SERIES"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "GetData.cgi"
},
{
"models": [
"9060 I/O/MP"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot"
},
{
"models": [
"9060-I"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "cgi-bin/Stream?Video"
},
{
"models": [
"9070",
"9070 Series",
"9070IR",
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.cgi"
},
{
"models": [
"9070",
"9100"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "GetData.cgi?Status=0"
},
{
"models": [
"9070",
"9070 Series",
"9070IR"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "ipcam/mjpeg.cgi"
},
{
"models": [
"9070",
"9070IR"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.cgi?user=[USERNAME]&pwd=[PASSWORD]"
},
{
"models": [
"9070",
"9070-c"
],
"type": "JPEG",
"protocol": "http",
"port": 5544,
"url": "snapshot.cgi?usr=[USERNAME]&pwd=[PASSWORD]"
},
{
"models": [
"9100",
"9100a",
"9100A",
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "GetData.cgi?Camera=0&BandWidth=0"
},
{
"models": [
"9100a"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "image.jpg"
},
{
"models": [
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "cgi-bin/snapshot.cgi?loginuse=[USERNAME]&loginpas=[PASSWORD]"
},
{
"models": [
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "videofeed"
}
]
}