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

237 lines
4.2 KiB
JSON

{
"brand": "Messoa",
"brand_id": "messoa",
"last_updated": "2025-10-17",
"source": "ispyconnect.com",
"entries": [
{
"models": [
"120-HD5"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "GetData.cgi"
},
{
"models": [
"855PRO",
"875PRO",
"NCC800",
"NDF820",
"NDF821",
"NIC990"
],
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"url": "h264"
},
{
"models": [
"855PRO",
"875PRO",
"NCB855",
"NCR875",
"NDR890"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 0,
"url": "mpeg4"
},
{
"models": [
"855PRO",
"NCB855",
"NCC800",
"NDR891pro"
],
"type": "VLC",
"protocol": "http",
"port": 0,
"url": "ipcam/avc.cgi?audiostream=[CHANNEL]"
},
{
"models": [
"875PRO",
"NCC800",
"NCR870",
"NDR891",
"NDR891PRO",
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "ipcam/mjpegcif.cgi"
},
{
"models": [
"875PRO",
"NCR875"
],
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"url": "live/mpeg4"
},
{
"models": [
"NCB855",
"NCR870",
"NCR875",
"NDF820",
"NDF831",
"NDR890",
"NDR891PRO",
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "ipcam/jpeg.cgi"
},
{
"models": [
"NCC700",
"NIC910HPRO",
"NIC930HPRO",
"NIC950HPRO"
],
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"url": ""
},
{
"models": [
"NCC800",
"NCR870",
"NDF821",
"NDR891",
"NDR891PRO"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "ipcam/jpegcif.cgi"
},
{
"models": [
"NCR870",
"NCR878",
"NDF831",
"NDR890-HP5",
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "ipcam/mjpeg.cgi"
},
{
"models": [
"NCR870"
],
"type": "FFMPEG",
"protocol": "http",
"port": 80,
"url": "/"
},
{
"models": [
"NCR870"
],
"type": "FFMPEG",
"protocol": "http",
"port": 8081,
"url": "/ipcam/mjpegcif.cgi"
},
{
"models": [
"NDF821"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 0,
"url": "/h264"
},
{
"models": [
"NDZ760"
],
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"url": "ch0_0.h264"
},
{
"models": [
"NDZ860",
"NIC830",
"NIC835",
"NIC836"
],
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"url": "livestream"
},
{
"models": [
"NIC830",
"NIC836"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "cgi-bin/getstream.cgi"
},
{
"models": [
"Other"
],
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]x[HEIGHT]"
},
{
"models": [
"Other"
],
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=64&rate=0"
},
{
"models": [
"Other"
],
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=32&rate=0"
},
{
"models": [
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "cgi-bin/encoder?USER=[USERNAME]&PWD=[PASSWORD]&SNAPSHOT"
},
{
"models": [
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=32&rate=0"
}
]
}