Domain name for API request: mdl.tencentcloudapi.com.
This API is used to modify the information of a MediaLive channel.
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: ModifyMediaLiveChannel. |
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. |
Id | Yes | String | Channel ID. |
Name | Yes | String | Channel name, which can contain 1-32 letters, digits, and underscores and must be unique at the region level. |
AttachedInputs.N | Yes | Array of AttachedInputInfo | Associated media input. Quantity limit: [1,1]. |
OutputGroups.N | Yes | Array of OutputGroupsInfo | Configuration information of channel output groups. Quantity limit: [1,10]. |
AudioTemplates.N | No | Array of AudioTemplateInfo | Audio transcoding template array. Quantity limit: [1,20]. |
VideoTemplates.N | No | Array of VideoTemplateInfo | Video transcoding template array. Quantity limit: [1,10]. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://mdl.tencentcloudapi.com/?Action=ModifyMediaLiveChannel
&Id=ESASD13437
&Name=channel
&AttachedInputs.0.Id=EEEEE
&AttachedInputs.0.AudioSelectors.0.Name=eng
&AttachedInputs.0.AudioSelectors.0.AudioPidSelection.Pid=256
&AudioTemplates.0.Name=test1
&AudioTemplates.0.Acodec=AAC
&AudioTemplates.0.AudioBitrate=112000
&AudioTemplates.0.AudioSelectorName=eng
&AudioTemplates.0.LanguageCode=eng
&VideoTemplates.0.Name=test2
&VideoTemplates.0.Vcodec=H264
&VideoTemplates.0.VideoBitrate=1000000
&VideoTemplates.0.Width=1920
&VideoTemplates.0.Height=1080
&VideoTemplates.0.Gop=2
&VideoTemplates.0.Fps=60
&OutputGroups.0.Name=outputGroup
&OutputGroups.0.RemuxProtocol=DASH
&OutputGroups.0.HlsRemuxSettings.SegmentDuration=2000
&OutputGroups.0.HlsRemuxSettings.SegmentNumber=3
&OutputGroups.0.HlsRemuxSettings.PdtInsertion=OPEN
&OutputGroups.0.HlsRemuxSettings.PdtDuration=600
&OutputGroups.0.DashRemuxSettings.SegmentDuration=2000
&OutputGroups.0.DashRemuxSettings.SegmentNumber=3
&OutputGroups.0.DashRemuxSettings.PeriodTriggers=OPEN
&OutputGroups.0.DrmSettings.State=OPEN
&OutputGroups.0.DrmSettings.ContentId=12312dsde2
&OutputGroups.0.Outputs.0.Name=output
&OutputGroups.0.Outputs.0.Scte35Settings.Behavior=PASSTHROUGH
&OutputGroups.0.Destinations.0.OutputUrl=http://domain/live/1233
&OutputGroups.0.Destinations.0.AuthKey=aaaa
&OutputGroups.0.Destinations.0.Username=bbbb
&OutputGroups.0.Destinations.0.Password=cccc
&<Common request parameters>
{
"Response": {
"RequestId": "11-222-222"
}
}
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.AlreadyAssociatedChannel | Channel already associated. |
InvalidParameter.AttachedInputs | Invalid AttachedInputs . |
InvalidParameter.AudioTemplates | Incorrect audio transcoding template. |
InvalidParameter.Id | Invalid Id . |
InvalidParameter.Name | Invalid Name . |
InvalidParameter.NotFound | Not found. |
InvalidParameter.OutputGroups | Invalid OutputGroups . |
InvalidParameter.VideoTemplates | Incorrect video transcoding template. |
Was this page helpful?