Livepeer · Arazzo Workflow
Livepeer Run a Transcode Job
Version 1.0.0
Submit a transcode job to S3/web3.storage and poll the task until done.
View Spec
View on GitHub
VideoLive StreamingVideo On DemandAI VideoDecentralized ComputeGPU NetworkEthereumArbitrumWeb3ArazzoWorkflows
Provider
Workflows
transcode-video-job
Submit a transcode job and poll its task until complete or failed.
Submits a transcode job that reads a source URL and writes HLS and MP4 outputs to an S3-compatible bucket, then polls the resulting task, branching on the task phase.
1
transcodeVideo
transcodeVideo
Submit the transcode job reading from the input URL and writing HLS and MP4 outputs to the S3-compatible storage. Returns the processing task.
2
pollTask
getTask
Poll the transcode task by ID. End successfully when the task is completed and end on failure; otherwise keep polling.