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,225 @@
|
||||
{
|
||||
"brand": "Polaroid",
|
||||
"brand_id": "polaroid",
|
||||
"last_updated": "2025-10-17",
|
||||
"source": "ispyconnect.com",
|
||||
"entries": [
|
||||
{
|
||||
"models": [
|
||||
"2.6",
|
||||
"IP-100",
|
||||
"IP-200B",
|
||||
"IP-200W",
|
||||
"IP-302",
|
||||
"Other"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "videostream.asf"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"201B",
|
||||
"IP-101",
|
||||
"IP-302",
|
||||
"IP351",
|
||||
"Other",
|
||||
"POLIP201W",
|
||||
"POLIP351S"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]&strm=[CHANNEL]"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"300",
|
||||
"300B",
|
||||
"350",
|
||||
"IP-200B",
|
||||
"IP-200W",
|
||||
"IP-300",
|
||||
"IP-300B",
|
||||
"IP300W",
|
||||
"IP-302",
|
||||
"IP-350",
|
||||
"Other"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]x[HEIGHT]"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"300",
|
||||
"351s",
|
||||
"IP-300",
|
||||
"IP-810RW",
|
||||
"POLIP201W"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "videostream.cgi?rate=0"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"300",
|
||||
"IP-101",
|
||||
"IP201W",
|
||||
"POLIP351S"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 152,
|
||||
"url": "videostream.cgi?resolution=8&rate=13"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"351S",
|
||||
"IP-100",
|
||||
"IP-101W",
|
||||
"IP200",
|
||||
"IP-200B",
|
||||
"IP-201B",
|
||||
"IP-350",
|
||||
"IP-351S",
|
||||
"IP-360S",
|
||||
"IP-810W",
|
||||
"IP-810WZ",
|
||||
"Other",
|
||||
"P351S",
|
||||
"POLIP101W",
|
||||
"POLIP201B",
|
||||
"POLIP201W",
|
||||
"POLIP351S",
|
||||
"POLIP35i5"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "videostream.cgi?user=[USERNAME]&password=[PASSWORD]"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"b300"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]*[HEIGHT]"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"ip 300"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "videostream.cgi?rate=11"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"IP-100",
|
||||
"IP-200B",
|
||||
"IP-300",
|
||||
"IP-300W",
|
||||
"IP-302",
|
||||
"IP302B",
|
||||
"IP350",
|
||||
"Other"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=64&rate=0"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"ip-200w"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"url": "/videostream.asf"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"IP-200W"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"url": "/videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=320x240"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"IP-300",
|
||||
"IP-302",
|
||||
"IP-302W",
|
||||
"IP-350"
|
||||
],
|
||||
"type": "VLC",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "cgi-bin/net_jpeg.cgi?ch=[CHANNEL]"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "video.cgi?resolution=VGA"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"POLI201W"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"url": "/videostream.cgi?resolution=8&rate=13"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"POLI201W"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"url": "/videostream.cgi?rate=11"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"tablet"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "videofeed"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"www"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user