Streaming
Retrieve a static rendition
Fetch a static rendition (usually an MP4 or M4A file) of the specified video asset. MP4 Support must be enabled on the asset before using these URLs.
get/{PLAYBACK_ID}/{FILENAME}
Path parameters
PLAYBACK_IDstring required
The asset or live stream's playback ID.
FILENAME'capped-1080p.mp4' | 'audio.m4a' | 'low.mp4' | 'medium.mp4' | 'high.mp4' required
The filename of the static rendition file, as returned from the static renditions API files list. See the MP4 guide for more details.
Query parameters
TOKENstring
Signed token (JWT) for secure video playback.
Response
MP4 file retrieved successfully.