Integrating a DVR
15
Building Technologies
048_DMS_DMS8000_Generic_DVR_Integration_Guide_MP4.50_A6V10331273_a_en
Fire Safety & Security Products
06.2012
2.4.4.3 Web-based viewer type 2
This example refers to a Web-based viewer that is started with a URL line that is
configured individually in Composer for each video input, up to 255 inputs.
The Composer project includes a predefined folder for the video inputs that have to
be manually added according to the site configuration
<?xml version="1.0" encoding="iso-8859-1" ?>
<subsystems>
<subsystem>
<nodes>
<node ID="1" TYPE="1">
<properties>
<property ID="CustomerText">
<item VAL="Web generic viewer" />
</property>
<!-- DRV description -->
<property ID="TechText">
<item VAL="DVR Web Based type 2" />
</property>
<property ID="ParametersList">
<!-- Mandatory fields = 1 = Application - 2 = Web -->
<Type Value="2" />
<Version Value="1" />
<!-- Mandatory fields - System limits (Not visible in Composer) -->
<AlarmInputMax Value="0" Note="Max Alarm Input value" />
<AlarmOutputMax Value="0" Note="Max Alarm Output value" />
<VideoInputMax Value="255" Note="Max Video Input value" />
<VideoOutputMax Value="0" Note="Max Video Output value" />
<!-- Mandatory fields for WEB Type Integration -->
<WebAddressType Type="2" Note="1 - Main address with parameter
2 – Custom Address for each Video Input" />
</property>
</properties>
<node ID="1000" TYPE="20">
<properties>
<property ID="CustomerText">
<item VAL="Folder" />
</property>
<property ID="TechText">
<item VAL="Video Inputs Folder" />
</property>
</properties>
</node>
</node>
</nodes>
</subsystem>
</subsystems>