Domain name for API request: mdl.tencentcloudapi.com.
This API is used to create a media 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 parameter. The value used for this API: CreateMediaLiveInput. |
Version | Yes | String | Common parameter. The value used for this API: 2020-03-26. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
Name | Yes | String | Media input name, which can contain 1-32 letters, digits, and underscores and must be unique at the region level. |
Type | Yes | String | Media input type. Valid values: RTMP_PUSH/RTP_PUSH/UDP_PUSH/RTMP_PULL/HLS_PULL/MP4_PULL. |
SecurityGroupIds.N | No | Array of String | ID of the input security group to be bound. Only one security group can be associated. |
InputSettings.N | No | Array of InputSettingInfo | Input settings information, one or two sets of which need to be configured for RTMP_PUSH/RTMP_PULL/HLS_PULL/MP4_PULL. |
Parameter Name | Type | Description |
---|---|---|
Id | String | Media input ID. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://mdl.tencentcloudapi.com/?Action=CreateMediaLiveInput
&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"
}
}
This tool allows online call, signature authentication, SDK code generation and quick search of APIs to greatly improve the efficiency of using TencentCloud APIs.
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 . |
Was this page helpful?