63
Installing the Proxy Component
To install the proxy application, follow the steps listed in this procedure.
To install the proxy application:
1. Stop the server:
/data/VS/bin/set_run -s all
2. Install the proxy component:
rm -frv /data/VS/bin/vsProxy/*
rm -frv /data/public/vsProxy/*
Copy vsProxy-XXXX-X-X-XX-g1b5d9ae-312.tar.gz to /data/public
tar -xvzf /data/public/vsProxy-2018-9-5-30-g1b5d9ae-312.tar.gz -C /data/
public/
cd /data/public/vsProxy/
./installProxy.sh /data/VS/bin/vsProxy/
3. After the installation, open the runProxy.sh file:
vim /data/VS/bin/vsProxy/bin/runProxy.sh
Add the following line after LD_LIBRARY_PATH=$ if you want add a watermark to your
proxy signal:
export VSPROXY_GENERATE_WATERMARK=1