Dolby.io · Arazzo Workflow
Dolby OptiView Start a Single Engine and Confirm
Version 1.0.0
Select an engine on a channel, start it, and poll the engine until it is playing.
View Spec
View on GitHub
MediaStreamingReal-time StreamingWebRTCLive StreamingLow LatencyVideoAudioBroadcastPlayerAdvertisingDolby OptiViewMillicastTHEOliveTHEOplayerArazzoWorkflows
Provider
Workflows
start-single-engine-and-confirm
Start one engine on a channel and wait until it reaches the playing state.
Resolves the engines attached to a channel, starts the first engine, and polls that engine until its status settles on playing or error.
1
listEngines
get-channel-engines
List the engines attached to the channel and capture the id of the first engine to act on.
2
startEngine
start-engine
Start the selected engine. Returns 204 No Content on success.
3
pollEngineStatus
get-engine
Read the engine and inspect its status. The documented status enum includes deploying, starting, waiting, ingesting and playing. Loop back until the engine is playing or has errored.