Updates the information about a live stream recording template.
Operation description
Only user-created templates can be updated. The preset template cannot be updated.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:UpdateLiveRecordTemplate |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RecordFormat |
array<object> |
Yes |
The list of recording formats. |
|
|
object |
No |
The recording format. |
||
| Format |
string |
Yes |
The format of recording files. Note
If you set this parameter to m3u8, you must also specify the SliceOssObjectPrefix and SliceDuration parameters. |
m3u8 |
| SliceDuration |
integer |
No |
The duration of a single segment. Unit: seconds Note
This parameter takes effect only if you set Format to m3u8. If you do not specify this parameter, the default value 30 seconds is used. Valid values: 5 to 30. |
30 |
| OssObjectPrefix |
string |
No |
The name of the recording that is stored in Object Storage Service (OSS).
|
record/{JobId}/{Sequence}_{EscapedStartTime}_{EscapedEndTime} |
| SliceOssObjectPrefix |
string |
No |
The name of the TS segment. Note
This parameter is required only if you set Format to m3u8. By default, the duration of a segment is 30 seconds. The segment name must be less than 256 bytes in length and can contain the {JobId}, {UnixTimestamp}, and {Sequence} variables. The segment name must contain the {UnixTimestamp} and {Sequence} variables. |
record/{JobId}/{UnixTimestamp}_{Sequence} |
| CycleDuration |
integer |
No |
The duration of the recording cycle. Unit: seconds If you do not specify this parameter, the default value 6 hours is used. Note
|
3600 |
| TemplateId |
string |
Yes |
The template ID. |
69e1f9fe-1e97-11ed-ba64-0c42a1b73d66 |
| Name |
string |
Yes |
The template name. |
test template |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
0F3D5C03-4B6E-5F40-B7F6-B1956776E7D3 |
Examples
Success response
JSON format
{
"RequestId": "0F3D5C03-4B6E-5F40-B7F6-B1956776E7D3"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.