Files
Strix/data/brands/bluestork.json
T
eduard256 f80f7ab314 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>
2025-10-28 17:45:04 +03:00

121 lines
2.3 KiB
JSON

{
"brand": "Bluestork",
"brand_id": "bluestork",
"last_updated": "2025-10-17",
"source": "ispyconnect.com",
"entries": [
{
"models": [
"aman",
"BS-IPCAM/W2",
"BS-IPCAM-W",
"Other"
],
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=64&rate=0"
},
{
"models": [
"BLUEPIX IPCAM",
"BS-IPCAM-W"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "mjpg/video.mjpg"
},
{
"models": [
"BLUEPIX IPCAM-IP02",
"BS-CAM/DOME/HD",
"BS-CAM-OF/HD",
"BS-IPCAM/W2",
"Cam-R HD",
"CloudCam"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 8554,
"url": "/1.3gp"
},
{
"models": [
"BS-HOME-CAM"
],
"type": "MJPEG",
"protocol": "http",
"port": 65432,
"url": "/videostream.cgi"
},
{
"models": [
"BS-IPCAM/TP"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.cgi?user=[USERNAME]&pwd=[PASSWORD]"
},
{
"models": [
"BS-IPCAM/TP",
"BS-IPCAM-W"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]"
},
{
"models": [
"BS-IPCAM/W2",
"BS-IPCAM-W",
"Other"
],
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]x[HEIGHT]"
},
{
"models": [
"BS-IPCAM-W",
"Other",
"Portail"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "videostream.cgi"
},
{
"models": [
"fghgh"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "videostream.cgi?"
},
{
"models": [
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "cgi/mjpg/mjpeg.cgi"
},
{
"models": [
"TP81C2300195"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "mjpg/video.mjpg"
}
]
}