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>
46 lines
878 B
JSON
46 lines
878 B
JSON
{
|
|
"brand": "Revodata",
|
|
"brand_id": "revodata",
|
|
"last_updated": "2025-10-17",
|
|
"source": "ispyconnect.com",
|
|
"entries": [
|
|
{
|
|
"models": [
|
|
"I712-P-TS-RD",
|
|
"1706-P-A",
|
|
"1712-P-TS",
|
|
"5MP POE mini IP",
|
|
"Fisheye 180",
|
|
"I704-P-TS",
|
|
"I708-P-HS 1616P",
|
|
"I712-P-HS",
|
|
"MainStream",
|
|
"Other",
|
|
"PA4"
|
|
],
|
|
"type": "FFMPEG",
|
|
"protocol": "rtsp",
|
|
"port": 554,
|
|
"url": "/user=[USERNAME]&password=[PASSWORD]&channel=1&stream=0.sdp?"
|
|
},
|
|
{
|
|
"models": [
|
|
"HD 5MP"
|
|
],
|
|
"type": "FFMPEG",
|
|
"protocol": "rtsp",
|
|
"port": 554,
|
|
"url": "/11"
|
|
},
|
|
{
|
|
"models": [
|
|
"I3006-P-Audio-FHW",
|
|
"SW2"
|
|
],
|
|
"type": "FFMPEG",
|
|
"protocol": "rtsp",
|
|
"port": 8554,
|
|
"url": "/profile0"
|
|
}
|
|
]
|
|
} |