Versions Compared

Key

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

...

On the play page of the Edge server playing of the stream also stops and the message "Stopped by publisher stop" displays.

Known issues

1) . Changing codec settings on the Edge server can lead to increased load on the server as a result of enabled transcoding.

...

then, when a stream is broadcast through the Edge server, audio transcoding from Speex16 or AAC is activated. With a large number of streams, the load to the CPU of the server can greatly increase.

2. Stream playback on Edge server may be terminated when Keep Alive is disabled on Origin server

Symptoms: when Keep Alive is disbled on Origin server

Code Block
themeRDark
keep_alive.algorithm=NONE

stream playback on Edge server stops even with the following setting

Code Block
themeRDark
wcs_agent_session_use_keep_alive_timeout=false

Solution: turn off WebSocket read timeout on Edge server with the following setting

Code Block
themeRDark
ws_read_socket_timeout=false