Skip to main content

Set video layout

This page explains the layout types you can choose in a composite recording. See Composite Recording for more details about this recording mode

When there are multiple users sending streams in a channel, the Agora Cloud Recording Service mixes the streams of all the users into one stream. This is called composite recording mode. This page shows you how to set the video layout for composite recording.

As shown in the following image, the background of the video is canvas, and each user occupies a region on the canvas.

You can set the video layout in two ways:

  • The canvas can display up to 17 regions.
  • If a user sends only audio, the user occupies a region.
  • If the aspect ratio of a user's video does not match that of the user's region, the video may be cropped or scaled to fit the region. The aspect ratio of the user's region depends on the aspect ratio of the canvas and the layout type.

Select from the predefined layout types

The Agora Cloud Recording Service provides the following predefined layout types:

  • Floating Layout: (Default) The first user in the channel occupies the full canvas. The other users occupy the small regions on top of the canvas, starting from the bottom left corner. The small regions are arranged in the order of the users joining the channel. This layout supports one full-size region and up to four rows of small regions on top with four regions per row, comprising 17 users.
  • Best Fit Layout: This is a grid layout. The number of columns and rows and the grid size vary depending on the number of users in the channel. This layout supports up to 17 users.
  • Vertical Layout: One large region is displayed on the left edge of the canvas, and several smaller regions are displayed along the right edge of the canvas. The space on the right supports up to two columns of small regions with eight regions per column. This layout supports up to 17 users.

Implementation

Set the mixedVideoLayout parameter in transcodingConfig as 0 (floating layout), 1 (best fit layout), or 2 (vertical layout) when calling the start or updateLayout method.

If you set the mixedVideoLayout parameter as 0, 1, or 2, do not pass in the layoutConfig parameter.

Predefined layout types

This section describes the predefined layout types.

The numbers in the following figures indicate the order of users joining the channel. If user 1 leaves the channel, user 2 takes over user 1's region, and so on.

Floating layout

This is the default layout, where small regions are on top of a full-size region. The first user in the channel occupies the full canvas. The other users occupy the small regions on top of the canvas, starting from the bottom left corner. The small regions are arranged in the order of the users joining the channel. This layout supports up to four rows of regions on top with four regions per row.

  • If a user sends only audio, the user's region is transparent.
  • If the aspect ratio of a user's video does not match that of the user's region, the video is cropped to fit the region.
  • The width and height of each small region are 23.5% of those of the canvas. The gaps between two horizontally or vertically adjacent regions are 1.2 % of the width and height of the canvas respectively. The gap between the bottom row and the border-bottom is 1.2 % of the height of the canvas, and the left/right margin is also 1.2 % of the width of the canvas.

The following figures show the layouts with different number of users in the channel.

Best fit layout

This is a grid layout. In this layout, the grid size varies depending on the number of users in the channel.

  • The region that is not occupied by any user shows the background color.
  • If a user sends only audio, the user's region shows the background color.
  • If the aspect ratio of a user's video does not match that of the user's region, the video is cropped to fit the region.

The following figures show the layouts with different number of users in the channel.

17 Users

The best fit layout for 17 users in a channel is unique.

As shown in the following figure, the regions are displayed across the middle of the canvas with bands on the left and right of the canvas. The width and height of each region are 20% of those of the canvas respectively, while the width of the two bands is 10% of that of the canvas. The 17th region is placed in the middle of the bottom row.

Vertical layout

In this layout, one large region is displayed on the left edge of the screen, and several smaller regions are displayed along the right edge of the screen.

Therefore, when you start cloud recording, you must specify a uid, whose region is displayed on the left edge of the screen in a large size.

To specify a uid, set the maxResolutionUid parameter when calling the start or updateLayout method.

Sample code:


_4
"transcodingConfig": {
_4
"mixedVideoLayout": 2,
_4
"maxResolutionUid": "123456"
_4
}

This layout supports up to two columns of small regions on the right edge with eight regions per column.

  • In the following figures, "Large" refers to the large region displaying the video of the specified user.
    • If you do not specify a user or the specified user does not join the channel, the "Large" region shows the background color.
    • If the aspect ratio of the specified user's video does not match that of the large region, the video is scaled to fit the region, ensuring the completeness of the video.
  • The small regions are tiled in the order of the users joining the channel.
    • If user small 1 leaves the channel, user small 2 takes over user small 1's region, and so on.
    • If the aspect ratio of a user's video does not match that of the user's region, the video is cropped to fit the region.
  • The region that is not occupied by any user shows the background color.
  • If a user sends only audio, the user's region shows the background color.

See the following pictures for the layouts with different number of users in the channel.

  • For the layout of 1 to 5 users, the regions of users 1 to 4 are tiled along the right edge of the canvas. The width and height of the small region are one-fifth and one-fourth of those of the canvas respectively.
  • For the layout of 6 to 7 users, the regions of users 1 to 6 are tiled along the right edge of the canvas. The width and height of the small region are one-seventh and one-sixth of those of the canvas respectively.

  • For the layout of 6 to 7 users, the regions of users 1 to 8 are tiled along the right edge of the canvas. The width and height of the small region are one-ninth and one-eighth of those of the canvas respectively.
  • For the layout of 6 to 7 users, the regions of users 1 to 16 are tiled along the right edge of the canvas. The width and height of the small region are one-tenth and one-eighth of those of the canvas respectively.

Customize the video layout

You can customize the video layout by setting the size and position of each user's region on the canvas.

Regardless of the number of users displaying in the canvas, the Cloud Recording Service subscribes to all the streams in the channel.

Implementation

Customize the video layout when starting recording

