Using The Viewer For Java To Distribute Videos; Creating A Web Page That Uses The Viewer For Java - Canon VB150 User Manual

Network camera server guide to creating web pages for video distribution
Hide thumbs Also See for VB150:
Table of Contents

Advertisement

Using the Viewer for Java to Distribute Videos

This section describes how to use the Viewer for Java to provide videos. Application examples are also given.

Creating a Web Page that Uses the Viewer for Java

When you use the Viewer for Java, the viewer applet to be used must be incorporated into the
Web page you provide. However, this is not especially difficult. The page can be created using the
HTML normally used to include an applet.
LiveApplet
<applet codebase="http://192.168.100.1/-wvdoc-01-/LiveApplet/"
code="LiveApplet.class" archive="LiveApplet.zip"
width=450 height=380>
<param name=url
<param name=cabbase value="LiveApplet.cab">
</applet>
Glimpse
<applet codebase="http://192.168.100.1/-wvdoc-01-/Glimpse/"
code="Glimpse.class" archive="Glimpse.zip"
width=160 height=120>
<param name=url
<param name=cabbase value="Glimpse.cab">
</applet>
Enter the parameters required by the applet between the <applet> -</applet> tags.
Use the <param> tag for parameters other than the common attributes for applets (codebase,
code, archive, width and height).
* The underlined portion is a sample IP address. Enter the actual IP address set for the VB150.
value="http://192.168.100.1/">
value="http://192.168.100.1/">
4

Advertisement

Table of Contents
loading

Table of Contents