Retrieves the list of Live to VOD videos.
Operation description
A maximum of 5,000 records that match the specified filter conditions can be retrieved.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:ListLiveRecordVideo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StreamName |
string |
No |
The name of the live stream used during recording. |
live-test |
| DomainName |
string |
No |
The domain name used during recording. |
example.com |
| AppName |
string |
No |
The name of the application used during recording. |
testApp |
| PageNo |
integer |
No |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Maximum value: 100. Default value: 10. |
10 |
| SortBy |
string |
No |
The sorting method for results. Valid values:
|
CreationTime:Desc |
| StartTime |
string |
No |
The start time of the recording operation (when the live stream recording begins). Format: yyyy-MM-ddTHH:mm:ssZ (UTC). |
2017-01-11T12:00:00Z |
| EndTime |
string |
No |
The end time of the recording operation (when the live stream recording begins). The end time must be later than the start time. Format: yyyy-MM-ddTHH:mm:ssZ (UTC). |
2017-01-11T13:00:00Z |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Total |
integer |
The total number of videos. |
123 |
| RequestId |
string |
The request ID. |
25818875-5F78-4A13-****-D7393642CA58 |
| LiveRecordVideoList |
object |
||
| LiveRecordVideo |
array<object> |
The video list. |
|
|
array<object> |
|||
| AppName |
string |
The name of the app. |
testApp |
| PlaylistId |
string |
The ID of the playlist. |
**** |
| StreamName |
string |
The name of the live-to-VOD file. |
live-test |
| RecordEndTime |
string |
The recording end time. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2017-12-08T08:44:56Z |
| RecordStartTime |
string |
The recording start time. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2017-12-08T07:40:56Z |
| DomainName |
string |
The domain name. |
example.com |
| Video |
object |
The information about the live-to-VOD file. |
|
| CreationTime |
string |
The time when the audio or video file was created. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2017-12-08T07:40:56Z |
| Status |
string |
The status of the video. Valid values:
|
Normal |
| CateId |
integer |
The ID of the video category. |
78 |
| VideoId |
string |
The ID of the video. |
93ab850b4f6f*****54b6e91d24d81d4 |
| Tags |
string |
The tags of the video. Multiple tags are separated with commas (,). |
Tag 1, Tag 2 |
| CateName |
string |
The category of the video. |
Category name |
| Description |
string |
The description of the video file. |
Alibaba Cloud VOD video description |
| Size |
integer |
The size of the source video file. Unit: bytes. |
10897890 |
| CoverURL |
string |
The URL of the video thumbnail. |
https://image.example.com/coversample.jpg |
| TemplateGroupId |
string |
The ID of the transcoding template group. |
1 |
| Duration |
number |
The duration of the video file. Unit: seconds. |
135.6 |
| Title |
string |
The title of the video. |
Alibaba Cloud VOD video title |
| ModifyTime |
string |
The time when the video was updated. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2017-12-08T09:40:56Z |
| Snapshots |
object |
||
| Snapshot |
array |
The array of video snapshot URLs. |
|
|
string |
The video snapshot URL. |
{"Snapshot":["http://image.example.com/snapshot/sample000001.jpg?auth_key=1498476426-0-0-f00b9455c49a423ce69cf4e273334f52","http://image.example.com/snapshot/sample00002.jpg?auth_key=1498476426-0-0-f00b9455c49a423ce69cf4e272434f52"]} |
Examples
Success response
JSON format
{
"Total": 123,
"RequestId": "25818875-5F78-4A13-****-D7393642CA58",
"LiveRecordVideoList": {
"LiveRecordVideo": [
{
"AppName": "testApp",
"PlaylistId": "****",
"StreamName": "live-test",
"RecordEndTime": "2017-12-08T08:44:56Z",
"RecordStartTime": "2017-12-08T07:40:56Z",
"DomainName": "example.com",
"Video": {
"CreationTime": "2017-12-08T07:40:56Z",
"Status": "Normal",
"CateId": 78,
"VideoId": "93ab850b4f6f*****54b6e91d24d81d4",
"Tags": "Tag 1, Tag 2",
"CateName": "Category name",
"Description": "Alibaba Cloud VOD video description",
"Size": 10897890,
"CoverURL": "https://image.example.com/coversample.jpg",
"TemplateGroupId": "1",
"Duration": 135.6,
"Title": "Alibaba Cloud VOD video title",
"ModifyTime": "2017-12-08T09:40:56Z",
"Snapshots": {
"Snapshot": [
"{\"Snapshot\":[\"http://image.example.com/snapshot/sample000001.jpg?auth_key=1498476426-0-0-f00b9455c49a423ce69cf4e273334f52\",\"http://image.example.com/snapshot/sample00002.jpg?auth_key=1498476426-0-0-f00b9455c49a423ce69cf4e272434f52\"]}"
]
}
}
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.