Domain name for API request: mdl.tencentcloudapi.com.
This API is used to modify a StreamLive 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 Params. The value used for this API: ModifyStreamLiveChannel. |
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 | Channel ID |
Name | Yes | String | Channel name, which can contain 1-32 case-sensitive letters, digits, and underscores and must be unique at the region level |
AttachedInputs.N | Yes | Array of AttachedInput | Inputs to attach. You can attach 1 to 5 inputs. |
OutputGroups.N | Yes | Array of StreamLiveOutputGroupsInfo | Configuration information of the channel's output groups. Quantity: [1, 10] |
AudioTemplates.N | No | Array of AudioTemplateInfo | Audio transcoding templates. Quantity: [1, 20] |
VideoTemplates.N | No | Array of VideoTemplateInfo | Video transcoding templates. Quantity: [1, 10] |
AVTemplates.N | No | Array of AVTemplate | Audio/Video transcoding templates. Quantity: [1, 10] |
CaptionTemplates.N | No | Array of SubtitleConf | Subtitle template configuration, only AVTemplates are valid. |
PlanSettings | No | PlanSettings | Event settings |
EventNotifySettings | No | EventNotifySetting | The callback settings. |
InputLossBehavior | No | InputLossBehaviorInfo | Complement the last video frame settings. |
PipelineInputSettings | No | PipelineInputSettingsInfo | Pipeline configuration. |
InputAnalysisSettings | No | InputAnalysisInfo | Recognition configuration for input content. |
Tags.N | No | Array of Tag | Console tag list. |
FrameCaptureTemplates.N | No | Array of FrameCaptureTemplate | Frame capture templates. |
Parameter Name | Type | Description |
---|---|---|
TagMsg | String | Tag prompt information, this information will be attached when the tag operation fails. |
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. |
POST / HTTP/1.1
Host: mdl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyStreamLiveChannel
<Common request parameters>
{
"Name": "channel",
"OutputGroups": [
{
"Name": "outputGroup",
"Outputs": [
{
"Scte35Settings": {
"Behavior": "PASSTHROUGH"
},
"Name": "output"
}
],
"DrmSettings": {
"ContentId": "12312dsde2",
"State": "OPEN"
},
"DashRemuxSettings": {
"SegmentNumber": "3",
"PeriodTriggers": "OPEN",
"SegmentDuration": "2000"
},
"Type": "DASH",
"HlsRemuxSettings": {
"SegmentNumber": "3",
"PdtInsertion": "OPEN",
"SegmentDuration": "2000",
"PdtDuration": "600"
},
"Destinations": [
{
"AuthKey": "aaaa",
"Username": "bbbb",
"OutputUrl": "http://domain/live/1233",
"Password": "cccc"
}
]
}
],
"VideoTemplates": [
{
"Name": "test2",
"VideoBitrate": "1000000",
"Vcodec": "H264",
"Height": "1080",
"Width": "1920",
"Fps": "60"
}
],
"AttachedInputs": [
{
"AudioSelectors": [
{
"AudioPidSelection": {
"Pid": "256"
},
"Name": "eng"
}
],
"Id": "EEEEE"
}
],
"AudioTemplates": [
{
"AudioBitrate": "112000",
"AudioSelectorName": "eng",
"LanguageCode": "eng",
"Name": "test1",
"Acodec": "AAC"
}
],
"Id": "ESASD13437",
"Tags": [
{
"TagKey": "tagkey",
"TagValue": "tagvalue"
}
]
}
{
"Response": {
"RequestId": "11-222-222"
}
}
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.AVTemplates | Audio/Video transcoding template error |
InvalidParameter.AlreadyAssociatedChannel | Channel already associated. |
InvalidParameter.AttachedInputs | Invalid AttachedInputs . |
InvalidParameter.AudioTemplates | Incorrect audio transcoding template. |
InvalidParameter.FrameCaptureTemplates | |
InvalidParameter.Id | Invalid Id . |
InvalidParameter.Name | Invalid Name . |
InvalidParameter.NotFound | Not found. |
InvalidParameter.OutputGroups | Invalid OutputGroups . |
InvalidParameter.VideoTemplates | Incorrect video transcoding template. |
本页内容是否解决了您的问题?