Milestone XPRRDL XProtect Rapid REVIEW Device License

Milestone XProtect Rapid REVIEW Guide - Page 42

For XPRRDL.

PDF File Manual, 68 pages, Read Online | Download pdf file

XPRRDL photo
Loading ...
Loading ...
Loading ...
VideoProcessingGateWayUrl will use http and not https because it is
communicating between two internal processes (real-time engine and Video
Processing gateway web service). This is on purpose to save resources.
16. You now need to update certain parameters, so that the embedded client will reach BriefCam using an
HTTPS protocol. In order to do this:
a. Open the BriefCam.MilestoneEmbeddedViewer.dll.config file, which is located at: C:\Program
Files\Milestone\XProtect Smart Client\MIPPlugins\BriefCam.
b. Change the URLs (highlighted below) to include HTTPS:
<appSettings>
<!--Client site address-->
<add key="serverAddress" value="https://SMB29/Synopsis/" />
<!--Boa site address-->
<add key="boaServerAddress" value="https://SMB29/BOA" />
<!--add key="boaVersion" value="1.0" /-->
<!--add key="keepAliveIntervalMS" value="60000" /-->
<!--add key="httpTimeout" value="5000" /-->
<!--add key="pageLoadTimeoutMS" value="1000" /-->
<!--add key="BrowserLogLocation" value="c:\DotNetBrowserLog.txt" /-->
</appSettings>
17. Browse to the application and make sure that it works with https requests.
For example:
l
https://www.example.com/synopsis
l
https://www.example.com/admin
Generic configurations
For any other type of load balancer, you need to configure the following redirect rules based on the URL:
1. Notification Service
Search for: /signalr
Redirect to: notification-server:7080
2. Video Streaming Gateway
Search for: /vsg
Use rewrite rule to remove /vsg from the url
Redirect to: videostreaming-server:5010
Installation and deployment guide | XProtect® Rapid REVIEW
42 | Installation and deployment steps
Loading ...
Loading ...
Loading ...