f80f7ab314
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>
83 lines
1.7 KiB
JSON
83 lines
1.7 KiB
JSON
{
|
|
"brand": "Aposonic",
|
|
"brand_id": "aposonic",
|
|
"last_updated": "2025-10-17",
|
|
"source": "ispyconnect.com",
|
|
"entries": [
|
|
{
|
|
"models": [
|
|
"A H.264 DVR"
|
|
],
|
|
"type": "VLC",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"url": "cgi-bin/net_video.cgi?channel=[CHANNEL]"
|
|
},
|
|
{
|
|
"models": [
|
|
"A H.264 DVR"
|
|
],
|
|
"type": "JPEG",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"url": "cgi-bin/guest/Video.cgi?media=JPEG&channel=[CHANNEL]"
|
|
},
|
|
{
|
|
"models": [
|
|
"A H.264 DVR",
|
|
"A H.264 w/ Web Port"
|
|
],
|
|
"type": "JPEG",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"url": "cgi-bin/net_jpeg.cgi?ch=[CHANNEL]"
|
|
},
|
|
{
|
|
"models": [
|
|
"A-BR18B8-C500",
|
|
"A-S0401R1"
|
|
],
|
|
"type": "JPEG",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"url": "cgi-bin/wappaint?camera_no=[CHANNEL]&animation=0&name=[USERNAME]&password=[PASSWORD]&pic_size=2"
|
|
},
|
|
{
|
|
"models": [
|
|
"A-S0401R1",
|
|
"H.264 DVR"
|
|
],
|
|
"type": "JPEG",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"url": "GetStream.cgi?Video=[CHANNEL]"
|
|
},
|
|
{
|
|
"models": [
|
|
"A-S0401R23"
|
|
],
|
|
"type": "JPEG",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"url": "images/stream_[CHANNEL].jpg"
|
|
},
|
|
{
|
|
"models": [
|
|
"H.264 DVR"
|
|
],
|
|
"type": "VLC",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"url": "cgi-bin/view.cgi?chn=[CHANNEL]&u=[USERNAME]&p=[PASSWORD]"
|
|
},
|
|
{
|
|
"models": [
|
|
"Other"
|
|
],
|
|
"type": "MJPEG",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"url": "video?profile=[CHANNEL]"
|
|
}
|
|
]
|
|
} |