diff --git a/apidocs/openapi.yaml b/apidocs/openapi.yaml index 9d53b762..4b909bb0 100644 --- a/apidocs/openapi.yaml +++ b/apidocs/openapi.yaml @@ -186,6 +186,7 @@ components: - $ref: '#/components/schemas/PathSourceRTMPConn' - $ref: '#/components/schemas/PathSourceRTSPSource' - $ref: '#/components/schemas/PathSourceRTMPSource' + - $ref: '#/components/schemas/PathSourceHLSSource' sourceReady: type: boolean readers: @@ -238,6 +239,13 @@ components: type: string enum: [rtmpSource] + PathSourceHLSSource: + type: object + properties: + type: + type: string + enum: [hlsSource] + PathReaderRTSPSession: type: object properties: @@ -449,7 +457,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/PathsList' + $ref: '#/components/schemas/PathsList' '400': description: invalid request. '500':