Mengambil daftar video Live to VOD.
Deskripsi operasi
Maksimal 5.000 rekaman yang sesuai dengan kondisi filter tertentu dapat diambil.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:ListLiveRecordVideo |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| StreamName |
string |
No |
Nama aliran yang digunakan selama perekaman. |
live-test. |
| DomainName |
string |
No |
Nama domain yang digunakan selama perekaman. |
example.com. |
| AppName |
string |
No |
Nama aplikasi yang digunakan selama perekaman. |
testApp. |
| PageNo |
integer |
No |
Nomor halaman. Nilai default: 1. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. Nilai maksimum: 100. Nilai default: 10. |
10 |
| SortBy |
string |
No |
Metode pengurutan hasil. Nilai valid:
|
CreationTime:Desc. |
| StartTime |
string |
No |
Waktu mulai operasi perekaman (saat perekaman aliran langsung dimulai). Format: yyyy-MM-ddTHH:mm:ssZ (UTC). |
2017-01-11T12:00:00Z |
| EndTime |
string |
No |
Waktu akhir operasi perekaman (saat perekaman aliran langsung dimulai). Waktu akhir harus lebih lambat dari waktu mulai. Format: yyyy-MM-ddTHH:mm:ssZ (UTC). |
2017-01-11T13:00:00Z |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Total |
integer |
Jumlah total video. |
123 |
| RequestId |
string |
ID permintaan. |
25818875-5F78-4A13-****-D7393642CA58 |
| LiveRecordVideoList |
object |
||
| LiveRecordVideo |
array<object> |
Daftar video. |
|
|
array<object> |
|||
| AppName |
string |
Nama aplikasi. |
testApp |
| PlaylistId |
string |
ID playlist. |
**** |
| StreamName |
string |
Nama file live-to-VOD. |
live-test |
| RecordEndTime |
string |
Waktu akhir perekaman. Waktu dalam format yyyy-MM-ddTHH:mm:ssZ. Waktu ditampilkan dalam UTC. |
2017-12-08T08:44:56Z |
| RecordStartTime |
string |
Waktu mulai perekaman. Waktu dalam format yyyy-MM-ddTHH:mm:ssZ. Waktu ditampilkan dalam UTC. |
2017-12-08T07:40:56Z |
| DomainName |
string |
Nama domain. |
example.com |
| Video |
object |
Informasi tentang file live-to-VOD. |
|
| CreationTime |
string |
Waktu saat file audio atau video dibuat. Waktu dalam format yyyy-MM-ddTHH:mm:ssZ. Waktu ditampilkan dalam UTC. |
2017-12-08T07:40:56Z |
| Status |
string |
Status video. Nilai yang valid:
|
Normal |
| CateId |
integer |
ID kategori video. |
78 |
| VideoId |
string |
ID video. |
93ab850b4f6f*****54b6e91d24d81d4 |
| Tags |
string |
Tag video. Beberapa tag dipisahkan dengan koma (,). |
Tag 1, Tag 2 |
| CateName |
string |
Kategori video. |
Category name |
| Description |
string |
Deskripsi file video. |
Alibaba Cloud VOD video description |
| Size |
integer |
Ukuran file video sumber. Satuan: byte. |
10897890 |
| CoverURL |
string |
URL thumbnail video. |
https://image.example.com/coversample.jpg |
| TemplateGroupId |
string |
ID grup template transcoding. |
1 |
| Duration |
number |
Durasi file video. Satuan: detik. |
135.6 |
| Title |
string |
Judul video. |
Alibaba Cloud VOD video title |
| ModifyTime |
string |
Waktu saat video diperbarui. Waktu dalam format yyyy-MM-ddTHH:mm:ssZ. Waktu ditampilkan dalam UTC. |
2017-12-08T09:40:56Z |
| Snapshots |
object |
||
| Snapshot |
array |
Array URL snapshot video. |
|
|
string |
URL snapshot video. |
{"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"]} |
Contoh
Respons sukses
JSONformat
{
"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\"]}"
]
}
}
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.