Versions Compared

Key

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

...

Code Block
languagejs
themeRDark
    stream = session.createStream(options).on(STREAM_STATUS.PLAYING, function (stream) {
        stream.muteRemoteAudio();
        stream.unmuteRemoteAudio();
    }).play();

10. If JDK 11 is used, server CPU load increases dramatically when iOS Safari subscriber connects to server

Symptoms: server CPU load increases dramatically when iOS Safari subscriber connects to server

Solution: update JDK to the one of recommended versions: 8, 12, 14.