Dolby.io · Arazzo Workflow
Dolby OptiView Attach Ingest and Engine then Go Live
Version 1.0.0
Add an ingest and a transcoding engine to a channel, start it, and poll until playing.
View Spec
View on GitHub
MediaStreamingReal-time StreamingWebRTCLive StreamingLow LatencyVideoAudioBroadcastPlayerAdvertisingDolby OptiViewMillicastTHEOliveTHEOplayerArazzoWorkflows
Provider
Workflows
attach-ingest-engine-and-go-live
Create an ingest and engine on a channel, start it, and wait for playing.
Attaches a source ingest and a transcoding engine to an existing channel, starts the channel, and waits until the channel status settles on playing or error.
1
createIngest
create-channel-ingest
Create the ingest (source feed) on the channel. Returns the ingest id and stream key under data.
2
createEngine
create-channel-engine
Provision a transcoding engine bound to the new ingest, deployed in the requested region with the chosen ABR ladder.
3
startChannel
start-channel
Start the channel, which boots the newly attached engine.
4
pollChannelStatus
get-channel
Poll the channel until its status reaches playing (live) or error. Status transitions through deploying, starting, waiting and ingesting while the engine spins up.