Go to documentation repository
Page History
...
For example, to use the Web-server for video surveillance, the user must open the page http://www.*****.rucom:8080/video/index.htm (asterisks “*****” represent the domain name of the site where the cameras can be accessed). To set up the Web-server to act as a gate, do the following:
- Using the text editor, for example Notebook, open the index.html file from the Intellect software program folder...\Modules\webroot. For example, C:\Program Files\Intellect\Modules\webroot.
- By default, Java applet receives the video signal from http://www.*****.rucom address.
- For Java applet to receive the signal from http://www.*****.rucom:222/reverse/proxy/, add the following lines to the index.htm file:
<param name="port.from" value="html"> /add
<param name="path.from" value="html">
<param name="path" value="/reverse/proxy/">.
Set the “port” parameter to 222:
<param name="port" value="222">. - For Java applet to receive the signal from http://www.*****.rucom:222, add the following line to the index.htm file:
<param name="port.from" value="html">.
Set the “port” parameter to 222:
<param name="port" value="222">. - For Java applet to receive the signal from http://www.*****.rucom/reverse/proxy/, add the following lines to the index.htm file:
<param name="path.from" value="html">
<param name="path" value="/reverse/proxy/">. - Save changes to the index.htm file.
Overview
Content Tools