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

126 lines
2.4 KiB
JSON

{
"brand": "Kavass",
"brand_id": "kavass",
"last_updated": "2025-10-17",
"source": "ispyconnect.com",
"entries": [
{
"models": [
"clg-020"
],
"type": "FFMPEG",
"protocol": "http",
"port": 81,
"url": "/cgi-bin/cmd/system?GET_STREAM&USER=[USERNAME]&PWD=[PASSWORD]"
},
{
"models": [
"CLG-020"
],
"type": "FFMPEG",
"protocol": "http",
"port": 81,
"url": "/cgi-bin/net_video.cgi?channel=0"
},
{
"models": [
"CLG-020"
],
"type": "FFMPEG",
"protocol": "http",
"port": 81,
"url": "/videostream.cgi?resolution=8&rate=13"
},
{
"models": [
"CLG-020",
"CLG-080"
],
"type": "MJPEG",
"protocol": "http",
"port": 81,
"url": "/videostream.cgi?"
},
{
"models": [
"CLG-080",
"CLG-A211M13",
"CLG-A371M13",
"CLG-A611M1",
"KAVAS",
"Other"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 0,
"url": "/user=[USERNAME]_password=[PASSWORD]_channel=1_stream=0.sdp"
},
{
"models": [
"CLG-A212"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 0,
"url": "/user=[USERNAME]_password=[PASSWORD]_channel=1_stream=1.sdp"
},
{
"models": [
"CLG-A611M1",
"CLG-C1",
"Other",
"Other - JB"
],
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"url": "user=[USERNAME]&password=[PASSWORD]&channel=1&stream=[CHANNEL].sdp?"
},
{
"models": [
"CLG-QY120WDEP"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot"
},
{
"models": [
"KAVAS"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "videostream.cgi?"
},
{
"models": [
"Other",
"Other?"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snap.jpg?JpegCam=[CHANNEL]"
},
{
"models": [
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]&strm=[CHANNEL]"
},
{
"models": [
"Other"
],
"type": "JPEG",
"protocol": "http",
"port": 0,
"url": "SnapshotJPEG?Resolution=320x240"
}
]
}