媒体处理 MPC-查询转封装任务:响应示例

时间:2023-11-01 16:16:10

响应示例

状态码: 200

查询转封装任务成功。

{  "total" : 1,  "tasks" : [ {    "task_id" : 10743,    "status" : "SUCCEED",    "create_time" : 20201117021558,    "start_time" : 20201117021558,    "end_time" : 20201117021559,    "description" : "The task has completed.",    "input" : {      "bucket" : "obs-apitest-01",      "location" : "region1",      "object" : "flv/flv.flv"    },    "output" : {      "bucket" : "obs-apitest-01",      "location" : "region1",      "object" : "out_gamma/remux/ucAMb.mp4",      "file_name" : "bf00ba898a3dfb3560a292fd87f790db.mp4"    },    "user_data" : 1795687,    "output_param" : {      "format" : "MP4",      "segment_duration" : 5,      "remove_meta" : false    },    "complete_ratio" : 100,    "output_metadata" : {      "size" : 3189068,      "duration_ms" : 25.48,      "duration" : 25,      "format" : "mp4",      "bitrate" : 977,      "video" : [ {        "width" : 1920,        "height" : 1080,        "bitrate" : 977,        "bitrate_bps" : 1001277,        "frame_rate" : 25,        "codec" : "H.264"      } ],      "audio" : [ {        "sample" : 48000,        "channels" : 2,        "bitrate" : 0,        "bitrate_bps" : 0      } ]    }  } ]}

状态码: 400

查询转封装任务失败。

{  "error_code" : "MPC.10202",  "error_msg" : "Invalid request parameter."}
support.huaweicloud.com/api-mpc/mpc_04_0054.html