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>
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"brand": "Interlogix",
|
||||
"brand_id": "interlogix",
|
||||
"last_updated": "2025-10-17",
|
||||
"source": "ispyconnect.com",
|
||||
"entries": [
|
||||
{
|
||||
"models": [
|
||||
"DVT-M1210W-2W-N",
|
||||
"Other",
|
||||
"TVB-5302",
|
||||
"TVD-3105",
|
||||
"TVD-5502",
|
||||
"TvW-3101"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "video.h264"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other",
|
||||
"tvd-5302",
|
||||
"TVW-1101",
|
||||
"TVW-3101"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 64001,
|
||||
"url": "/Streaming/Channels/2"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other",
|
||||
"TVW-3101"
|
||||
],
|
||||
"type": "VLC",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "ch0_0.h264"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other",
|
||||
"TVB-5304",
|
||||
"TVB-5605",
|
||||
"TVD-1103",
|
||||
"tvd-5302",
|
||||
"TVD-M1245E-2M-N",
|
||||
"TVW-1101",
|
||||
"TVW-3101",
|
||||
"TVW-3120",
|
||||
"TVW-5302"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 64001,
|
||||
"url": "/Streaming/Channels/1"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"RS-3250",
|
||||
"TVW-3120"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/h264_stream"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"RS-3251"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/ch0_0.h264"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"TVD-3101",
|
||||
"TVW-5305"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/video.h264"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user