Versions Compared

Key

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

...

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.