Versions Compared

Key

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

...

To distribute streams published to Transcoder nodes evenly, a next available node will be chosen to transcode new stream (Round Robiun algorithm). Stream name caching is used to prevent the same stream requested from couple of clients simultaneously to be spread over a numer number of Transcoder nodes. Stream cache timeout is set in milliseconds with the following parameter

Code Block
themeRDark
cdn_transcoder_for_new_connects_expire_ms=10000

In this case cache timeout is 10 seconds.

...