Download Videos
Downloads a ZIP file containing a the specified videos in TS or MP4 format.
Authorizations: Recordings - DOWNLOAD
Requests
GET /apis/assets/:id/download |
The file type of the downloaded file may be specified with a field included in the download URLs query component.
Field | Required | Validation | Description |
---|---|---|---|
fileType | no (defaults to ts) | ts or mp4 | ts: Downloads videos in Transport Stream (TS) file format. mp4: Downloads videos in MPEG-4 file format. |
Example:
GET /apis/assets/2e05d5bd-2d1e-477a-8f62-92301362c7fd/download?fileType=ts |
Response
Success
Zipped asset in TS or MP4 format. |
Error
Code | Payload | Description |
---|---|---|
404 | {"code":"040002", "name":"AssetNotFound", | Video with UUID Id not found. |
409 | {"code":"060019", "name":"RecordingBeingProcessed", | Video with UUID Id currently being processed. |