1
0
Fork 0
forked from External/mediamtx

add runOnDisconnect, runOnNotReady, runOnUnread (#1464) (#2355)

This commit is contained in:
Alessandro Ros 2023-09-16 19:21:48 +02:00 committed by GitHub
parent 73ddb21e63
commit ed77560811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 805 additions and 460 deletions

View file

@ -53,6 +53,8 @@ components:
type: string
runOnConnectRestart:
type: boolean
runOnDisconnect:
type: string
# RTSP
rtsp:
@ -335,10 +337,14 @@ components:
type: string
runOnReadyRestart:
type: boolean
runOnNotReady:
type: string
runOnRead:
type: string
runOnReadRestart:
type: boolean
runOnUnread:
type: string
Path:
type: object