mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-20 05:26:53 +00:00
deploy: e3b8ee4328
This commit is contained in:
parent
409078db97
commit
1352244429
40
index.html
40
index.html
File diff suppressed because one or more lines are too long
20
openapi.yaml
20
openapi.yaml
@ -264,6 +264,8 @@ components:
|
||||
type: number
|
||||
rpiCameraROI:
|
||||
type: string
|
||||
rpiCameraHDR:
|
||||
type: boolean
|
||||
rpiCameraTuningFile:
|
||||
type: string
|
||||
rpiCameraMode:
|
||||
@ -328,6 +330,12 @@ components:
|
||||
$ref: '#/components/schemas/PathSourceOrReader'
|
||||
sourceReady:
|
||||
type: boolean
|
||||
description: deprecated, replaced by 'ready'
|
||||
ready:
|
||||
type: boolean
|
||||
readyTime:
|
||||
type: string
|
||||
nullable: true
|
||||
tracks:
|
||||
type: array
|
||||
items:
|
||||
@ -349,7 +357,7 @@ components:
|
||||
- hlsMuxer
|
||||
- hlsSource
|
||||
- rpiCameraSource
|
||||
- rtmpSession
|
||||
- rtmpConn
|
||||
- rtmpSource
|
||||
- rtmpsSession
|
||||
- rtspSession
|
||||
@ -389,6 +397,8 @@ components:
|
||||
state:
|
||||
type: string
|
||||
enum: [idle, read, publish]
|
||||
path:
|
||||
type: string
|
||||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
@ -408,6 +418,8 @@ components:
|
||||
state:
|
||||
type: string
|
||||
enum: [idle, read, publish]
|
||||
path:
|
||||
type: string
|
||||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
@ -496,6 +508,8 @@ components:
|
||||
state:
|
||||
type: string
|
||||
enum: [read, publish]
|
||||
path:
|
||||
type: string
|
||||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
@ -599,6 +613,8 @@ paths:
|
||||
description: the request was successful.
|
||||
'400':
|
||||
description: invalid request.
|
||||
'404':
|
||||
description: configuration not found.
|
||||
'500':
|
||||
description: internal server error.
|
||||
|
||||
@ -619,6 +635,8 @@ paths:
|
||||
description: the request was successful.
|
||||
'400':
|
||||
description: invalid request.
|
||||
'404':
|
||||
description: configuration not found.
|
||||
'500':
|
||||
description: internal server error.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user