aler9 3 years ago
parent
commit
140bb93940
  1. 800
      index.html
  2. 12
      openapi.yaml

800
index.html

File diff suppressed because one or more lines are too long

12
openapi.yaml

@ -2,8 +2,8 @@ openapi: 3.0.0 @@ -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: @@ -33,6 +33,8 @@ components:
type: string
readBufferCount:
type: integer
udpMaxPayloadSize:
type: integer
externalAuthenticationURL:
type: string
api:
@ -127,6 +129,8 @@ components: @@ -127,6 +129,8 @@ components:
type: array
items:
type: string
hlsDirectory:
type: string
# WebRTC
webrtcDisable:
@ -246,6 +250,10 @@ components: @@ -246,6 +250,10 @@ components:
type: number
rpiCameraAfWindow:
type: string
rpiCameraTextOverlayEnable:
type: boolean
rpiCameraTextOverlay:
type: string
# authentication
publishUser:

Loading…
Cancel
Save