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: