Dolby.io · Arazzo Workflow
Dolby OptiView Provision and Start a Channel
Version 1.0.0
Create a THEOlive channel, start it, and poll until it is live and playing.
View Spec
View on GitHub
MediaStreamingReal-time StreamingWebRTCLive StreamingLow LatencyVideoAudioBroadcastPlayerAdvertisingDolby OptiViewMillicastTHEOliveTHEOplayerArazzoWorkflows
Provider
Workflows
provision-and-start-channel
Create a channel, start it, and wait until it reaches the playing state.
Creates a new THEOlive channel, fires the start command, then repeatedly reads the channel until its status settles on playing (success) or error (failure).
1
createChannel
create-channel
Create the channel. The response returns the channel id and its initial status (typically stopped) under data.
2
startChannel
start-channel
Start the channel, which boots all connected engines. Returns 204 No Content on success.
3
pollChannelStatus
get-channel
Read the channel and inspect its status. The documented status enum includes deploying, starting, waiting, ingesting and playing. Loop back until the channel is playing or has errored.