Domain name for API request: mdl.intl.tencentcloudapi.com.
This API is used to create 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: CreateStreamLiveChannel. |
| 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 | Channel name, limited to lowercase letters, digits, and underscores, length [1, 32], unique in each Region. |
| AttachedInputs.N | Yes | Array of AttachedInput | Associated media input, limit on the number [1, 5]. |
| OutputGroups.N | Yes | Array of StreamLiveOutputGroupsInfo | Configuration message of the output group for the channel. Limit on the number [1, 10]. |
| AudioTemplates.N | No | Array of AudioTemplateInfo | Audio transcoding template array, with the maximum number of [1, 20]. |
| VideoTemplates.N | No | Array of VideoTemplateInfo | Video transcoding template array, with the maximum number of [1, 10]. |
| AVTemplates.N | No | Array of AVTemplate | Audio and video transcoding template array, with a limit on the number between 1 and 10. |
| CaptionTemplates.N | No | Array of SubtitleConf | Subtitle template configuration is only valid for joint transcoding template. |
| PlanSettings | No | PlanSettings | Configuration message of the scheduled task. |
| EventNotifySettings | No | EventNotifySetting | Callback configuration information. |
| InputLossBehavior | No | InputLossBehaviorInfo | Complement the last video frame settings. |
| PipelineInputSettings | No | PipelineInputSettingsInfo | Pipeline configuration. |
| InputAnalysisSettings | No | InputAnalysisInfo | Input content identification configuration. |
| Tags.N | No | Array of Tag | Console tag list |
| FrameCaptureTemplates.N | No | Array of FrameCaptureTemplate | chart template |
| GeneralSettings | No | GeneralSetting | Common configuration. |
| Parameter Name | Type | Description |
|---|---|---|
| Id | String | Channel ID. |
| TagMsg | String | Tag prompt message. When the operation fails, the information comes with it. |
| 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.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateStreamLiveChannel
<Common request parameters>
{
"AudioTemplates": [
{
"AudioBitrate": "112000",
"AudioSelectorName": "eng",
"LanguageCode": "eng",
"Name": "test1",
"Acodec": "AAC"
}
],
"OutputGroups": [
{
"Name": "outputGroup",
"Outputs": [
{
"Scte35Settings": {
"Behavior": "PASSTHROUGH"
},
"Name": "output"
}
],
"DrmSettings": {
"ContentId": "12312dsde2",
"State": "OPEN"
},
"DashRemuxSettings": {
"SegmentNumber": "3",
"PeriodTriggers": "OPEN",
"SegmentDuration": "2000"
},
"Type": "HLS",
"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"
}
],
"Name": "channel",
"AttachedInputs": [
{
"AudioSelectors": [
{
"AudioPidSelection": {
"Pid": "256"
},
"Name": "eng"
}
],
"Id": "EEEEE"
}
],
"Tags": [
{
"TagKey": "tagkey",
"TagValue": "tagvalue"
}
]
}
{
"Response": {
"Id": "5E7818810943216A2345",
"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.AVTemplates | Audio/Video transcoding template error |
| InvalidParameter.AlreadyAssociatedChannel | Channel already associated. |
| InvalidParameter.AttachedInputs | Invalid AttachedInputs. |
| InvalidParameter.AudioTemplates | Incorrect audio transcoding template. |
| InvalidParameter.ExceededQuantityLimit | The quantity exceeds the limit. |
| InvalidParameter.FrameCaptureTemplates | Screenshot template parameter error. |
| InvalidParameter.Id | Invalid Id. |
| InvalidParameter.Name | Invalid Name. |
| InvalidParameter.NotFound | Not found. |
| InvalidParameter.NotifyKey | Callback key format error. |
| InvalidParameter.NotifyUrl | Callback URL format error. |
| InvalidParameter.OutputGroups | Invalid OutputGroups. |
| InvalidParameter.VideoTemplates | Incorrect video transcoding template. |
フィードバック