mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-28 22:12:00 -08:00
update apidocs
This commit is contained in:
parent
ecc1d35ac2
commit
1860abea9f
1 changed files with 28 additions and 18 deletions
|
|
@ -296,10 +296,11 @@ components:
|
|||
type: array
|
||||
items:
|
||||
oneOf:
|
||||
- $ref: '#/components/schemas/PathReaderHLSMuxer'
|
||||
- $ref: '#/components/schemas/PathReaderRTMPConn'
|
||||
- $ref: '#/components/schemas/PathReaderRTMPSConn'
|
||||
- $ref: '#/components/schemas/PathReaderRTSPSession'
|
||||
- $ref: '#/components/schemas/PathReaderRTSPSSession'
|
||||
- $ref: '#/components/schemas/PathReaderRTMPConn'
|
||||
- $ref: '#/components/schemas/PathReaderHLSMuxer'
|
||||
- $ref: '#/components/schemas/PathReaderWebRTCConn'
|
||||
|
||||
PathSourceRTSPSession:
|
||||
|
|
@ -366,6 +367,31 @@ components:
|
|||
type: string
|
||||
enum: [rpiCameraSource]
|
||||
|
||||
PathReaderHLSMuxer:
|
||||
type: object
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
enum: [hlsMuxer]
|
||||
|
||||
PathReaderRTMPConn:
|
||||
type: object
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
enum: [rtmpConn]
|
||||
id:
|
||||
type: string
|
||||
|
||||
PathReaderRTMPSConn:
|
||||
type: object
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
enum: [rtmpsConn]
|
||||
id:
|
||||
type: string
|
||||
|
||||
PathReaderRTSPSession:
|
||||
type: object
|
||||
properties:
|
||||
|
|
@ -384,22 +410,6 @@ components:
|
|||
id:
|
||||
type: string
|
||||
|
||||
PathReaderRTMPConn:
|
||||
type: object
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
enum: [rtmpConn]
|
||||
id:
|
||||
type: string
|
||||
|
||||
PathReaderHLSMuxer:
|
||||
type: object
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
enum: [hlsMuxer]
|
||||
|
||||
PathReaderWebRTCConn:
|
||||
type: object
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue