Domain name for API request: mdl.tencentcloudapi.com.
This API is used to modify 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: ModifyStreamLiveInput. |
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. |
Id | Yes | String | Input ID |
Name | No | String | Input name, which can contain 1-32 case-sensitive letters, digits, and underscores and must be unique at the region level |
SecurityGroupIds.N | No | Array of String | List of the IDs of the security groups to attach |
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.This parameter can be left empty for RTP_PUSH and UDP_PUSH inputs. Note: If this parameter is not specified or empty, the original input settings will be used. |
Parameter Name | Type | Description |
---|---|---|
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=ModifyStreamLiveInput
&Id=111
&Name=sddd
&SecurityGroupIds.0=1111
&<Common request parameters>
{
"Response": {
"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.Id | Invalid Id . |
InvalidParameter.InputSettings | Invalid InputSettings . |
InvalidParameter.Name | Invalid Name . |
InvalidParameter.NotFound | Not found. |
InvalidParameter.SecurityGroups | Invalid SecurityGroups . |
InvalidParameter.StateError | Incorrect status. |
Was this page helpful?