Files
Strix/data/brands/planex.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

248 lines
4.6 KiB
JSON

{
"brand": "Planex",
"brand_id": "planex",
"last_updated": "2025-10-17",
"source": "ispyconnect.com",
"entries": [
{
"models": [
"CS-QP50F"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"url": "/11"
},
{
"models": [
"CS-TX02F"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]&channel=[CHANNEL]"
},
{
"models": [
"CS-TX04",
"CS-W05N",
"CS-W06N",
"CS-W50FHD",
"CS-W60HD",
"CS-W70HD",
"CS-W72FHD",
"CS-W95HD",
"CS-WMV04",
"CS-WMV0402",
"CS-WMV04N",
"CS-wmv04n2",
"dcs-930l",
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.jpg"
},
{
"models": [
"CS-W04G",
"CS-W06N",
"CS-W95HD",
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.jpg?account=[USERNAME]&password=[PASSWORD]"
},
{
"models": [
"CS-W04G",
"CS-W05N",
"CS-WMV04",
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.cgi"
},
{
"models": [
"CS-W04G",
"CS-WMV04",
"CS-WMV043G-NV",
"CS-WMV04N",
"CS-wmv04n2",
"CS-WV4N"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "mjpg/video.mjpg"
},
{
"models": [
"CS-W05N"
],
"type": "JPEG",
"protocol": "http",
"port": 80,
"url": "/jpg/1/image.jpg"
},
{
"models": [
"CS-W06N",
"CS-W60HD",
"CS-W60N",
"CS-W72FHD",
"CS-W80HD",
"CS-W95HD",
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]"
},
{
"models": [
"CS-W06N",
"CS-W80FHD",
"CS-W95HD"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]&strm=[CHANNEL]"
},
{
"models": [
"CS-W50FHD",
"CS-W72FHD",
"CS-W80FHD",
"CS-W95HD"
],
"type": "FFMPEG",
"protocol": "http",
"port": 80,
"url": "/snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]&strm=1"
},
{
"models": [
"CS-W70HD"
],
"type": "JPEG",
"protocol": "http",
"port": 80,
"url": "/snapshot.jpg"
},
{
"models": [
"CS-W72FHD",
"CS-W80FHD"
],
"type": "FFMPEG",
"protocol": "http",
"port": 80,
"url": "/snapshot.cgi"
},
{
"models": [
"CS-W72FHD"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"url": "/strm1"
},
{
"models": [
"CS-W80FHD",
"CS-W80HD"
],
"type": "FFMPEG",
"protocol": "http",
"port": 80,
"url": "/snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]&strm=0"
},
{
"models": [
"CS-W80HD"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"url": "/stream1"
},
{
"models": [
"CS-W80HD"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"url": "/stream"
},
{
"models": [
"CS-WMV02",
"CS-WMV02G"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "cgi-bin/video.jpg"
},
{
"models": [
"CS-WMV02",
"CS-WMV02G",
"CS-WMV04"
],
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"url": "live.sdp"
},
{
"models": [
"CS-WMV04"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snap.jpg?JpegCam=[CHANNEL]"
},
{
"models": [
"CS-WMV04N2"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "cgi/mjpg/mjpeg.cgi"
},
{
"models": [
"CS-WV4N",
"Other"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "videostream.cgi?usr=[USERNAME]&pwd=[PASSWORD]"
},
{
"models": [
"Other",
"PLANEX IPCAM264"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=32&rate=0"
}
]
}