跳到主要内容

获取视频信息

服务地址

http://api-az-cn.danghongyun.com/rest

请求方法

GET

请求参数

参数说明类型是否必须
accessKey访问API用的accessKeyString必选
actionAPI名称,此接口为 "getVideoInfo"String必选
versionAPI版本,目前必须为2.0 String必选
timestampAPI调用时间戳,1970年1月1日以来的毫秒数,如1466488681033String必选
signature签名,请参考签名规则String必选
videoId视频idString必选

响应示例

{
"code":0,
"message":"success",
"result":
{
"id":"a775ca3cf7a84b2f85c31e5eb813b107",
"parentId":null,
"playrate":"1.0",
"fileName":"65536f079dd74fb4bbbed100f018b2df_94e8b4511bbd204806ad68855f829a08.mp4",
"thumbnail":"http://p2191m9e.images.danghongyun.com/cover/2017/11/10/a775ca3cf7a84b2f85c31e5eb813b107/191_a775ca3cf7a84b2f85c31e5eb813b107_0.jpg",
"cover":"http://p2191m9e.images.danghongyun.com/cover/2017/11/10/a775ca3cf7a84b2f85c31e5eb813b107/191_a775ca3cf7a84b2f85c31e5eb813b107_0.jpg",
"title":"pwtest_2M.mp4",
"width":640,
"height":480,
"bitrate":2457600,
"audioBitrate":0,
"duration":19560,
"playNum":0,
"size":2196,
"userId":191,
"categoryId":0,
"category":null,
"status":2,
"date":"2017/11/10",
"uploadTime":1510243581667,
"tag":null,
"description":null,
"trailorTaskId":null,
"unencryptTaskId":null,
"contentId":null,
"customId":null,
"sourceContentId":null,
"sourceCustomId":null,
"transcodedVideoList":
[
{
"name":"high-definition",
"hlsUrl":"http://p2191m9e.vod2.danghongyun.com/target/hls/2017/11/10/191_a775ca3cf7a84b2f85c31e5eb813b107_10_640x480.m3u8",
"hlsSize":4284621,
"mp4Url":null,
"mp4Size":0,
"flvUrl":null,
"flvSize":0,
"tsUrl":null,
"tsSize":0,
"videoWidth":640,
"videoHeight":480,
"videoBitrate":1500,
"audioBitrate":64000,
"defaultVideo":1,
"taskId":"107169",
"status":2,
"idx":1,
"type":0,
"hlsEncryptType":0,
"mp4EncryptType":0,
"flvEncryptType":0,
"tsEncryptType":0,
"contentId":null,
"customId":null,
"aesKey":null
}
],
"subPlayrateList":
[
{
"videoId":"577e0bcfc4774cc295668d1638e1752b",
"playrate":"0.8",
"subVideoType":0
},
{
"videoId":"dd9220fc79e34651a8140d77ecbe7e95",
"playrate":"30",
"subVideoType":1
}
],
"playCode":
{
"previewUrl":"http://www.danghongyun.com/video/preview/191/a775ca3cf7a84b2f85c31e5eb813b107",
"flashUrl":"http://www.danghongyun.com/video/preview/191/a775ca3cf7a84b2f85c31e5eb813b107.swf",
"htmlEmbedCode":"<div id=\"191_a775ca3cf7a84b2f85c31e5eb813b107\" style=\"text-align:center;\"></div>\r\n<script type=\"text/javascript\" src=\"http://static.danghongyun.com/libs/embed/H_E_v0.2.js\"></script>\r\n<script type=\"text/javascript\">\r\n HONGSHIYUN.embed(\"191_a775ca3cf7a84b2f85c31e5eb813b107\",{\r\n width:\"100%\",\r\n height:\"100%\",\r\n autoPlay:false\r\n });\r\n</script>"
},
"type":0,
"uri":"oss://vpc100-oss-cn-beijing.aliyuncs.com/bj-hsy-vod/p2191m9e/source/2017/11/10/65536f079dd74fb4bbbed100f018b2df_94e8b4511bbd204806ad68855f829a08.mp4",
"fastEditor":0,
"videoType":0,
"audio":null,
"audioStatus":null,
"audioTaskId":null,
"subtitle":null,
"subVideoType":null,
"shareStatus":0,
"shareToUserId":null,
"shareCategoryId":0,
"logoGroupId":null
},
"success":true
}

响应字段说明

请参考视频信息

响应错误码

错误码说明
0success
10000exception
10012video_not_exists
10201api_not_exists