Domain name for API request: mdc.tencentcloudapi.com.
Create an input configuration for the StreamLink.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: CreateStreamLinkInput. |
Version | Yes | String | Common Params. The value used for this API: 2020-08-28. |
Region | No | String | Common Params. This parameter is not required for this API. |
FlowId | Yes | String | StreamLink stream ID. |
InputGroup.N | No | Array of CreateInput | The input group of the Flow. |
Parameter Name | Type | Description |
---|---|---|
Info | DescribeFlow | Created Flow information. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
Create an input configuration for the StreamLink.
POST / HTTP/1.1
Host: mdc.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateStreamLinkInput
<Common request parameters>
{
"FlowId": "aaa",
"InputGroup": [
{
"InputName": "inputname",
"Description": "inputnameDescription",
"Protocol": "RTP",
"AllowIpList": [
"0.0.0.0/0"
],
"SRTSettings": {
"StreamId": "#!::u=johnny,t=file,m=publish,r=results.csv",
"Latency": 1000,
"RecvLatency": 1000,
"PeerLatency": 1000,
"PeerIdleTimeout": 1000,
"Passphrase": "aaa",
"PbKeyLen": 10
},
"RTPSettings": {
"FEC": "none",
"IdleTimeout": 1000
}
}
]
}
{
"Response": {
"Info": {
"EventId": "xx",
"FlowName": "xx",
"InputGroup": [
{
"AllowIpList": [
"0.0.0.0/0"
],
"Protocol": "xx",
"Description": "xx",
"RTPSettings": {
"IdleTimeout": 1000,
"FEC": "xx"
},
"InputAddressList": [
{
"Ip": "xx",
"Port": 0
}
],
"FailOver": "xx",
"RTMPPullSettings": {
"SourceAddresses": [
{
"StreamKey": "xx",
"TcUrl": "xx"
}
]
},
"InputName": "xx",
"SRTSettings": {
"Latency": 0,
"PeerLatency": 0,
"PbKeyLen": 0,
"RecvLatency": 0,
"Passphrase": "xx",
"StreamId": "xx",
"PeerIdleTimeout": 0,
"SourceAddresses": [
{
"Ip": "xx",
"Port": 0
}
],
"Mode": "xx"
},
"HLSPullSettings": {
"SourceAddresses": [
{
"Url": "xx"
}
]
},
"RTSPPullSettings": {
"SourceAddresses": [
{
"Url": "xx"
}
]
},
"InputRegion": "xx",
"InputId": "xx",
"ResilientStream": {
"Enable": true,
"BufferTime": 1
},
"RTMPSettings": {
"StreamKey": "xx",
"AppName": "xx"
}
}
],
"FlowId": "xx",
"State": "xx",
"OutputGroup": [
{
"OutputName": "xx",
"OutputAddressList": [
{
"Ip": "xx"
}
],
"AllowIpList": [
"xx"
],
"Protocol": "xx",
"Description": "xx",
"RTPSettings": {
"IdleTimeout": 0,
"FEC": "xx",
"Destinations": [
{
"Ip": "xx",
"Port": 0
}
]
},
"RTMPPullSettings": {
"ServerUrls": [
{
"StreamKey": "xx",
"TcUrl": "xx"
}
]
},
"OutputType": "xx",
"HLSPullSettings": {
"ServerUrls": [
{
"Url": "xx"
}
]
},
"SRTSettings": {
"Latency": 0,
"PeerLatency": 0,
"PbKeyLen": 0,
"RecvLatency": 0,
"Passphrase": "xx",
"StreamId": "xx",
"Mode": "xx",
"PeerIdleTimeout": 0,
"SourceAddresses": [
{
"Ip": "xx",
"Port": 0
}
],
"Destinations": [
{
"Ip": "xx",
"Port": 0
}
]
},
"OutputId": "xx",
"RTSPPullSettings": {
"ServerUrls": [
{
"Url": "xx"
}
]
},
"RTMPSettings": {
"IdleTimeout": 0,
"ChunkSize": 0,
"Destinations": [
{
"Url": "xx",
"StreamKey": "xx"
}
]
},
"OutputRegion": "xx"
}
],
"MaxBandwidth": 0
},
"RequestId": "xx"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | Internal error. |
InvalidParameter | Invalid parameter. |
InvalidParameter.ExceededQuantityLimit | The quantity exceeds the limit. |
InvalidParameter.Input | Invalid input. |
InvalidParameter.MaxBandwidth | Invalid maximum bandwidth value. |
InvalidParameter.Name | Invalid Name . |
Was this page helpful?