更新时间:2023-02-24 16:00:07
该回调配置可让您获取视频转码结果。
POST请求
常见回复请参考常见回复。
参数 | 类型 | 描述 |
---|---|---|
videoId | string | 视频编号 |
encrypt | int | 视频是否加密: 0 (Unencrypted) 1 (Encrypted) |
swfCode | string | 视频swf代码 |
htmlCode | string | 视频 html url,不再可用 |
autoCode | string | 嵌入 h5 播放器的自适应代码。对于加密视频,它是空的 |
tryWatchAutoCode | string | 预览视频自适应代码,加密视频为空 |
customCode | string | 自定义播放代码。默认为空。如有个性化需求,请联系客服 |
videoUrl | array | 视频网址列表 |
tryWatchVideoUrl | array | 用于预览的视频 url 列表 |
videoUrl和tryWatchVideoUrl
参数 | 类型 | 描述 |
---|---|---|
urlType | string | PC端/移动端 |
originUrl | string | 原视频地址 |
fluentUrl | string | LD视频地址 |
sdUrl | string | 标清视频网址 |
highUrl | string | 高清视频网址 |
hdPullUrl | string | 超高清视频网址 |
URL 安全的 Base64 编码响应示例:
{
"code": 200,
"data": {
"videoId ": 8731c067016b1000d7d05b5600000000,
"encrypt": 0,
"htmlCode": "",
"autoCode":"https://cloudv.chinanetcenter.com/player/auto-play.action?videoId=9B0F7BA8BCB9D056D4C24ADDBF821D10&userId=6A313F452ADC20F7&playerType=11",
"swfCode": "https://cloudv.chinanetcenter.com/swf/player/6A313F452ADC20F7_9B0F7BA8BCB9D056D4C24ADDBF821D10_true_11/StrobeMediaPlayback.swf",
"customCode": "",
"videoUrl": [
{
"fluentUrl": "",
"hdPullUrl": "",
"highUrl": "",
"originUrl": "http://live.ovptest.haplat.net/live/201708/4101630234a74ee8864e56ea88e5d290_20170801171220/4101630234a74ee8864e56ea88e5d290_20170801171220_live2vod.mp4",
"sdUrl": "",
"urlType": "PC"
},
{
"fluentUrl": "",
"hdPullUrl": "",
"highUrl": "",
"originUrl": "http://live.ovptest.haplat.net/live/201708/4101630234a74ee8864e56ea88e5d290_20170801171220/4101630234a74ee8864e56ea88e5d290_20170801171220_live2vod.mp4",
"sdUrl": "",
"urlType": "Mobile"
}
]
},
"message": "Success"
}
常见错误码请参考常见响应。