mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-23 03:49:49 -08:00
apidocs: add missing HLS source to paths/list
This commit is contained in:
parent
798d30d592
commit
8b6d8766b3
1 changed files with 9 additions and 1 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue