Versions Compared

Key

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

Table of Contents

Starting

To launch the stand, the following command should be executed

...

Code Block
languagebash
themeRDark
sudo ./wcs-stand start cdn ffmpeg

Stopping

To stop the stand use the following command

...

Code Block
languagebash
themeRDark
sudo ./wcs-stand stop e-test1

Logging

Stand starting and stopping log is written to wcs-stand.log file. Logging level can be set to verbose with -v parameter if necessary:

Code Block
languagebash
themeRDark
sudo ./wcs-stand -v start all

Specified nodes restart

A specified node can be restarted when the stand is working (for example, to update node configuration or WCS build). In this case, Docker container will be recreated. For example, RTMP publisher node can be restarted as follows to change media files published:

Code Block
languagebash
themeRDark
sudo ./wcs-stand stop ffmpeg
sudo ./wcs-stand start ffmpeg

Note if Origin node was restarted, RTMP publisher node should be also restarted to renew stream publishing to this Origin.