rtsp: rename encryption, protocols, serverKey, serverCert into rtspEncryption, rtspProtocols, rtspServerKey, rtspServerCert (#4078)

This commit is contained in:
Alessandro Ros
2024-12-25 18:26:14 +01:00
committed by GitHub
parent 8cb584b514
commit dfb792eb90
17 changed files with 124 additions and 112 deletions

View File

@@ -165,11 +165,11 @@ components:
# RTSP server
rtsp:
type: boolean
protocols:
rtspTransports:
type: array
items:
type: string
encryption:
rtspEncryption:
type: string
rtspAddress:
type: string
@@ -185,9 +185,9 @@ components:
type: integer
multicastRTCPPort:
type: integer
serverKey:
rtspServerKey:
type: string
serverCert:
rtspServerCert:
type: string
rtspAuthMethods:
type: array