Mux · Arazzo Workflow
Mux Add Playback ID to Asset
Version 1.0.0
Create an asset, wait until it is ready, then attach a new playback ID and confirm it resolves.
View Spec
View on GitHub
Video InfrastructureVideo StreamingLive StreamingVideo AnalyticsVideo AIEncodingArazzoWorkflows
Provider
Workflows
asset-add-playback-id
Create an asset, wait for ready, add a playback ID, and verify it.
Creates an asset from a URL, waits for ready, adds a playback ID with the requested policy, and reads it back to confirm.
1
createAsset
create-asset
Create a new asset from the source URL so a playback ID can be attached once it is ready.
2
waitForReady
get-asset
Poll the asset until its status reaches ready.
3
createPlaybackId
create-asset-playback-id
Create a new playback ID against the ready asset using the requested playback policy.
4
verifyPlaybackId
get-asset-playback-id
Read the newly created playback ID back from the asset to confirm it resolves to the expected object type and policy.