您可通过此接口获取指定直播间直播频道的 ID、名称、是否开启主备流功能等配置信息。
请求频率:单用户请求频率限制为 10 次/秒。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息详见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListLiveChannelConfig | 接口名称。当前 API 的名称为 ListLiveChannelConfig 。 |
Version | String | 是 | 2023-08-01 | 接口版本。当前 API 的版本为 2023-08-01 。 |
ActivityId | Long | 是 | 1783308668443 | 直播间 ID。您可以通过 ListActivityAPI 接口查询 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
CoverImage | String | https://p1-live.example.com.webp | 直播频道封面图。包含协议头。 |
Resolution | Array of String |
| 频道的可选清晰度。支持以下取值:
|
PCDefaultResolution | String |
| PC 端观看页的智能清晰度。支持以下取值:
|
MobileDefaultResolution | String |
| 移动端观看页的智能清晰度。支持以下取值:
|
MainBackupType | Integer |
| 是否开启主备流功能。支持以下取值:
|
LlsType | Integer |
| 是否开启超低延时功能。支持以下取值:
|
TimeShiftType | Integer |
| 是否开启直播时移功能。支持以下取值:
|
LineId | Integer | 341231 | 直播频道 ID。 |
LineIndex | Integer | 1 | 直播频道的索引值。索引值越小,位置越靠前。 |
LineName | String | 默认频道 | 直播频道名称。 |
LineLanguage | String |
| 频道的页面默认语言。支持以下取值:
|
ActivityId | Integer | 1783308661234 | 直播间 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 } ] }