Domain name for API request: mdl.tencentcloudapi.com.
This API is used to create a StreamLive input.
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: CreateStreamLiveInput. |
Version | Yes | String | Common Params. The value used for this API: 2020-03-26. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
Name | Yes | String | Input name, which can contain 1-32 case-sensitive letters, digits, and underscores and must be unique at the region level |
Type | Yes | String | Input type Valid values: RTMP_PUSH , RTP_PUSH , UDP_PUSH , RTMP_PULL , HLS_PULL , MP4_PULL ,RTP-FEC_PUSH ,RTSP_PULL ,SRT_PUSH ,SRT_PULL |
SecurityGroupIds.N | No | Array of String | ID of the input security group to attach You can attach only one security group to an input. |
InputSettings.N | No | Array of InputSettingInfo | Input settings. For the type: RTMP_PUSH , RTMP_PULL , HLS_PULL ,RTSP_PULL ,SRT_PULL or MP4_PULL , 1 or 2 inputs of the corresponding type can be configured.For the type: SRT_PUSH , 0 or 2 inputs of the corresponding type can be configured. |
Parameter Name | Type | Description |
---|---|---|
Id | String | Input ID |
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. |
https://mdl.tencentcloudapi.com/?Action=CreateStreamLiveInput
&Name=sdad
&Type=RTMP_PUSH
&SecurityGroupIds.0=123
&InputSettings.0.AppName=live
&InputSettings.0.StreamName=test
&<Common request parameters>
{
"Response": {
"Id": 111,
"RequestId": "3c140219-cfe9-470e-b241-907877d6fb03"
}
}
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.InputSettings | Invalid InputSettings . |
InvalidParameter.Name | Invalid Name . |
InvalidParameter.NotFound | Not found. |
InvalidParameter.SecurityGroups | Invalid SecurityGroups . |
InvalidParameter.Type | Invalid Type . |
本页内容是否解决了您的问题?