diff --git a/apidocs/openapi.yaml b/apidocs/openapi.yaml index 7e364581..1cf563fa 100644 --- a/apidocs/openapi.yaml +++ b/apidocs/openapi.yaml @@ -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: @@ -107,13 +121,34 @@ components: type: string hlsAllowOrigin: type: string - hlsEncryption: - type: boolean - hlsServerKey: - type: string - hlsServerCert: - type: string + hlsTrustedProxies: + type: array + items: + type: string + # WebRTC + webrtcDisable: + type: boolean + webrtcAddress: + type: string + 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: