Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Starting

To launch the stand, the following command should be executed

sudo ./wcs-stand start all

The stand can be partially launched if necessary. For example, to launch CDN nodes only, use the command

sudo ./wcs-stand start cdn

Also, certain node names can be listed

sudo ./wcs-stand start o-test1 e-test1 ffmpeg

CDN launch with stream publishing

sudo ./wcs-stand start cdn ffmpeg

Stopping

To stop the stand use the following command

sudo ./wcs-stand stop all

If certain nodes are launched, they can be stopped

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:

sudo ./wcs-stand -v start all
  • No labels