You need to enable JavaScript to run this app.
导航
获取直播频道信息列表
最近更新时间:2024.08.13 11:46:14首次发布时间:2024.07.02 09:25:15

您可通过此接口获取指定直播间直播频道的 ID、名称、是否开启主备流功能等配置信息。

注意事项

请求频率:单用户请求频率限制为 10 次/秒

请求说明

  • 请求方式:GET
  • 请求地址:https://livesaas.volcengineapi.com/?Action=ListLiveChannelConfig&Version=2023-08-01

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息详见公共参数

Query

参数类型是否必选示例值描述
ActionStringListLiveChannelConfig接口名称。当前 API 的名称为 ListLiveChannelConfig
VersionString2023-08-01接口版本。当前 API 的版本为 2023-08-01
ActivityIdLong1783308668443直播间 ID。您可以通过 ListActivityAPI 接口查询 ID。

返回参数

参数类型示例值描述
CoverImageStringhttps://p1-live.example.com.webp直播频道封面图。包含协议头。

Resolution

Array of String

["hd","sd","auto"]

频道的可选清晰度。支持以下取值:

  • origin:原画
  • bd:蓝光
  • uhd:超清
  • hd:高清
  • sd:标清
  • auto:智能

PCDefaultResolution

String

hd

PC 端观看页的智能清晰度。支持以下取值:

  • origin:原画
  • bd:蓝光
  • uhd:超清
  • hd:高清
  • sd:标清

MobileDefaultResolution

String

hd

移动端观看页的智能清晰度。支持以下取值:

  • origin:原画
  • bd:蓝光
  • uhd:超清
  • hd:高清
  • sd:标清

MainBackupType

Integer

1

是否开启主备流功能。支持以下取值:

  • 1:开启
  • 2:关闭

LlsType

Integer

1

是否开启超低延时功能。支持以下取值:

  • 1:开启
  • 2:关闭

TimeShiftType

Integer

1

是否开启直播时移功能。支持以下取值:

  • 1:开启
  • 2:关闭
LineIdInteger341231直播频道 ID。
LineIndexInteger1直播频道的索引值。索引值越小,位置越靠前。
LineNameString默认频道直播频道名称。

LineLanguage

String

other

频道的页面默认语言。支持以下取值:

  • cn:简中
  • en:英文
  • jp:日文
  • hant:繁中
  • ko:韩文
  • other:其他
ActivityIdInteger1783308661234直播间 ID。

请求示例

GET https://livesaas.volcengineapi.com/?Action=ListLiveChannelConfig&Version=2023-08-01&ActivityId=1783308661234

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20230604110420****100232280022D31",
        "Action": "ListLiveChannelConfig",
        "Version": "2023-08-01",
        "Service": "livesaas",
        "Region": "cn-north-1",
        "SystemTime": 1717269866
    },
    "Result": [
        {
            "CoverImage": "https://p1-live.example.com.webp",
            "Resolution":["hd","sd","auto"],
            "PCDefaultResolution": "hd",
            "MobileDefaultResolution": "hd",
            "MainBackupType": 1,
            "LlsType": 1,
            "TimeShiftType": 1,
            "LineId": 341231,
            "LineIndex": 1,
            "LineName": "默认频道",
            "LineLanguage": "other",
            "ActivityId": 1783308661234
        }
    ]
}

错误码

访问公共错误码错误码获取详细信息。