Versions Compared

Key

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

...

Code Block
themeRDark
mixer_show_separate_audio_frame=false

The stream for dubbing must contain audio and video, and must be added to mixer with the following /mixer/add REST query

Code Block
languagejs
themeRDark
{
    "uri": "mixer://mixer1",
    "remoteStreamName": "stream_dub",
    "hasVideo":false,
    "hasAudio":true
}

Frame colour

Since build 5.2.741 speech indicator frame colour can be changed with the following parameter

...