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
@@ -47,7 +47,7 @@
},
"protocol": {
"type": "string",
"description": "Network protocol: rtsp, http, https, mms, rtmp, rtsps, bubble, rtp, or future protocols"
"description": "Network protocol: rtsp, http, https, mms, rtmp, rtsps, bubble, rtp, dvrip, or future protocols"
},
"port": {
"type": "integer",
+1 -1
View File
@@ -45,7 +45,7 @@
},
"protocol": {
"type": "string",
"description": "Network protocol"
"description": "Network protocol: rtsp, http, https, mms, rtmp, rtsps, bubble, rtp, dvrip, or future protocols"
},
"port": {
"type": "integer",