From 9d5da00de49a8de657da0ecdbd08bb84bf8cf234 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Fri, 20 Aug 2021 10:12:25 +0200 Subject: [PATCH] apidocs: add missing source types --- apidocs/openapi.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/apidocs/openapi.yaml b/apidocs/openapi.yaml index ed3f9266..0481f620 100644 --- a/apidocs/openapi.yaml +++ b/apidocs/openapi.yaml @@ -184,6 +184,8 @@ components: - $ref: '#/components/schemas/PathSourceRTSPSession' - $ref: '#/components/schemas/PathSourceRTSPSSession' - $ref: '#/components/schemas/PathSourceRTMPConn' + - $ref: '#/components/schemas/PathSourceRTSPSource' + - $ref: '#/components/schemas/PathSourceRTMPSource' sourceReady: type: boolean readers: @@ -222,6 +224,20 @@ components: id: type: string + PathSourceRTSPSource: + type: object + properties: + type: + type: string + enum: [rtspSource] + + PathSourceRTMPSource: + type: object + properties: + type: + type: string + enum: [rtmpSource] + PathReaderRTSPSession: type: object properties: