Default Multiview Layouts

Multiview for NDI ships with 13 viewport layouts by default. Each layout mode has a name and a code. You can set a layout per multiview via the web control UI, or by issuing a command to the HTTP API.

When a viewport layout is changed, the multiview saves that layout as the default to use next time the viewer is opened.

Setting Viewer Layout with the Web API

Use the /viewer/{viewerNumber}/layout/{layoutCode} route to set the viewport layout with the web API. viewerNumber starts from 0 (first viewport).

If a layout code is specified that doesn’t exist, Multiview for NDI will fall back to a solo (1x1) layout.

2 Large + 8 Small (Default) (2L8S)

2 Large + 18 Small (2L18S)

2 Large + 8 Small (Vertical) (2L8SV)

1 Large + 12 Small (1L12SV)

1 Large (Centered) + 12 Small (1LC12S)

2 Large + 2 Medium + 10 Small (2L2M10S)

7 Large + 8 Small (7L8S)

2 x 2 (2X2)

3 x 3 (3X3)

4 x 4 (4X4)

5 x 5 (5X5)

6 x 6 (6X6)

8 x 8 (8X8)

Solo (1X1)