1
0
Fork 0
forked from External/mediamtx

add playback server (#2452) (#2906)

* add playback server

* add playback switch

* update readme
This commit is contained in:
Alessandro Ros 2024-01-23 20:52:05 +01:00 committed by GitHub
parent fd2466a8e5
commit 57c2d5aecb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 1408 additions and 342 deletions

View file

@ -43,10 +43,6 @@ components:
type: integer
externalAuthenticationURL:
type: string
api:
type: boolean
apiAddress:
type: string
metrics:
type: boolean
metricsAddress:
@ -62,6 +58,18 @@ components:
runOnDisconnect:
type: string
# API
api:
type: boolean
apiAddress:
type: string
# Playback server
playback:
type: boolean
playbackAddress:
type: string
# RTSP server
rtsp:
type: boolean
@ -213,9 +221,11 @@ components:
fallback:
type: string
# Record
# Record and playback
record:
type: boolean
playback:
type: boolean
recordPath:
type: string
recordFormat: