Mux · Arazzo Workflow
Mux Live Stream Lifecycle Control
Version 1.0.0
Create a live stream, disable it, re-enable it, and signal it complete to walk the operational lifecycle.
View Spec
View on GitHub
Video InfrastructureVideo StreamingLive StreamingVideo AnalyticsVideo AIEncodingArazzoWorkflows
Provider
Workflows
live-stream-lifecycle
Create a live stream, then disable, enable, and signal complete.
Walks a live stream through disable, enable, and complete signals after creation to demonstrate operational control.
1
createLiveStream
create-live-stream
Create a live stream with a public playback policy to operate on.
2
disableLiveStream
disable-live-stream
Disable the live stream so it will reject new RTMP connections.
3
enableLiveStream
enable-live-stream
Re-enable the live stream so it can accept connections again.
4
signalComplete
signal-live-stream-complete
Signal that the live stream is finished to close out any active broadcast window after the configured reconnect period.