From ecc1d35ac2a3f1f2bf4a63702a0c63120433ede4 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Wed, 21 Dec 2022 12:45:29 +0100 Subject: [PATCH] update apidocs --- apidocs/openapi.yaml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/apidocs/openapi.yaml b/apidocs/openapi.yaml index 1cf563fa..248c5a3d 100644 --- a/apidocs/openapi.yaml +++ b/apidocs/openapi.yaml @@ -290,19 +290,6 @@ components: type: array items: type: string - enum: - - Generic - - H264 - - H265 - - JPEG - - MPEG2Audio - - MPEG2Video - - MPEG4Audio - - Opus - - PCMA - - PCMU - - VP8 - - VP9 bytesReceived: type: number readers: @@ -313,6 +300,7 @@ components: - $ref: '#/components/schemas/PathReaderRTSPSSession' - $ref: '#/components/schemas/PathReaderRTMPConn' - $ref: '#/components/schemas/PathReaderHLSMuxer' + - $ref: '#/components/schemas/PathReaderWebRTCConn' PathSourceRTSPSession: type: object @@ -412,6 +400,13 @@ components: type: string enum: [hlsMuxer] + PathReaderWebRTCConn: + type: object + properties: + type: + type: string + enum: [webRTConn] + RTSPConn: type: object properties: