Get Video Status
Service Address
http://api-az-cn.danghongyun.com/rest
Request Method
GET
Request Parameters
| Parameter | Description | Type | Required |
|---|---|---|---|
| accessKey | The user access key | String | Required |
| action | API name, this api is "getVideoStatus" | String | Required |
| version | API version, currently must be 2.0 | String | Required |
| timestamp | Invoke time in milliseconds since january 1 1970, eg: 1466488681033 | String | Required |
| signature | Signature generated by signature rule. | String | Required |
| videoId | video id | String | Required |
Response Example
{
"code":0,
"message":"success",
"result":"",
"success":true
}
Error Codes
| Code | Message |
|---|---|
| 0 | success |
| 10000 | exception |
| 10012 | video_not_exists |
| 10017 | video_not_exists |
| 10025 | create_transcode_task_failed |
| 10033 | transcode_running |
| 10034 | transcode_failed |
| 10035 | upload_failed |
| 10036 | unknown_video_status |
| 10067 | video_is_in_transcode_waitting_list |
| 10201 | api_not_exists |