Browse Source

apidocs: add missing config parameters

pull/1333/head v0.21.0
aler9 4 years ago
parent
commit
7a5c426ae4
  1. 41
      apidocs/openapi.yaml

41
apidocs/openapi.yaml

@ -87,12 +87,26 @@ components:
type: boolean type: boolean
rtmpAddress: rtmpAddress:
type: string type: string
rtmpEncryption:
type: string
rtmpsAddress:
type: string
rtmpServerKey:
type: string
rtmpServerCert:
type: string
# HLS # HLS
hlsDisable: hlsDisable:
type: boolean type: boolean
hlsAddress: hlsAddress:
type: string type: string
hlsEncryption:
type: boolean
hlsServerKey:
type: string
hlsServerCert:
type: string
hlsAlwaysRemux: hlsAlwaysRemux:
type: boolean type: boolean
hlsVariant: hlsVariant:
@ -107,13 +121,34 @@ components:
type: string type: string
hlsAllowOrigin: hlsAllowOrigin:
type: string type: string
hlsEncryption: hlsTrustedProxies:
type: array
items:
type: string
# WebRTC
webrtcDisable:
type: boolean type: boolean
hlsServerKey: webrtcAddress:
type: string type: string
hlsServerCert: webrtcEncryption:
type: boolean
webrtcServerKey:
type: string
webrtcServerCert:
type: string
webrtcAllowOrigin:
type: string
webrtcTrustedProxies:
type: array
items:
type: string
webrtcICEServers:
type: array
items:
type: string type: string
# paths
paths: paths:
type: object type: object
additionalProperties: additionalProperties:

Loading…
Cancel
Save