Versions Compared

Key

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

...

To send the REST query to the WCS server use a REST-client.

Known limits

Mixer output stream name must be defined while creating mixer by REST API (localStreamName parameter). Otherwise, server returns 400 Bad request with message "No localStreamName given".

Configuration

Mixing can be configured using the following parameters in the flashphoner.properties settings file

...

Code Block
languagebash
themeRDark
mixer_audio_enabled=false

Publishing a stream without audio or video track to AV mixer

When a stream with audio or video track only is published to AV mixer, it is necessary to disable RTP activity control with the following parameters

Code Block
themeRDark
rtp_activity_audio=false
rtp_activity_video=false

Mixer output stream bufferization

...

3. The same stream cannot be added to two or more mixers if non-realtime mixer is used

Symptoms: when the stream is added to second mixer, the first mixer output stream stops

...