Remove type field from database format, update schemas and scripts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user