September 4, 2012
INFODRAW PMRS-100 User Manual v5.1
184
3-23 Streaming Video to Websites:
The PMRS unit can stream live video directly to websites. Follow these instructions:
The following HTML Code can be used as a template to implement the video stream onto
your website:
<HTML>
<HEAD>
<TITLE>Infodraw MRS</TITLE>
</HEAD>
<BODY>
<center>Infodraw MRS</center>
<OBJECT ID="MRSActiveXExample" WIDTH=400 HEIGHT=300 CLASSID="CLSID:96F064F1-2ACD-4E01-97B8-
897739DF8516"
CODEBASE="http://www.infodraw.com/dlds/mrs_activex_control/MRS_ActiveX_Control.ocx">
<PARAM NAME="ServerAddress" VALUE="62.132.198.144">
<PARAM NAME="DeviceID" VALUE="473">
<PARAM NAME="VideoChannelIndex" VALUE=0>
<PARAM NAME="AudioChannelIndex" VALUE=1>
<PARAM NAME="UserName" VALUE="">
<PARAM NAME="Password" VALUE="">
</OBJECT>
</BODY>
</HTML>
The following parameters (PARAM NAME)
“VALUES”
of the above HTML Code will need to
be edited to the settings of your unit, which can be done using notepad.
a)
<PARAM NAME="ServerAddress" VALUE="
INSERT YOUR SERVER IP ADDRESS HERE
">
b)
<PARAM NAME="DeviceID" VALUE="
INSERT YOUR PMRS DEVICE ID NUMBER HERE
">
c)
<PARAM NAME="VideoChannelIndex" VALUE=
INSERT THE VIDEO CHANNEL OF THE DEVICE HERE
>
d)
You may also need to insert a User Name and Password for your server, if required.
Please note:
After implementing the video stream of the PMRS device onto your website,
you will need to use Internet Explorer to view the video.