JSON format sent over POST. action
key contains the action, and payload data is contained in data
.
This really needs a rework, since all of these are sent both on websockets and webhooks.
Key | Type | Description |
---|---|---|
chapter | object | Chapter data |
vod | BaseVOD | Assigned VOD |
Key | Type | Description |
---|---|---|
vod | BaseVOD | Assigned VOD |
When the download operation begins. Before capturing starts.
Key | Type | Description |
---|---|---|
vod | BaseVOD | Assigned VOD |
At the end of the entire download. After capture and conversion.
Key | Type | Description |
---|---|---|
vod | BaseVOD | Assigned VOD |
Just at the start of conversion/remux of the video.
Key | Type | Description |
---|---|---|
vod | BaseVOD | Assigned VOD |
success | boolean | Success? |
Just at the end of conversion/remux of the video.
Key | Type | Description |
---|---|---|
vod | BaseVOD | Assigned VOD |
Just at the start of capture with probably streamlink.
Key | Type | Description |
---|---|---|
vod | BaseVOD | Assigned VOD |
success | boolean | Success? |
Just at the end of capture with probably streamlink.
When the config is saved
Key | Type | Description |
---|---|---|
text | string | Alert text |
On a log event
On some video downloads