接口请求域名: mdc.intl.tencentcloudapi.com 。
创建媒体传输的传输流配置。
默认接口请求频率限制:20次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:CreateStreamLinkFlow。 |
| Version | 是 | String | 公共参数,本接口取值:2020-08-28。 |
| Region | 是 | String | 公共参数,详见产品支持的 地域列表。 |
| FlowName | 是 | String | 流名称。 |
| MaxBandwidth | 是 | Integer | 最大带宽,单位bps,可选[10000000, 20000000]。 |
| InputGroup.N | 否 | Array of CreateInput | 流的输入组。 |
| EventId | 否 | String | 该Flow关联的媒体传输事件ID,每个flow只能关联一个Event。 |
| OutputGroup.N | 否 | Array of CreateOutputInfo | 流的输出组。 |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| Info | DescribeFlow | 创建的Flow信息。 |
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
POST / HTTP/1.1
Host: mdc.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateStreamLinkFlow
<公共请求参数>
{
"FlowName": "awe7",
"MaxBandwidth": 10000000
}
{
"Response": {
"Info": {
"AllowedInputProtocols": [
"RIST"
],
"AllowedOutputProtocols": [
"RTP"
],
"CreateTime": "1970-01-01T08:00:00+08:00",
"EventId": "edd934ecb98c29febc4d40ba556499cb",
"FlowId": "dbq74n125j953z5evg18a",
"FlowName": "awe7",
"InputGroup": [],
"MaxBandwidth": 10000000,
"OutputGroup": [],
"State": "IDLE"
},
"RequestId": "e12a7e29-4fdc-47b0-ba51-d7660cb3e740"
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| InternalError | 内部错误。 |
| InvalidParameter | 参数错误。 |
| InvalidParameter.ExceededQuantityLimit | 超出数量限制。 |
| InvalidParameter.Input | 输入无效。 |
| InvalidParameter.MaxBandwidth | 最大带宽值无效。 |
| InvalidParameter.Name | Name无效。 |
文档反馈