Additional video-worker deployment on remote hosts¶
Use the additional installer if you need to install only the video-worker service.
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
Note
During installation, you will be prompted to answer the following questions:
- Specify the IP address of the 
findface-videomanager-apihost. - Specify the IP address of the 
ntlshost. - Specify labels to allocate cameras to this 
video-workerinstance (see Allocate video-worker to Camera Group). 
Tip
The IP addresses and labels can be specified in command line options upon launching the
.runfile. Use the following options:-v: thefindface-videomanager-apihost IP address,-n: thentlshost IP address,-l: allocation labels.sudo ./<video-worker-xxx>.run -v 127.0.0.1 -n 172.163.42.34 -l "label1=true;label2=true"
- Specify the IP address of the 
 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