Browse Source

apidocs: add missing source types

pull/543/head
aler9 4 years ago
parent
commit
9d5da00de4
  1. 16
      apidocs/openapi.yaml

16
apidocs/openapi.yaml

@ -184,6 +184,8 @@ components: @@ -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: @@ -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:

Loading…
Cancel
Save