Skip to content

Commit

Permalink
apidocs: add missing config parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Dec 19, 2022
1 parent ec86401 commit 7a5c426
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions apidocs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,26 @@ components:
type: boolean
rtmpAddress:
type: string
rtmpEncryption:
type: string
rtmpsAddress:
type: string
rtmpServerKey:
type: string
rtmpServerCert:
type: string

# HLS
hlsDisable:
type: boolean
hlsAddress:
type: string
hlsEncryption:
type: boolean
hlsServerKey:
type: string
hlsServerCert:
type: string
hlsAlwaysRemux:
type: boolean
hlsVariant:
Expand All @@ -107,13 +121,34 @@ components:
type: string
hlsAllowOrigin:
type: string
hlsEncryption:
hlsTrustedProxies:
type: array
items:
type: string

# WebRTC
webrtcDisable:
type: boolean
hlsServerKey:
webrtcAddress:
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

# paths
paths:
type: object
additionalProperties:
Expand Down

0 comments on commit 7a5c426

Please sign in to comment.