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>
51 lines
940 B
JSON
51 lines
940 B
JSON
{
|
|
"brand": "Bascom",
|
|
"brand_id": "bascom",
|
|
"last_updated": "2025-10-17",
|
|
"source": "ispyconnect.com",
|
|
"entries": [
|
|
{
|
|
"models": [
|
|
"hd plus",
|
|
"HD-18",
|
|
"hd-40",
|
|
"HD4P",
|
|
"HD-50"
|
|
],
|
|
"type": "JPEG",
|
|
"protocol": "http",
|
|
"port": 88,
|
|
"url": "cgi-bin/guest/Video.cgi?media=JPEG&channel=[CHANNEL]"
|
|
},
|
|
{
|
|
"models": [
|
|
"HD-18",
|
|
"HD-19",
|
|
"HD40",
|
|
"Other"
|
|
],
|
|
"type": "FFMPEG",
|
|
"protocol": "rtsp",
|
|
"port": 88,
|
|
"url": "/live/video_audio/profile1"
|
|
},
|
|
{
|
|
"models": [
|
|
"HD-19"
|
|
],
|
|
"type": "FFMPEG",
|
|
"protocol": "rtsp",
|
|
"port": 0,
|
|
"url": "/live/video_audio/profile2"
|
|
},
|
|
{
|
|
"models": [
|
|
"HD-19"
|
|
],
|
|
"type": "JPEG",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"url": "cgi-bin/guest/Video.cgi?media=JPEG"
|
|
}
|
|
]
|
|
} |