视频直播 LIVE-查询直播转码模板:响应示例

时间:2024-07-19 14:22:40

响应示例

状态码: 200

直播转码模板查询成功

{
  "domain" : "play.example.com",
  "total" : 1,
  "templates" : [ {
    "app_name" : "live",
    "quality_info" : [ {
      "quality" : "lsd",
      "hdlb" : "off",
      "codec" : "H264",
      "width" : 1920,
      "height" : 1080,
      "bitrate" : 4500,
      "video_frame_rate" : 20,
      "gop" : 4
    }, {
      "quality" : "userdefine",
      "templateName" : "yourTemplateName",
      "hdlb" : "off",
      "codec" : "H264",
      "width" : 1920,
      "height" : 1080,
      "bitrate" : 4500,
      "video_frame_rate" : 20,
      "gop" : 4
    } ]
  } ]
}

状态码: 400

直播转码模板查询失败

{
  "error_code" : "LIVE.100011001",
  "error_msg" : "Request Illegal"
}
support.huaweicloud.com/api-live/topic_retrieveTranscodingsTemplate.html