VNviewcnt1.Play
8.4.HTML Example for
(1) Getting
Execute Play method after setting properties below.
<OBJECT ID="MPEG4Viewer" WIDTH = 320
HEIGHT= 240
<PARAM NAME="IP" VALUE="192.168.0.2">
<PARAM NAME="HttpPort" VALUE="80">
<PARAM NAME="DispWidth" VALUE="320">
<PARAM NAME="DispHeight" VALUE="240">
<PARAM NAME="FrameRate" VALUE="15">
<PARAM NAME="Version2" VALUE="1"> </OBJECT>
(2) Getting Multicast
Execute Play method after setting properties below.
<OBJECT ID="JPEGViewer" WIDTH = 640 HEIGHT= 480
<PARAM NAME="MultiIP" VALUE="225.0.2.1">
<PARAM NAME="MultiPort" VALUE="59152">
<PARAM NAME="DispWidth" VALUE="640">
<PARAM NAME="DispHeight" VALUE="480">
<PARAM NAME="RcvMode" VALUE="1">
<PARAM NAME="Version2" VALUE="1">
</OBJECT>