Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default, three mixer output stream layouts are implemented:1.

Grid layout

This layout can be enabled with the following parameter in flashphoner.properties file

Code Block
themeRDark
mixer_layout_class=com.flashphoner.media.mixer.video.presentation.GridLayout

...

Zero padding grid layout

This layout can be enabled with the following parameter

...

and works for input streams of equal resolution with the same aspect ratio only3.

Desktop (screen sharing) layout

...

This layout is enabled if one of mixer input streams has a name defined in the following parameter

...

By default, desktop name is used for screen sharing stream.

Since build 5.2.710 it is possible to change screen sharing picture placement with the following parameter:

Code Block
themeRDark
mixer_desktop_align=TOP

By default, screen sharing picture is placed above the other pictures

Image Added

The following placements are supported:

PlacementDescription
TOPScreen above
LEFTScreen on left side
RIGHTSreen on right side
BOTTOMScreen below
CENTERScreen in center surronded by other pictures

For example, the following parameter

Code Block
themeRDark
mixer_desktop_align=RIGHT

places the screen picture on the right side of mixer output stream picture

Image Added

Custom mixer layout implementation

...