private static final Logger log = LoggerFactory.getLogger(VodSubAccountTest.class);
/**
* 查询视频信息
* @throws Exception
* @throws NoSuchAlgorithmException
*/
@Test
public void testGetSubVideoInfo() throws Exception, NoSuchAlgorithmException {
//公共参数,填写自己的实际参数
String appId = super.appId;
String appSecret = super.appSecret;
String timestamp = String.valueOf(System.currentTimeMillis());
//业务参数
String url = "http://api.polyv.net/v3/video/get-video-info";
String vids = "1b448be32370f4822ac40fd926112a66_1,1b448be323d66f3dae8db5af9f1fdce6_1";
String filter = "basicInfo,metaData,transcodeInfo,snapshotInfo";
Map<String, String> requestMap = new HashMap<>();
requestMap.put("appId", appId);
requestMap.put("timestamp", timestamp);
requestMap.put("vids", vids);
requestMap.put("filter", filter);
//用md5进行签名,使用子账号的secretKey签名
requestMap.put("sign", VodSignUtil.getSignMd5(requestMap, appSecret));
String response = HttpUtil.get(url, requestMap);
log.debug("测试查询视频信息,{}", response);
//do somethings
}
{
"requestId": "2a8a4861-5ab3-40b3-8855-1f9007347580",
"code": 200,
"status": "success",
"error": null,
"data": [
{
"vid": "1b448be32370f4822ac40fd926112a66_1",
"basicInfo": {
"title": "b",
"description": "",
"duration": 45,
"coverURL": "https://img.videocc.net/uimage/1/http://img.videocc.net/uimage/1/1b448be323/6/1b448be32370f4822ac40fd926112a66_1_b.jpg",
"creationTime": "2021-04-08 10:16:07",
"updateTime": "2021-04-08 14:03:21",
"size": 46573287,
"status": 61,
"cateId": 1617173363572,
"cateName": "分类名称2222",
"tags": "",
"uploader": "主账号"
},
"metaData": {
"size": 46573287,
"format": "mp4",
"duration": 45,
"bitrate": 7871,
"fps": 25,
"height": 720,
"width": 1280,
"codec": "h264"
},
"transcodeInfos": [
{
"playUrl": null,
"definition": "LD",
"bitrate": 171,
"duration": 45,
"encrypt": true,
"format": "pdx",
"fps": 25,
"height": 720,
"width": 1280,
"status": "normal"
},
{
"playUrl": "https://hls.videocc.net/1b448be323/6/1b448be32370f4822ac40fd926112a66_1.m3u8",
"definition": "LD",
"bitrate": 171,
"duration": 45,
"encrypt": true,
"format": "hls",
"fps": 25,
"height": 720,
"width": 1280,
"status": "normal"
},
{
"playUrl": null,
"definition": "SD",
"bitrate": 733,
"duration": 45,
"encrypt": true,
"format": "pdx",
"fps": 25,
"height": 720,
"width": 1280,
"status": "normal"
},
{
"playUrl": "https://hls.videocc.net/1b448be323/6/1b448be32370f4822ac40fd926112a66_2.m3u8",
"definition": "SD",
"bitrate": 733,
"duration": 45,
"encrypt": true,
"format": "hls",
"fps": 25,
"height": 720,
"width": 1280,
"status": "normal"
},
{
"playUrl": null,
"definition": "HD",
"bitrate": 958,
"duration": 45,
"encrypt": true,
"format": "pdx",
"fps": 25,
"height": 720,
"width": 1280,
"status": "normal"
},
{
"playUrl": "https://hls.videocc.net/1b448be323/6/1b448be32370f4822ac40fd926112a66_3.m3u8",
"definition": "HD",
"bitrate": 958,
"duration": 45,
"encrypt": true,
"format": "hls",
"fps": 25,
"height": 720,
"width": 1280,
"status": "normal"
}
],
"snapshotInfo": {
"imageUrl": [
"https://img.videocc.net/uimage/1/1b448be323/6/1b448be32370f4822ac40fd926112a66_0.jpg",
"https://img.videocc.net/uimage/1/1b448be323/6/1b448be32370f4822ac40fd926112a66_1.jpg",
"https://img.videocc.net/uimage/1/1b448be323/6/1b448be32370f4822ac40fd926112a66_2.jpg",
"https://img.videocc.net/uimage/1/1b448be323/6/1b448be32370f4822ac40fd926112a66_3.jpg",
"https://img.videocc.net/uimage/1/1b448be323/6/1b448be32370f4822ac40fd926112a66_4.jpg",
"https://img.videocc.net/uimage/1/1b448be323/6/1b448be32370f4822ac40fd926112a66_5.jpg"
]
}
},
{
"vid": "1b448be323d66f3dae8db5af9f1fdce6_1",
"basicInfo": {
"title": "a",
"description": "",
"duration": 44,
"coverURL": "https://img.videocc.net/uimage/1/1b448be323/6/1b448be323d66f3dae8db5af9f1fdce6_0_b.jpg",
"creationTime": "2021-04-08 10:15:49",
"updateTime": "2021-04-08 10:20:06",
"size": 43721963,
"status": 61,
"cateId": 1617173363572,
"cateName": "分类名称2222",
"tags": "",
"uploader": "主账号"
},
"metaData": {
"size": 43721963,
"format": "mp4",
"duration": 44,
"bitrate": 7577,
"fps": 25,
"height": 720,
"width": 1280,
"codec": "h264"
},
"transcodeInfos": [
{
"playUrl": null,
"definition": "LD",
"bitrate": 168,
"duration": 44,
"encrypt": true,
"format": "pdx",
"fps": 25,
"height": 720,
"width": 1280,
"status": "normal"
},
{
"playUrl": "https://hls.videocc.net/1b448be323/6/1b448be323d66f3dae8db5af9f1fdce6_1.m3u8",
"definition": "LD",
"bitrate": 168,
"duration": 44,
"encrypt": true,
"format": "hls",
"fps": 25,
"height": 720,
"width": 1280,
"status": "normal"
},
{
"playUrl": null,
"definition": "SD",
"bitrate": 669,
"duration": 44,
"encrypt": true,
"format": "pdx",
"fps": 25,
"height": 720,
"width": 1280,
"status": "normal"
},
{
"playUrl": "https://hls.videocc.net/1b448be323/6/1b448be323d66f3dae8db5af9f1fdce6_2.m3u8",
"definition": "SD",
"bitrate": 669,
"duration": 44,
"encrypt": true,
"format": "hls",
"fps": 25,
"height": 720,
"width": 1280,
"status": "normal"
},
{
"playUrl": null,
"definition": "HD",
"bitrate": 982,
"duration": 44,
"encrypt": true,
"format": "pdx",
"fps": 25,
"height": 720,
"width": 1280,
"status": "normal"
},
{
"playUrl": "https://hls.videocc.net/1b448be323/6/1b448be323d66f3dae8db5af9f1fdce6_3.m3u8",
"definition": "HD",
"bitrate": 982,
"duration": 44,
"encrypt": true,
"format": "hls",
"fps": 25,
"height": 720,
"width": 1280,
"status": "normal"
}
],
"snapshotInfo": {
"imageUrl": [
"https://img.videocc.net/uimage/1/1b448be323/6/1b448be323d66f3dae8db5af9f1fdce6_0.jpg",
"https://img.videocc.net/uimage/1/1b448be323/6/1b448be323d66f3dae8db5af9f1fdce6_1.jpg",
"https://img.videocc.net/uimage/1/1b448be323/6/1b448be323d66f3dae8db5af9f1fdce6_2.jpg",
"https://img.videocc.net/uimage/1/1b448be323/6/1b448be323d66f3dae8db5af9f1fdce6_3.jpg",
"https://img.videocc.net/uimage/1/1b448be323/6/1b448be323d66f3dae8db5af9f1fdce6_4.jpg",
"https://img.videocc.net/uimage/1/1b448be323/6/1b448be323d66f3dae8db5af9f1fdce6_5.jpg"
]
}
}
]
}