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>
42 lines
766 B
JSON
42 lines
766 B
JSON
{
|
|
"brand": "Avantgarde",
|
|
"brand_id": "avantgarde",
|
|
"last_updated": "2025-10-17",
|
|
"source": "ispyconnect.com",
|
|
"entries": [
|
|
{
|
|
"models": [
|
|
"123456",
|
|
"ip100",
|
|
"px-3720-675",
|
|
"pyle",
|
|
"S631",
|
|
"Sumpple",
|
|
"Sumpple S650"
|
|
],
|
|
"type": "FFMPEG",
|
|
"protocol": "rtsp",
|
|
"port": 0,
|
|
"url": "/live/av0"
|
|
},
|
|
{
|
|
"models": [
|
|
"S610"
|
|
],
|
|
"type": "FFMPEG",
|
|
"protocol": "rtsp",
|
|
"port": 0,
|
|
"url": "/live/av1"
|
|
},
|
|
{
|
|
"models": [
|
|
"SUMPPLE",
|
|
"SUMPPLE S650"
|
|
],
|
|
"type": "MJPEG",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"url": "cgi-bin/videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]"
|
|
}
|
|
]
|
|
} |