mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-20 05:26:53 +00:00
deploy: adbd4b7296
This commit is contained in:
parent
988aed6038
commit
140bb93940
800
index.html
800
index.html
File diff suppressed because one or more lines are too long
12
openapi.yaml
12
openapi.yaml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user