Versions Compared

Key

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

...

9. Sending the WebRTC audio stream to the client

Known issues

1) . A mixer is not created is the name of the mixer contains symbols restricted for URI.

Symptoms: a mixer with the name like test_mixer does not create.

Solution: do not use disallowed symbols in the name of a mixer or a stream, especially if automatic mixer creation option is enabled. For instance, the name

...

cannot be used.
If streams of chat rooms are mixed, room names also cannot use restricted symbols.

2. Mixer output stream will be empty if transcoding is enabled on server on demand only.

Symptoms: video streams mixer created successfully, but black screen is played in mixer output stream.

Solution: for stream mixer to work transcoding should be enabled on server. If the parameter

Code Block
languagebash
themeRDark
streaming_video_decoder_fast_start=false

is in flashphoner.properties file, it must be commented or deleted.