tencent cloud

文档反馈

URL 拉取视频上传完成

最后更新时间:2023-03-13 11:41:15

    事件名称

    PullComplete

    事件说明

    当 App 配置了事件通知,并且在拉取视频上传完成后,App 后台即可通过“普通回调”或“可靠回调”的方式获取该事件通知。事件通知内容为 PullComplete 结构

    示例

    普通回调

    如果选择普通回调模式,则回调 URL 会接收到来自云点播的 HTTP 请求。请求采用 POST 方法,请求内容在 BODY 中,如下所示(省略了值为 null 的字段)。
    {
    "EventType": "PullComplete",
    "PullCompleteEvent": {
    "TaskId": "125676836723-Pull-f5ac8127b3b6b85cdc13f237c6005d8",
    "Status": "FINISH",
    "ErrCode": 0,
    "Message": "SUCCESS",
    "FileId": "14508071098244959037",
    "MediaBasicInfo": {
    "Name": "动物世界",
    "Description": "",
    "CreateTime": "2019-01-09T16:36:22Z",
    "UpdateTime": "2019-01-09T16:36:24Z",
    "ExpireTime": "9999-12-31T23:59:59Z",
    "ClassId": 0,
    "ClassName": "其他",
    "ClassPath": "其他",
    "CoverUrl": "",
    "Type": "mp4",
    "MediaUrl": "http://125676836723.vod2.myqcloud.com/xxx/xxx/xxx.mp4",
    "TagSet": [ ],
    "StorageRegion": "ap-guangzhou-2",
    "SourceInfo": {
    "SourceType": "Upload",
    "SourceContext": ""
    },
    "Vid": ""
    },
    "FileUrl": "http://125676836723.vod2.myqcloud.com/xxx/xxx/xxx.mp4",
    "ProcedureTaskId": "",
    "ReviewAudioVideoTaskId":"",
    "SessionContext": "",
    "SessionId": ""
    }
    }

    可靠回调

    如果选择可靠回调模式,调用 拉取事件通知 API 会接收到如下形式的 HTTP 应答(省略了值为 null 的字段)。
    {
    "Response": {
    "EventSet": [
    {
    "EventHandle": "EventHandleX",
    "EventType": "PullComplete",
    "PullCompleteEvent": {
    "TaskId": "125676836723-Pull-f5ac8127b3b6b85cdc13f237c6005d8",
    "Status": "FINISH",
    "ErrCode": 0,
    "Message": "SUCCESS",
    "FileId": "14508071098244959037",
    "MediaBasicInfo": {
    "Name": "动物世界",
    "Description": "",
    "CreateTime": "2019-01-09T16:36:22Z",
    "UpdateTime": "2019-01-09T16:36:24Z",
    "ExpireTime": "9999-12-31T23:59:59Z",
    "ClassId": 0,
    "ClassName": "其他",
    "ClassPath": "其他",
    "CoverUrl": "",
    "Type": "mp4",
    "MediaUrl": "http://125676836723.vod2.myqcloud.com/xxx/xxx/xxx.mp4",
    "TagSet": [ ],
    "StorageRegion": "ap-guangzhou-2",
    "SourceInfo": {
    "SourceType": "Upload",
    "SourceContext": ""
    },
    "Vid": ""
    },
    "FileUrl": "http://125676836723.vod2.myqcloud.com/xxx/xxx/xxx.mp4",
    "ProcedureTaskId": "",
    "ReviewAudioVideoTaskId":"",
    "SessionContext": "",
    "SessionId": ""
    }
    }
    ]
    }
    }
    
    联系我们

    联系我们,为您的业务提供专属服务。

    技术支持

    如果你想寻求进一步的帮助,通过工单与我们进行联络。我们提供7x24的工单服务。

    7x24 电话支持