mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-11-01 11:32:42 +08:00
rtsp: rename encryption, protocols, serverKey, serverCert into rtspEncryption, rtspProtocols, rtspServerKey, rtspServerCert (#4078)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user