apidocs: add missing source types

This commit is contained in:
aler9 2021-08-20 10:12:25 +02:00
parent 801ef44f54
commit 9d5da00de4

View file

@ -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: