Remove type field from database format, update schemas and scripts

This commit is contained in:
eduard256
2026-03-23 16:08:56 +00:00
parent efc10f8b24
commit 0b9be5b711
3635 changed files with 2127 additions and 25113 deletions
+1 -5
View File
@@ -33,7 +33,7 @@
"$defs": {
"stream": {
"type": "object",
"required": ["id", "url", "type", "protocol", "port", "models"],
"required": ["id", "url", "protocol", "port", "models"],
"additionalProperties": false,
"properties": {
"id": {
@@ -45,10 +45,6 @@
"type": "string",
"description": "URL path with optional placeholders: [CHANNEL], [CHANNEL+1], [USERNAME], [PASSWORD], [WIDTH], [HEIGHT], [IP], [PORT], [AUTH], [TOKEN], [USER], [PASS], [PWD], [PASWORD]"
},
"type": {
"type": "string",
"description": "Stream type: FFMPEG, MJPEG, JPEG, VLC, BUBBLE, or future types"
},
"protocol": {
"type": "string",
"description": "Network protocol: rtsp, http, https, mms, rtmp, rtsps, bubble, rtp, or future protocols"