Modifies the layout configurations pf a production studio. You need to pass only parameters that you want to modify.
Operation description
You can call the CreateCaster operation to create a production studio and then call this operation to modify a layout of the production studio. This operation supports the default and adaptive scaling modes.
QPS limit
You can call this operation up to 10 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
live:ModifyCasterLayout | update | *Caster acs:live:*:{#accountId}:caster/{#CasterId} |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
VideoLayer | array<object> | Yes | The video layers. | |
object | Yes | The information about the video layer. | ||
FillMode | string | No | The scaling mode of the video layer. Valid values:
| fit |
FixedDelayDuration | integer | No | The fixed delay of the video layer. This parameter is used to synchronize the video with subtitles. Unit: milliseconds. Default value: 0. Valid values: 0 to 5000. | 5000 |
HeightNormalized | float | No | The normalized value of the height of the video layer.
| 1 |
PositionNormalized | array | No | The normalized value of the position of the video layer, in the format of Note
The values of x and y are normalized.
| |
float | No | The normalized value of the position of the video layer, in the format of Note
The values of x and y are normalized.
| [0,3] | |
PositionRefer | string | No | The reference coordinates of the video layer. Valid values:
| topLeft |
WidthNormalized | float | No | The normalized value of the width of the video layer.
| 1 |
AudioLayer | array<object> | Yes | The audio layers. | |
object | Yes | The information about the audio layer. | ||
FixedDelayDuration | integer | No | The fixed delay of the audio layer. This parameter is used to synchronize the audio with subtitles. Unit: milliseconds. Default value: 0. Valid values: 0 to 5000. | 5000 |
ValidChannel | string | No | The sound channels that are used for volume input in the audio layer. Valid values:
| all |
VolumeRate | float | No | The normalized value of the height of the audio layer. The width of the audio layer is proportionally scaled based on this parameter. The default value is 0, which indicates that the audio layer is not scaled. | 1 |
BlendList | array | Yes | The location IDs of the video layers, which are in the same order as the video layers. For more information, see AddCasterVideoResource . | |
string | Yes | The location ID. For more information, see AddCasterVideoResource . | RV02 | |
MixList | array | Yes | The location IDs of the audio layers, which are in the same order as the audio layers. For more information, see AddCasterVideoResource . | |
string | Yes | The location ID. For more information, see AddCasterVideoResource . | RV02 | |
CasterId | string | Yes | The ID of the production studio.
Note
You can find the ID of the production studio in the Instance ID/Name column.
| LIVEPRODUCER_POST-cn-0pp1czt**** |
LayoutId | string | Yes | The ID of the layout. If the layout was added by calling the AddCasterLayout operation, check the value of the response parameter LayoutId to obtain the ID. | 21926b36-7dd2-4fde-ae25-51b5bc8e**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"LayoutId": "21926b36-7dd2-4fde-ae25-51b5bc8e****",
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | InvalidCasterId.Malformed | %s |
400 | InvalidUserId.Malformed | %s |
400 | InvalidLayoutId.Malformed | %s |
400 | InvalidParameter.Malformed | %s |
400 | InvalidVideoLayersAndBlendListSize.Mismatch | %s |
400 | InvalidAudioLayersAndMixListSize.Mismatch | %s |
400 | InvalidPositionNormalized.Malformed | %s |
400 | InvalidBlendList.ExceedNorm | %s |
400 | InvalidMixList.ExceedNorm | %s |
400 | InvalidVideoLayersConfig | %s |
400 | InvalidAudioLayersConfig | %s |
400 | InvalidHeightOrWidthNormalized | %s |
401 | IllegalOperation | %s |
404 | InvalidCaster.NotFound | %s |
404 | InvalidLayout.NotFound | %s |
500 | InternalError | %s |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|