Livepeer · Arazzo Workflow
Livepeer Clip a Livestream
Version 1.0.0
Create a clip from a live playback ID, poll the clip task, fetch the asset.
View Spec
View on GitHub
VideoLive StreamingVideo On DemandAI VideoDecentralized ComputeGPU NetworkEthereumArbitrumWeb3ArazzoWorkflows
Provider
Workflows
clip-livestream
Create a clip, poll its task, then read the resulting clip asset.
Creates a clip from a livestream playback ID over a timestamp window, polls the clip processing task, branching on the task phase, and reads the resulting clip asset.
1
createClip
createClip
Create a clip over the supplied playback ID and timestamp window. Returns the clip asset and its processing task.
2
pollTask
getTask
Poll the clip task by ID. Branch to reading the asset when the task is completed and end on failure; otherwise keep polling.
3
getClipAsset
getAsset
Read the finished clip asset to surface its playback ID and URL.