Set mixedVideoLayout as 3 (customized layout) and pass in the layoutConfig parameter when calling the start method to start the recording.


_19
Body:
_19
{
_19
......
_19
"clientRequest": {
_19
.......
_19
"recordingConfig": {
_19
........
_19
"transcodingConfig": {
_19
.......
_19
"mixedVideoLayout": 3
_19
"layoutConfig":[
_19
{
_19
........
_19
}]
_19
}
_19
},
_19
.......
_19
}
_19
}

layoutConfig is an array consisting of the configurations of the user regions. You can configure up to 17 regions.

The configuration of a user region is a JSON object with the following parameters:

ParameterTypeDescription
uidString(Optional) A string that contains the user ID of the user whose video you want to display in the region, for example, "527841". If this parameter is not specified, the configurations apply in the order of the users joining the channel.
x_axisFloat(Mandatory) The relative horizontal position of the top-left corner of the region. The value is between 0.0 (leftmost) and 1.0 (rightmost).
y_axisFloat(Mandatory) The relative vertical position of the top-left corner of the region. The value is between 0.0 (top) and 1.0 (bottom).
widthFloat(Mandatory) The relative width of the region. The value is between 0.0 and 1.0.
heightFloat(Mandatory) The relative height of the region. The value is between 0.0 and 1.0.
alphaFloat(Optional) The transparency of the image. The value is between 0.0 (transparent) and 1.0 (opaque). The default value is 1.0.
render_modeInteger(Optional) The video display mode:
  • 0: (Default) Cropped mode.
  • 1: Scaled to fit mode
.

As shown in the figure above, we set the upper left corner of the video canvas as the origin. The x_axis and y_axis parameters define the relative position of a user's region on the canvas, representing the horizontal and vertical distance between the upper left corner of the region and the origin respectively. The width and height parameters define the relative width and relative height of the region. The x_axis, y_axis, width, and height parameters are floats between 0.0 and 1.0. Ensure that x_axis + width <= 1, and y_axis + height <= 1.

For example, in the interactive live streaming, a host can invite the audience to become guest hosts. When you start the recording, you know the user ID of the host but the user IDs of the guest hosts change. The following sample code is for the layout of three hosts: one large region for the main host and two small regions for the guest hosts. The guest hosts occupy the small regions in the order of joining the channel.

Sample code:


_30
"transcodingConfig": {
_30
"mixedVideoLayout": 3,
_30
"backgroudColor": "#FF0000",
_30
"layoutConfig": [
_30
{
_30
"uid": "1",
_30
"x_axis": 0.0,
_30
"y_axis": 0.0,
_30
"width": 1.0,
_30
"height": 0.5,
_30
"alpha": 1.0,
_30
"render_mode": 1
_30
},
_30
{
_30
"x_axis": 0.0,
_30
"y_axis": 0.5,
_30
"width": 0.5,
_30
"height": 0.5,
_30
"alpha": 1.0,
_30
"render_mode": 1
_30
},
_30
{
_30
"x_axis": 0.5,
_30
"y_axis": 0.5,
_30
"width": 0.5,
_30
"height": 0.5,
_30
"alpha": 1.0,
_30
"render_mode": 1
_30
}]
_30
}

The following figure shows the layout of the sample code:

Update the customized layout during a recording

During a recording, you can call the updateLayout method to update the video mixing layout multiple times.

To update a customized layout, set the mixedVideoLayout parameter as 3 (customized layout), and populate layoutConfig.

Sample code:


_23
"clientRequest": {
_23
"mixedVideoLayout": 3,
_23
"backgroundColor": "#0000FF",
_23
"layoutConfig": [
_23
{
_23
"uid": "1",
_23
"x_axis": 0.0,
_23
"y_axis": 0.1,
_23
"width": 0.1,
_23
"height": 0.1,
_23
"alpha": 1.0,
_23
"render_mode": 1
_23
},
_23
{
_23
"uid": "2",
_23
"x_axis": 0.2,
_23
"y_axis": 0.2,
_23
"width": 0.1,
_23
"height": 0.1,
_23
"alpha": 1.0,
_23
"render_mode": 1
_23
}]
_23
},

Set the background color or background image

You can set the background color or background image of the canvas or a user region when you call the start or updateLayout methods. 3.5 seconds after a user stops sending video streams, the user region switches to the background image or background color.

Sample code


_15
"transcodingConfig": {
_15
......
_15
"backgroundColor": "#FF0000",
_15
"defaultUserBackgroundImage": "https://xx.xxx/xxx.jpg",
_15
"backgroundConfig": [{
_15
"uid": "16",
_15
"image_url": "https://xx.xxx.xxx/xxx.bmp",
_15
"render_mode": 0
_15
},
_15
{
_15
"uid": "17",
_15
"image_url": "https://xx.xxx.xxx/xxx.bmp",
_15
"render_mode": 0
_15
}]
_15
}

The following figure shows the corresponding layout of the sample code:

  • The canvas uses "#FF0000" (black) as the background color, set by the backgroundColor parameter.
  • User 1-15 use the default background image for the user region, set by the defaultUserBackgroundImage parameter.
  • User 16 and17 use the background image for individual user regions, set by the image_url parameter.

Considerations

  • Settings for the background color and the background image are overridden if their priorities are low. The parameters are listed from high to low priority as follows:
    • The image_url field in backgroundConfig (the background image of an individual user)
    • defaultUserBackgroundImage (the default background image of user regions)
    • backgroundImage (the background image of the canvas)
    • backgroundColor (the background color of the canvas)
  • If a user leaves the channel in the middle of a call, the user region displays different contents in different circumstances. Refer to Considerations in Composite Recording for details.
vundefined