This commit is contained in:
aler9 2023-04-01 18:18:25 +00:00
parent 988aed6038
commit 140bb93940
2 changed files with 410 additions and 402 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,8 +2,8 @@ openapi: 3.0.0
info:
version: 1.0.0
title: rtsp-simple-server API
description: API of rtsp-simple-server, a server and proxy that supports various protocols.
title: mediamtx API
description: API of mediamtx, a server and proxy that supports various protocols.
license:
name: MIT
url: https://opensource.org/licenses/MIT
@ -33,6 +33,8 @@ components:
type: string
readBufferCount:
type: integer
udpMaxPayloadSize:
type: integer
externalAuthenticationURL:
type: string
api:
@ -127,6 +129,8 @@ components:
type: array
items:
type: string
hlsDirectory:
type: string
# WebRTC
webrtcDisable:
@ -246,6 +250,10 @@ components:
type: number
rpiCameraAfWindow:
type: string
rpiCameraTextOverlayEnable:
type: boolean
rpiCameraTextOverlay:
type: string
# authentication
publishUser: