Add dvrip protocol support to database schema

This commit is contained in:
eduard256
2026-04-03 21:35:09 +00:00
parent b099636f45
commit 467e2abbe9
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ Each brand is a separate JSON file in `brands/` directory. Filename matches `bra
|-------|------|-------------|
| `id` | string | Unique within brand |
| `url` | string | URL path with placeholders |
| `protocol` | string | `rtsp`, `http`, `https`, `rtsps`, `rtmp`, `mms`, `bubble`, `rtp` |
| `protocol` | string | `rtsp`, `http`, `https`, `rtsps`, `rtmp`, `mms`, `bubble`, `rtp`, `dvrip` |
| `port` | int | Port number. `0` = unknown, use default for protocol |
| `models` | array | Camera models. `["*"]` = works for all models of this brand |
| `notes` | string | Optional. Human-readable notes |