Versions Compared

Key

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

Table of Contents

WCS Server default settings are mostly universal and need to be tuned to certain client case.

...

Code Block
languagebash
themeRDark
streaming_video_decoder_fast_start=false

Changing dynamic ports range in Linux

Dynamic or ephemeral port is a temporary port that is opened when establishing IP-connection from certain range of TCP/IP stack. Many Linux kernel versions use ports range 32768 — 61000 as dymanic ports. Enter the following command to check what range is used on server

Code Block
languagebash
themeRDark
sysctl net.ipv4.ip_local_port_range

If this range overlaps with WCS standard ports, it should be changed with the following command

Code Block
languagebash
themeRDark
sysctl -w net.ipv4.ip_local_port_range="59999 63000"