mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
apidocs: add missing source types
This commit is contained in:
parent
801ef44f54
commit
9d5da00de4
1 changed files with 16 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue