Additional video-worker deployment on remote hosts¶
Use the additional installer to install video-worker on a remote host.
To deploy video-worker from the additional installer, do the following:
Download the installer file
<video-worker-xxx>.run.Put the
.runfile into some directory on the designated host (for example,/home/username).From this directory, make the
.runfile executable.chmod +x <video-worker-xxx>.run
Execute the
.runfile. Thevideo-workercomponent will be automatically installed.sudo ./<video-worker-xxx>.run
Open the
/etc/video-worker.iniconfiguration file for editing.sudo vi /etc/video-worker.ini
In the
ntls-addrparameter, specify the NTLS host IP address.ntls-addr=127.0.0.1:3133
In the
mgr-staticparameter, specify thevideomanager-apihost IP address, which providesvideo-workerwith settings and the video stream list.mgr-static=127.0.0.1:18811
In the
capacityparameter, specify the maximum number of video streams to be processed byvideo-worker.capacity=10