add runOnOnline / runOnOffline hooks (#5399) (#5956)

These are triggered and a stream is online (i.e. not just provided by
an offline segment).
This commit is contained in:
Alessandro Ros
2026-07-18 17:41:38 +02:00
committed by GitHub
parent 470136f1c7
commit 8909e35a17
7 changed files with 247 additions and 12 deletions
+6
View File
@@ -1139,6 +1139,12 @@ components:
type: boolean
runOnNotReady:
type: string
runOnOffline:
type: string
runOnOnline:
type: string
runOnOnlineRestart:
type: boolean
runOnRead:
type: string
runOnReadRestart: