|
1. Does your VC Elite
software support to build up web server for live video on Internet?
Yes, you can use our VC Elite
to build up Web server for live video demo easily. We already build up an
ActiveX(plug-in) which can display live video for your web pages. When you
design your web page just put this object into HTML file. Other people
access your web pages and get live video displayed on screen.
2. How can I use the
ActiveX to design my web pages?
Inside the SETUP CD we
put some web page examples into webpages directory. Please
go there and take a look. The ins_webc.exe file is for the ActiveX
registration and MPEG4 installation. The VCR.htm file is the main
file that has some links to install ActiveX and MPEG4, and to open other
web pages files.
Following is an
example that can teach you how to use our ActiveX on web page:
- <HTML>
- <HEAD>
- <META NAME="GENERATOR"
Content="Microsoft Visual Studio 6.0">
- <META
http-equiv="Content-Type" content="text/html; charset=windows-1252">
- <TITLE></TITLE>
- </SCRIPT>
- </HEAD>
- <BODY bgcolor="#0099cc">
- <OBJECT
id=VCWebClient1 classid=clsid:DC4E1E8F-63E7-11D5-BE73-0080C876B7AF
VIEWASTEXT>
- <PARAM
NAME="Server" VALUE="YourDomainName.com">
- <PARAM
NAME="Camera" VALUE="1">
- <PARAM NAME="DataRate"
VALUE="2400">
- <PARAM NAME="KeyFrame"
VALUE="15">
- <PARAM
NAME="Resolution" VALUE="320">
- <PARAM NAME="Ptz"
VALUE="1">
- </OBJECT>
- </BODY>
- </HTML>
|
- Comment about the parameters:
- Server should be your video
server IP or domain name;
- Camera should be camera number
from 1 to f;
- DataRate
is related with video server bandwidth
to the Internet;
- KeyFrame
means key frame interval;
- Resolution
value is 320x240.
- Ptz should be 0 (none
Pan/Tilt/Zoom camera), 1 (with normal Pan/Tilt/Zoom camera), 2 (reverse
Pan/Tilt/Zoom camera).
3. How can I set up web
server and make it work with these web pages files?
Please copy all the
files inside webpages directory into web server default
publishing directory; Change default page to vcr.htm and change the
html file contents to your company’s name.
4. My connection to the
Internet is high speed. The IP address change from time to time. Can I get a
domain name for my video server computer and get rid of remembering IP
address?
Yes, there are many
ISPs they provider free domain name registration for home users. We
suggest you go to
http://www.dns2go.com
to download software and register second level domain name for your video
server. With this domain name you can easily access your video server and
needn’t to remember the IP address.
5. What is the protocol and
port number for VC Elite software? If the LAN network has a router that
connects to Internet, what should I do to allow internet users accessing
the Video Server in the LAN network?
Our software uses TCP
protocol for Internet access.
The port numbers for
VC Elite are 9999 (for video transmission), 8888 (for playback) and 7777
(for Canon VC-C4 control).
The port numbers for
VC High Speed are 9725 (for video transmission), 6997 (for playback) and
7777 (for Canon VC-C4 control).
If there is a
router at the LAN network, please enable the ports at the router. Internet
users can then get through the router and access Video Server.
. |