How to Integrate Camera Live View into Web Application?

Size: px
Start display at page:

Download "How to Integrate Camera Live View into Web Application?"

Transcription

1 ACTi Knowledge Base Category: Installation & Configuration Note Sub-category: Integration Model: All Firmware: N/A Software: N/A Author: Published: 2009/12/30 Reviewed: 2011/11/30 How to Integrate Camera Live View into Web Application? Contents Introduction Applications Live View page introduction ActiveX control technology How to install ActiveX control to your system Start building application with sample code Display PTZ camera s live view and control Display more channels live view How to show live view on other browsers FAQ Reference 1

2 Introduction You may want to embed your camera's live image into your specially designed webpage, in order to let users see the live view anywhere, e.g. live traffic on highway, live view from famous tourist attractions, have a look at pets and see what they are doing, etc. User can view the video on various devices via different internet types, such as wired LAN, wireless LAN, 3G network. This article explains how it all works and how to set it up. Applications You can use browsers or multimedia players to display the live streaming. General browsers: Microsoft Internet explorer, Firefox, Safari, Google Chrome,etc. Multimedia players: Quick time, VLC, Media Player,etc. Browsers ACTi Camera Note Internet explorer Video/Audio/All control You need to install ActiveX control automatically. Firefox Safari Google Chrome Video/Audio Video/Audio Video/Audio You need to use the URL command Please refer to another article: How to Watch Live Video Using iphone and ipad Multimedia players ACTi Camera Note VLC Quick Time Other Application Video/Audio Video/Audio Video/Audio/PTZ RTSP URL: ACTi Mobile GO! can work on rtsp://ip_address:rtsp port or iphone/ipad. rtsp://account:password@ip_address:rtsp Please install ACTi NVR server and broadcast server. if you use RTSP, the camera will use UDP to send the image, please make sure there is no firewall between camera and player. ACTi has software NVR can offer more functions and good quality. ACTi will not guarantee third party software solution can work always due to they may update library or have quality concern. 2

3 Scenario 1: Show live streaming on IE browser Network Web server Scenario 2: To embed multimedia player on html file for verious browsers Scenario 3: Get snapshot from camera and show it on browser directly. Scenario 4: Broadcast server will send live stream to verious browser or target devices, and cameras can keep live streaming to software NVR for recording. Network ACTi NVR server ACTi Broadcast server ACTi Mobile Go! Note** Broadcast server spec to be defined depends on potential number of clients using the service, if you want to understand more about broadcast server, please contact ACTi sales or can visit ACTi website to read Mobile Server in ACTi Utility first. Note** ACTi MobileGo is available on itunes, it allows you to view and control cameras on ipad, iphone and ipod! If you want to understand Mobile Go!, please visit ACTi website to read ACTi MobileGo! in ACTi Utility. In the following page, we will teach you how to design the html page for live view on IE browser. 3

4 Live View page Introduction If your browser is Microsoft Internet Explorer, you need to install the ActiveX control on your computer. This document contains information about how to use ActiveX control to integrate the camera live view window into web application. User can embed a camera live view window into web application, or create a customized live view web page. ActiveX Control Technology ActiveX controls small program building blocks can serve to create distributed applications that work over the Internet through Microsoft Internet Explorer web browser. Examples include customized applications for gathering data, viewing certain kinds of files, and displaying animation. ACTi camera also included ActiveX control nveplmedia.cab into firmware, when user connect to camera s web page, the Internet Explorer will allow embedding the ActiveX control, then user can view the video streaming in camera s web page. If you want to embed our ActiveX control into your specially designed webpage, the ActiveX control nvunifiedcontrol.ocx can work with all ACTi cameras whatever the camera firmware is earlier or not. Here is latest ACTi camera s ActiveX control. ACTi Camera ActiveX control Digital signature Internet Explorer ACM TCM KCM D/E/B/I File Name: nvunifiedcontrol.ocx Version: Date: 11/7/2012 Valid from 9/4/2012 to 9/24/ bit version Internet Explorer's default security settings require that any software available for download must have a digital signature before download can occur, the file types which will need digital signature, such as.exe,.cab,.dll,.ocx,.msi,.xpi. How to install ActiveX control to your system Generally ActiveX control will be pushed to user system automatically. However, there may be some cases when the user may not be able to download and install the ActiveX control from the web application. In such case user will need to install the ActiveX control manually. You can find one attachment in this KB named as ActiveX control Installation Pack.zip, after unzipping the file, execute Register OCX.bat, it will install the necessary ActiveX control into 4

5 user system. 5

6 Start building application with sample code for IE browser You can find sample code attached to this article, named as LiveDemoSample.htm. This sample is a useful example to set up a live demo page for guest viewers. We will highlight the necessary modification which can help you to get successful preview with this sample. Line 3: Modify the display of the web page title bar <TITLE>ACTi - Live Demo</TITLE> Line47: Modify the camera IP address NV1.MediaSource = " "; Line49-50: Modify the camera User Name and Password NV1.MediaUserName = "Admin"; NV1.MediaPassword = "123456"; Line51-56: Modify the camera port setting NV1.HttpPort = "80"; NV1.RegisterPort = "6000"; NV1.ControlPort = "6001"; NV1.StreamingPort = "6002"; NV1.MulticastPort = "5000"; NV1.RTSPPort = "7070"; Line72: Modify the live view time. This setting is useful to limit the access time for each connection, you can set this value as 0 if you wish to provide a permanent connection. var nlivingtime = 0; Line121: Modify the URL which locates the ActiveX control component. You may choose to host this file on your website, or let your user download from ACTi server. If you wish to host ActiveX control yourself, just replace the bold text with your URL. If you do not wish to host it yourself, you can leave the settings unchanged to let your users download from ACTi server. Please do not modify other settings in this tag. <OBJECT id="nv1" codebase=" AP&Manual/Live%20Demo/nvUnifiedControl.ocx" height="480" width="720" data= "data:application/x-oleobject;base64,p2/zpua6i0wvxkqcvl4l+bahaabhjaaazhgaaa==" classid="clsid:f8e691a0-c92e-4e42-9cda-62fc07a9483b" VIEWASTEXT> 6

7 Snapshot for Live Demo sample: 7

8 Display PTZ camera s live view and control You can find sample code attached to this article, named as LiveDemoSample_forPTZcamera.htm. This sample is a useful example to set up a live demo page for guest viewers. We will highlight the necessary modification which can help you to get successful preview with this sample. Line 3: Modify the display of the web page title bar <TITLE>ACTi - PTZ camera Live Dem</TITLE> Line47: Modify the camera IP address NV1.MediaSource = " "; Line49-50: Modify the camera User Name and Password NV1.MediaUserName = "Admin"; NV1.MediaPassword = "123456"; Line51-56: Modify the camera port setting NV1.HttpPort = "80"; NV1.RegisterPort = "6000"; NV1.ControlPort = "6001"; NV1.StreamingPort = "6002"; NV1.MulticastPort = "5000"; NV1.RTSPPort = "7070"; Line58-64: Modify the camera s PTZ setting. The example is for ACM For KCM zoom camera, you can use Vender= SONY Protocol= VISCA or Vender= PELCO Protocol= PELCO-D, it depends what PTZ Vendor setting on camera. NV1.Vendor="SONY"; NV1.Protocol="VISCA"; NV1.AddressID="1"; NV1.PTZPostMode="1"; NV1.Parity="N81"; NV1.BaudRate="9600"; NV1.PTZPanSpeed = 5; 8

9 Line120: Modify the live view time. This setting is useful to limit the access time for each connection, you can set this value as 0 if you wish to provide a permanent connection. var nlivingtime = 0; Line169: Modify the URL which locates the ActiveX control component. You may choose to host this file on your website, or let your user download from ACTi server. If you wish to host ActiveX control yourself, just replace the bold text with your URL. If you do not wish to host it yourself, you can leave the settings unchanged to let your users download from ACTi server. Please do not modify other settings in this tag. <OBJECT id="nv1" codebase=" AP&Manual/Live%20Demo/nvUnifiedControl.ocx" height="480" width="720" data= "data:application/x-oleobject;base64,p2/zpua6i0wvxkqcvl4l+bahaabhjaaazhgaaa==" classid="clsid:f8e691a0-c92e-4e42-9cda-62fc07a9483b" VIEWASTEXT> Snapshot for Live Demo sample: 9

10 Display more channels live view You can refer to the sample code attached to this article, named as LiveDemoSample_4channelPreview.htm. This sample is a useful example to set up a live demo page for guest viewers. Snapshot for 4 channels Live Demo sample: 10

11 How to show live view on other browsers Due to other browsers do not support ActiveX, such as Firefox, Google Chrome,etc. You can input the URL command to show camera s video. Please refer to another article: How to Watch Live Video Using iphone and ipad If the camera supports RTSP, you can plug-in media application to show live video, the camera will send the image with dynamic UDP port, please make sure there is no firewall between camera and live view site, here is an example which we use Quicktime application. There is a sample code attached to this article, named as LiveDemoSample_plugin_quicktime.html. This sample is a useful example to set up a live demo page for guest viewers. We will highlight the necessary modification which can help you to get successful preview with this sample. Line 2: Modify the display of the web page title bar <TITLE>ACTi - Live Demo</TITLE> Line9 : Modify the camera IP address and RTSP port <param value="rtsp:// :7070" name="qtsrc"/> Line18: Modify the camera IP address and RTSP port qtsrc="rtsp:// :7070" Snapshot for Live Demo sample: 11

12 FAQ Q1: I have bandwidth limitation, if the live view is slow, how should I do? You can use snapshot and upload the camera s snapshot to FTP server, then your web page can get file from FTP server directly by the time. ACTi camera supports Event Handler function, it can upload snapshot file to FTP server directly. Or you can select the camera which supports dual stream or multiple streams, then user can use different resolution and frame rate, so the recording will keep on good quality,and the live view can use lower quality to save the bandwidth. Q2: What should I think about when embedding the live view in my website? You may concern some factors 1. Bandwidth limitation on your server site and remote user site. 2. Offer remote user control function on the camera, such as PTZ and record functions 3. Display live view on different browsers, such as IE, Firefox, Safari, Google Chrome. 4. Remote User will use various devices, such as PDA, iphone. Q3: Why I cannot see the image? Please check if there is any firewall to block the video. ACTi cameras send image via two TCP ports, user can configure them from camera s web configurator. If you want to use RTSP protocol, we provide two ways to send video image. One is RTP over UDP, camera will use dynamic UDP port to send image. Second is RTP over TCP (the player site need to have RTSP and RTP over HTTP Tunneling ), camera will use HTTP port to send image. Camera Streaming Type Camera will use the ports TCP TCP Control and Streaming ports (default is 6001 for control and 6002 for stream) RTP over UDP RTSP port and Dynamic UDP port (player site may use RTSP protocol) RTP over UDP HTTP port (player site need to have RTSP and RTP over HTTP Tunneling ) 12

13 Reference [1] 13

How to Remotely Access Hikvision Devices User Manual

How to Remotely Access Hikvision Devices User Manual HIKVISION EUROPE B.V. How to Remotely Access Hikvision Devices User Manual (Use to remotely access Hikvision DVR s, NVR s and IP Cameras) Name: Remote Access Publisher: HIKVISION EUROPE B.V. Type: Information

More information

Access the GV-IP Camera through a broadband modem

Access the GV-IP Camera through a broadband modem Access the GV-IP Camera through a broadband modem Applied to All GV-IP Cameras Article ID: GV15-12-03-26 Release Date: 03/26/2012 Introduction The document introduces how to connect your GV-IP Camera to

More information

Network setup and troubleshooting

Network setup and troubleshooting ACTi Knowledge Base Category: Troubleshooting Note Sub-category: Network Model: All Firmware: All Software: NVR Author: Jane.Chen Published: 2009/12/21 Reviewed: 2010/10/11 Network setup and troubleshooting

More information

This document describes the configuration process for video surveillance using a mobile phone and how to configure the domain names of devices.

This document describes the configuration process for video surveillance using a mobile phone and how to configure the domain names of devices. ZKiVision User Manual (Mobile Phone) Document Version: 1.0 Software Version: 1.0 Date: 2012.11 Introduction This document describes the configuration process for video surveillance using a mobile phone

More information

Q-Cam Professional V 1.1 User Manual

Q-Cam Professional V 1.1 User Manual Q-Cam Professional V 1.1 User Manual Introduction QCam Professional is a remote monitoring application designed primarily for the remote monitoring and auxiliary control of IP video cameras. It allows

More information

CIPCAM720PTIWL,CIPCAM720OD,CIPCAM720ODWDR,CIPDC AM720OD

CIPCAM720PTIWL,CIPCAM720OD,CIPCAM720ODWDR,CIPDC AM720OD Wireless Network Camera User Manual CIPCAM720PTIWL,CIPCAM720OD,CIPCAM720ODWDR,CIPDC AM720OD V1.0 Default DEFAULT SETTINGS IP Address 192.168.1.58 User/Password admin/123456 Notice 1 Installation Environment

More information

1.3 CW-720. 1280x720 Pixels. 640x480 Pixels. 720P Wireless 150Mbps IPCAM. High Quality 720P MegaPixel Image

1.3 CW-720. 1280x720 Pixels. 640x480 Pixels. 720P Wireless 150Mbps IPCAM. High Quality 720P MegaPixel Image CW-720 720P Wireless 150Mbps IPCAM 30FPS at 1.3 Mega Mode 30FPS at 720P Mode 150Mbps Wireless-B/G/N Use 10X Times Less Storage with H.264 Video Compression Micro SD Card Slot for Local Storage ios and

More information

ACTi Streaming Explorer User s Manual Ver 2.1.09

ACTi Streaming Explorer User s Manual Ver 2.1.09 ACTi Streaming Explorer User s Manual Ver 2.1.09 2011/06/24 Overview Streaming Explorer is a Web tool used to manage devices remotely. The Functions provided include Connection, PTZ, DI/DO, Motion, Camera

More information

ViewCam Mobile Monitoring. User Manual

ViewCam Mobile Monitoring. User Manual ViewCam Mobile Monitoring User Manual Notice This manual may be described in some technical details not accurate or there are some printing mistakes. If some problems cannot be solved in accordance with

More information

IP Camera (M series) User manual 2013-06 V4.0

IP Camera (M series) User manual 2013-06 V4.0 Dear users, the configuration for this camera is professional, so please read the user manual carefully before using the camera. IP Camera (M series) User manual 2013-06 V4.0 Statement If the user manual

More information

iviewer Monitoring Application for ipad, ipod, iphone and Android phones and tablets

iviewer Monitoring Application for ipad, ipod, iphone and Android phones and tablets iviewer Monitoring Application for ipad, ipod, iphone R R R R and Android phones and tablets Rev. 2.1 About this Document Rev. 2.1: This document is written for iviewer revision 3.0.3 or later. I. Requirements

More information

How to Use Local Storage in ACTi Cameras

How to Use Local Storage in ACTi Cameras ACTi Knowledge Base Category: Installation & Configuration Note Sub-category: Application, Recording & Storage Model: All local storage supported models Firmware: N/A Software: N/A Author: Ando.Meritee

More information

Instruction for IE network monitor

Instruction for IE network monitor Instruction for IE network monitor This system features a built-in browser-based software that allows you to access your system remotely over your local area network (LAN) or over the Internet (WAN) using

More information

GV-iView HD V1 for ipad

GV-iView HD V1 for ipad GV-iView HD V1 for ipad Article ID: GV10-11-03-07 Release Date: 03/07/2011 GV-iView HD V1 function is introduced to support ipad for the mobile surveillance application. System Requirements Handheld Device

More information

Avigilon View Software Release Notes

Avigilon View Software Release Notes Version 4.6.3 System Version 4.6.3 includes the following components: Avigilon VIEW Version 4.6.3 R-Series Version 4.6.3 Rialto Version 4.6.3 ICVR-HD Version 3.7.1 ICVR-SD Version 2.6.3 System Requirements

More information

LifeSize UVC Video Center Deployment Guide

LifeSize UVC Video Center Deployment Guide LifeSize UVC Video Center Deployment Guide November 2013 LifeSize UVC Video Center Deployment Guide 2 LifeSize UVC Video Center LifeSize UVC Video Center records and streams video sent by LifeSize video

More information

WN-200HD. 2 Mega-Pixels. 2.0 Mega Pixel Wireless 150Mbps IPCamera. High Quality 2.0 MegaPixel Image. Full Feature 150Mbps Wireless N Camera

WN-200HD. 2 Mega-Pixels. 2.0 Mega Pixel Wireless 150Mbps IPCamera. High Quality 2.0 MegaPixel Image. Full Feature 150Mbps Wireless N Camera 2.0 Mega Pixel Wireless 150Mbps IPCamera S till couldn't find a way to watch your children or the elders when you are in busy or on duty? Or just need an easy solution for monitoring your office, store

More information

Some Setup guidelines for Voyager Megapixel camera

Some Setup guidelines for Voyager Megapixel camera Some Setup guidelines for Voyager Megapixel camera Date : 4/27/2010 1. Overview This quick guide has detailed information on how to setup the recording mechanisms available in Voyager I. It also has information

More information

ACTi MobileGo User Manual. Version 2.0.51

ACTi MobileGo User Manual. Version 2.0.51 ACTi MobileGo User Manual Version 2.0.51 04/18/2013 Table of Contents MobileGo V2.0.51 1 Overview 3 Introduction... 3 Network Architecture... 3 Specification... 4 Compatible NVR Firmware Version... 4 Things

More information

Streaming Media System Requirements and Troubleshooting Assistance

Streaming Media System Requirements and Troubleshooting Assistance Test Your System Streaming Media System Requirements and Troubleshooting Assistance Test your system to determine if you can receive streaming media. This may help identify why you are having problems,

More information

Wowza Media Systems provides all the pieces in the streaming puzzle, from capture to delivery, taking the complexity out of streaming live events.

Wowza Media Systems provides all the pieces in the streaming puzzle, from capture to delivery, taking the complexity out of streaming live events. Deciding what event you want to stream live that s the easy part. Figuring out how to stream it? That s a different question, one with as many answers as there are options. Cameras? Encoders? Origin and

More information

TENVIS Technology Co., Ltd. User Manual. For H.264 Cameras. Version 2.0.0

TENVIS Technology Co., Ltd. User Manual. For H.264 Cameras. Version 2.0.0 TENVIS Technology Co., Ltd User Manual For H.264 Cameras Version 2.0.0 Catalogue Basic Operation... 3 Hardware Installation... 3 Search Camera... 3 Get live video... 5 Camera Settings... 8 System... 8

More information

2-Megapixel Sony Progressive CMOS Sensor with Super Wide Dynamic Range and High Frame Rate

2-Megapixel Sony Progressive CMOS Sensor with Super Wide Dynamic Range and High Frame Rate SD-2020 2-Megapixel 20X Optical Zoom Speed Dome IP Camera 1/2.8" Sony Progressive CMOS Sensor Full HD 1080p + D1 Real-Time at Dual Streaming Up to 20x Optical Zoom Up to 30 fps @ 1080p Full HD Weather-Proof

More information

PoE-2600HD. 355 Pan. 90 Tilt. PoE. 802.3af PoE H.264 2.0 Mega-Pixel PT IP Camera 16 :9 FPS H.264

PoE-2600HD. 355 Pan. 90 Tilt. PoE. 802.3af PoE H.264 2.0 Mega-Pixel PT IP Camera 16 :9 FPS H.264 -2600HD 802.3af H.264 2.0 Mega-Pixel PT IP Camera T he -2600HD is the high-end pan tile network camera with day and night function and it supports up to 15 meters IR. It is the smallest 2.0 Megapixels

More information

Quick Start Guide. the world in my eyes

Quick Start Guide. the world in my eyes 2013 the world in my eyes Quick Start Guide For security s sake, please update the default user name and password of your IP camera. The exact process is on page 5 & 9. Please download the latest Quick

More information

Mobile Device Manual for 3G DVRs

Mobile Device Manual for 3G DVRs Mobile Device Manual for 3G DVRs The 3G DVR can be monitored with APPS for supported mobile device operating systems. Please refer to the table below for your specific mobile device application. Please

More information

Network Camera. User s Guide Software Version 1.2 Before operating the unit, please read this manual thoroughly and retain it for future reference.

Network Camera. User s Guide Software Version 1.2 Before operating the unit, please read this manual thoroughly and retain it for future reference. 4-194-204-13 (1) Network Camera User s Guide Software Version 1.2 Before operating the unit, please read this manual thoroughly and retain it for future reference. SNC-CH110/CH210 SNC-DH110/DH110T/DH210/DH210T

More information

Remote Connectivity to XV, XP and epro units running Visual Designer

Remote Connectivity to XV, XP and epro units running Visual Designer Intro Remote connectivity is one of the major features of Visual Designer and our new operator interface hardware platforms running that software. The ability to monitor, troubleshoot, edit and administer

More information

SeeTec ExpansionPackage

SeeTec ExpansionPackage SeeTec ExpansionPackage Contents Contents 1 SeeTec WebClient...1 1.1 System requirements... 2 1.1.1 Server requirements for Apache HTTP Server, SeeTec TranscodingEngine (STE) and SeeTec ApplicationGateway

More information

Web Conferencing Version 8.3 Troubleshooting Guide

Web Conferencing Version 8.3 Troubleshooting Guide System Requirements General Requirements Web Conferencing Version 8.3 Troubleshooting Guide Listed below are the minimum requirements for participants accessing the web conferencing service. Systems which

More information

Quick-Start Guide. Remote Surveillance & Playback SUPER DVR MONITORING SOFTWARE. For use on Q-See s QSDT series of PC Securitiy Surveillance Cards

Quick-Start Guide. Remote Surveillance & Playback SUPER DVR MONITORING SOFTWARE. For use on Q-See s QSDT series of PC Securitiy Surveillance Cards Quick-Start Guide SUPER DVR MONITORING SOFTWARE Remote Surveillance & Playback For use on Q-See s QSDT series of PC Securitiy Surveillance Cards 2 CONFIGURING ROUTER FOR REMOTE ACCESS REMOTE SURVEILLANCE

More information

EvoCam is the ultimate live streaming and security camera software for OS X.

EvoCam is the ultimate live streaming and security camera software for OS X. EvoCam 4 User Guide About EvoCam EvoCam is the ultimate live streaming and security camera software for OS X. EvoCam features industry-standard H.264 video and AAC audio streaming. With support for both

More information

M2M Series Routers. Port Forwarding / DMZ Setup

M2M Series Routers. Port Forwarding / DMZ Setup Introduction Port forwarding enables programs or devices running on your LAN to communicate with the internet as if they were directly connected. Many internet services and applications use designated

More information

Upgrade your Software

Upgrade your Software Video server software From time to time software upgrades are issued for the video servers. These are posted on our website www.ad-networkvideo.com or on the product CD and consist of two parts, the application

More information

Axxon Monitor. User Manual

Axxon Monitor. User Manual Axxon Monitor by DComplex LLC User Manual This document has the latest documentation about the Axxon Monitor, iphone/ipad app by DComplex LLC, for monitoring Axxon Intellect Video Management System. Download

More information

How to Use Dynamic DNS with ACTi Cameras

How to Use Dynamic DNS with ACTi Cameras ACTi Knowledge Base Category: Installation & Configuration Note Sub-category: Streaming & Networking Model: All Firmware: All Software: N/A Author: Ando.Meritee Published: 2010/03/28 Reviewed: 2010/03/28

More information

Quick Installation Guide

Quick Installation Guide V2.01 Model: FI9821W Quick Installation Guide Indoor HD Pan/Tilt Wireless IP Camera Black White For Windows OS ------- Page 1 For MAC OS ------- Page 16 ShenZhen Foscam Intelligent Technology Co., Ltd

More information

Quick Installation Guide

Quick Installation Guide V2.01 Wired Camera Quick Installation Guide (For Windows OS) FI8620 ShenZhen Foscam Intelligent Technology Co., Ltd Packing List Quick Installation Guide FI8620 Quick Installation Guide 1) IP CAMERA X

More information

IP-200PHD-24. 2 Mega-Pixels. 2.0 Mega Pixel Passive PoE IPCamera. High Quality 2.0 MegaPixel Image. Easy to Install. 1600x1200 Pixels.

IP-200PHD-24. 2 Mega-Pixels. 2.0 Mega Pixel Passive PoE IPCamera. High Quality 2.0 MegaPixel Image. Easy to Install. 1600x1200 Pixels. 2.0 Mega Pixel Passive PoE IPCamera S till couldn't find a way to watch your children or the elders when you are in busy or on duty? Or just need an easy solution for monitoring your office, store or garage?

More information

Network Camera. User s Guide Software Version 1.3 Before operating the unit, please read this manual thoroughly and retain it for future reference.

Network Camera. User s Guide Software Version 1.3 Before operating the unit, please read this manual thoroughly and retain it for future reference. 4-194-204-14 (1) Network Camera User s Guide Software Version 1.3 Before operating the unit, please read this manual thoroughly and retain it for future reference. SNC-CH110/CH210 SNC-DH110/DH110T/DH210/DH210T

More information

Release Notes. Release Purpose... 1 Platform Compatibility... 1 Upgrading Information... 1 Browser Support... 2 Known Issues... 3 Resolved Issues...

Release Notes. Release Purpose... 1 Platform Compatibility... 1 Upgrading Information... 1 Browser Support... 2 Known Issues... 3 Resolved Issues... SonicOS SonicOS Contents Release Purpose... 1 Platform Compatibility... 1 Upgrading Information... 1 Browser Support... 2 Known Issues... 3 Resolved Issues... 5 Release Purpose SonicOS 6.1.1.5 is a maintenance

More information

ALIBI Witness and ALIBI Witness HD Apps for Android - Quick Start Guide

ALIBI Witness and ALIBI Witness HD Apps for Android - Quick Start Guide ALIBI Witness and ALIBI Witness HD Apps for Android - Quick Start Guide Version 4.0.3 ALIBI Witness and ALIBI Witness HD are free applications (Apps) for the and Android OS (V2.3.3 or later) smartphone

More information

From Telephone Nuremberg. This letter contains latest information about the above mentioned product.

From Telephone Nuremberg. This letter contains latest information about the above mentioned product. Release Letter Product: Version: VIP X1 XF H.264 Firmware 4.10.0039 This letter contains latest information about the above mentioned product. 1. General This initial release covers the new single channel

More information

Hills Professional Series NVRs and Cameras

Hills Professional Series NVRs and Cameras FAQs Hills Professional Series NVRs and Cameras (V1.1) 1. What is the default NVR resolution? By Default NVR video output resolution is 1080P. Resolution may be changed if necessary to suit the attached

More information

M2Web - Browser-Based Mobile Remote Access

M2Web - Browser-Based Mobile Remote Access Application User Guide M2Web - Browser-Based Mobile Remote Access AUG 058 / Rev. 1.2 This application guide describes how to use the M2Web interface for mobile remote access. support.ewon.biz Table of

More information

Ports utilisés. Ports utilisés par le XT1000/5000 :

Ports utilisés. Ports utilisés par le XT1000/5000 : Ports utilisés Ports utilisés par le XT1000/5000 : 80 HTTP (TCP) WEB server 123 SNTP (UDP) SNTP Client 161 SNMP (UDP) SNMP Configuration and Status 162 SNMP (UDP) SNMP Traps and events 1718 H.225/RAS (UDP)

More information

PoE-2600HD. 355 Pan. 90 Tilt. PoE. 802.3af PoE H.264 2.0 Mega-Pixel PT IP Camera 16 :9 FPS H.264

PoE-2600HD. 355 Pan. 90 Tilt. PoE. 802.3af PoE H.264 2.0 Mega-Pixel PT IP Camera 16 :9 FPS H.264 -2600HD 802.3af H.264 2.0 Mega-Pixel PT IP Camera T he -2600HD is the high-end pan tile network camera with day and night function and it supports up to 15 meters IR. It is the smallest 2.0 Megapixels

More information

DIGIMobile V2 User Manual

DIGIMobile V2 User Manual DIGIMobile V2 User Manual Information in this document is subject to change without notice. 2014 Copyright, DIGIEVER Corporation. All rights reserve 1 Table of Contents CHAPTER1. OVERVIEW... 1 CHAPTER2.

More information

Upgrading from a previous release of LifeSize Video Center to LifeSize UVC Video Center 2.0 is not supported in this release.

Upgrading from a previous release of LifeSize Video Center to LifeSize UVC Video Center 2.0 is not supported in this release. Release Notes LifeSize UVC Video Center Release: v2.0 Upgrades... 1 New Features... 1 Known Issues... 2 Product Limitations... 3 Interoperability... 5 Interoperability Limitations... 6 Contacting Technical

More information

Installation Guide. Mobile Surveillance Distance makes no difference. eagleeyes_quick_v1.5

Installation Guide. Mobile Surveillance Distance makes no difference. eagleeyes_quick_v1.5 Installation Guide Mobile Surveillance Distance makes no difference eagleeyes_quick_v1.5 IMPORTANT SAFEGUARD All lead-free products offered by the company comply with the requirements of the European law

More information

ivms-4500 (Android Tablet) Mobile Client Software User Manual (V3.0)

ivms-4500 (Android Tablet) Mobile Client Software User Manual (V3.0) ivms-4500 (Android Tablet) Mobile Client Software User Manual (V3.0) Thank you for purchasing our product. This manual applies to ivms-4500 (Android Tablet) mobile client software; please read it carefully

More information

How To Use A Wireless Pan & Tilt Camera On A Pc Or Mac Or Ipad (For Pc) For Free (For Mac) For A Week (For A Week) For $99.99) For Two Weeks (For Ipad)

How To Use A Wireless Pan & Tilt Camera On A Pc Or Mac Or Ipad (For Pc) For Free (For Mac) For A Week (For A Week) For $99.99) For Two Weeks (For Ipad) User Manual Wireless Pan & Tilt Camera CIPCAMPTIWL v1.0 Index 1 INTRODUCTION... 4 1.1 THE PACKAGE INCLUDES... 4 1.2 FUNCTION AND FEATURES... 4 1.3 TECHNICAL SPECIFICATIONS... 4 2 APPEARANCE AND INTERFACE...

More information

Cisco TelePresence Content Server

Cisco TelePresence Content Server Q&A Cisco TelePresence Content Server The Cisco TelePresence Content Server enables organizations to record their video conferences and multimedia presentations for live and on-demand access. Whether it

More information

ivms-4500(iphone) Mobile Client Software User Manual (V1.0)

ivms-4500(iphone) Mobile Client Software User Manual (V1.0) ivms-4500(iphone) Mobile Client Software User Manual (V1.0) Thank you for purchasing our product. This manual applies to ivms-4500 (iphone) mobile client software, please read it carefully for the better

More information

1. Central Monitoring System Software

1. Central Monitoring System Software 1. Central Monitoring System Software 1-1. General information CMS program is an application with which users not only watch and control remote DVRs, but also receive video/audio data or alarm signals

More information

IP-200PHD. 2 Mega-Pixels. 2.0 Mega Pixel Passive PoE IPCamera. High Quality 2.0 MegaPixel Image. Easy to Install. Pixels. Pixels.

IP-200PHD. 2 Mega-Pixels. 2.0 Mega Pixel Passive PoE IPCamera. High Quality 2.0 MegaPixel Image. Easy to Install. Pixels. Pixels. 2.0 Mega Pixel Passive PoE IPCamera S till couldn't find a way to watch your children or the elders when you are in busy or on duty? Or just need an easy solution for monitoring your office, store or garage?

More information

VS-100. PoE. H.264 PoE Video Server. H.264 Compression H.264 DI/DO. Compression Rate Comparison MJPEG MPEG4 H.264.

VS-100. PoE. H.264 PoE Video Server. H.264 Compression H.264 DI/DO. Compression Rate Comparison MJPEG MPEG4 H.264. H.264 Video Server T he AirLive is a one channel video server for easily upgrade your old CCTV camera to a network-enabled IP camera and hence convert your local surveillance system into a global one.

More information

B Series Robot Model. IP Camera 2013-7 V4.18. User Manual

B Series Robot Model. IP Camera 2013-7 V4.18. User Manual B Series Robot Model IP Camera 2013-7 V4.18 User Manual Index 1 INTRODUCTION... 3 2 APPEARANCE AND INTERFACE... 5 3 VISIT IP CAMERA FROM LAN... 6 4 VISIT IP CAMERA FROM WAN... 10 5 OTHER SETTINGS... 12

More information

The Video Server. IP Video Server (Codec) with H264 compression, Power over Ethernet & SD card recording. Data Sheet.

The Video Server. IP Video Server (Codec) with H264 compression, Power over Ethernet & SD card recording. Data Sheet. Data Sheet The Video Server IP Video Server (Codec) with H264 compression, Power over Ethernet & SD card recording (Model: X100VS) Easy to set up & use in your home or business premises Powerful 64 Camera

More information

Network Video Recorder. Operation Manual

Network Video Recorder. Operation Manual Network Video Recorder Operation Manual Content 1 Product Description... 1 1.1 Product Overview... 1 1.2 Specification... 1 2 Product Structure Introduction... 2 2.1 Back Interface... 2 2.2 Front Panel...

More information

Contents. Introduction 3. Installation 4

Contents. Introduction 3. Installation 4 VMS User Manual Contents Introduction 3 Installation 4 Minimum Recommended Requirements 4 Login 4 Main Window 5 Menu Items 5 Toolbar Items 6 Play Bar Items 7 Configuration 8 Add network cameras/ digital

More information

KaiCong-Nothing important than safety! IP Camera. (KaiCong IP camera SIP1201) KaiCong Ares 2013-03-18 V1.0. Anything else,please contanct me.

KaiCong-Nothing important than safety! IP Camera. (KaiCong IP camera SIP1201) KaiCong Ares 2013-03-18 V1.0. Anything else,please contanct me. IP Camera (KaiCong IP camera SIP1201) KaiCong Ares SIP1201 User manual 2013-03-18 V1.0 Index Product Instruction-------------------------------------------------1 Equipment connection diagram --------------------------------2

More information

IP Camera (L series) User manual 2013-05 V1.1

IP Camera (L series) User manual 2013-05 V1.1 Dear users, the configuration for this camera is professional, so please read the user manual carefully before using the camera. IP Camera (L series) User manual 2013-05 V1.1 Statement If the user manual

More information

1.3 Mega-Pixel Video Quality

1.3 Mega-Pixel Video Quality AirCam POE-250HD H.264 1.3 MegaPixel POE Vandal Proof Dome T he POE-250HD is a high-end 1.3 MegaPixel network camera designed for professional outdoor surveillance and security applications. MegaPixel

More information

Quickstart guide to Configuring WebTitan

Quickstart guide to Configuring WebTitan Quickstart guide to Configuring WebTitan 1. Install the License Once you have received the evaluation license by e-mail, you log on to WebTitan as follows using a browser as admin/hiadmin. Then navigate

More information

Quick Start Guide. GV-Redundant Server GV-Failover Server. 1 Introduction. Packing List

Quick Start Guide. GV-Redundant Server GV-Failover Server. 1 Introduction. Packing List 1 Introduction Quick Start Guide GV-Redundant Server GV-Failover Server Welcome to the GV-Redundant Server / Failover Server Quick Start Guide. In the following sections, you will be guided through the

More information

TP-LINK TD-W8901G. Wireless Modem Router. Advanced Troubleshooting Guide

TP-LINK TD-W8901G. Wireless Modem Router. Advanced Troubleshooting Guide TP-LINK TD-W8901G Wireless Modem Router Advanced Troubleshooting Guide Released on 2009.09.25 Version 1.0 Content Summary... 3 Troubleshooting Flow Chart and Resolutions... 3 Check 1... 3 Check 2... 4

More information

20M IR Mega-Pixel CMOS Network Camera. JNC-V2428M-PoE. User s Manual. Date: 7/02/2010 Firmware Version: V3.2.70

20M IR Mega-Pixel CMOS Network Camera. JNC-V2428M-PoE. User s Manual. Date: 7/02/2010 Firmware Version: V3.2.70 20M IR Mega-Pixel CMOS Network Camera JNC-V2428M-PoE User s Manual Date: 7/02/2010 Firmware Version: V3.2.70 Content Content...1 1. Preface...2 2. Product Specifications...2 3. Product Installation...4

More information

LiveStreamingCDN Producer User s Guide

LiveStreamingCDN Producer User s Guide LiveStreamingCDN Producer User s Guide A LiveStreamingCDN Producer account offers a variety of premium features in addition to live and VOD streaming capabilities. A Producer account comes with a multi-device

More information

LifeSize Video Center Administrator Guide March 2011

LifeSize Video Center Administrator Guide March 2011 LifeSize Video Center Administrator Guide March 2011 LifeSize Video Center 2200 LifeSize Video Center Adminstrator Guide 2 Administering LifeSize Video Center LifeSize Video Center is a network server

More information

[Support Package] ID TS-00017 Created Updated Category System Integration Sub Category Product. Dec 12, 2006

[Support Package] ID TS-00017 Created Updated Category System Integration Sub Category Product. Dec 12, 2006 ID TS-00017 Created Updated Category System Integration Sub Category Product Purpose Support URL Tech Support MSN Messenger ID All Useful Tools for Troubleshooting an ACTi Product http://www.acti.com/support

More information

AirCam PoE-2600HD. 355 Pan. 90 Tilt. PoE. 802.3af PoE H.264 2.0 Mega-Pixel PT IP Camera 16 :9 FPS H.264

AirCam PoE-2600HD. 355 Pan. 90 Tilt. PoE. 802.3af PoE H.264 2.0 Mega-Pixel PT IP Camera 16 :9 FPS H.264 AirCam -2600HD 802.3af H.264 2.0 Mega-Pixel PT IP Camera T he AirCam -2600HD is the high-end pan tile network camera with day and night function and it supports up to 15 meters IR. It is the smallest 2.0

More information

AVC792D. 4CH Full 960H DVR. Compatible with ios & Android mobile devices.

AVC792D. 4CH Full 960H DVR. Compatible with ios & Android mobile devices. AVC792D 4CH Full 960H DVR Push Status - Active Event Notification with EagleEyes App Sends instant notifications for system events, such as video loss or HDD data removal Mobile Surveillance with EagleEyes

More information

Installation Steps Follow these steps to install the network camera on your local network (LAN):

Installation Steps Follow these steps to install the network camera on your local network (LAN): 1. Description The Network Camera supports the network service for a sensor image with progressive scan, which can be monitored on a real-time screen regardless of distances and locations. By using its

More information

802.3af. Build-in Speaker. PoE

802.3af. Build-in Speaker. PoE FE-200DM 2-MegaPixel Ceiling Mount Fish Eye PoE IPCAM Panoramic 360 Degrees Full View H.264 & MJPEG Video Compression 2 Megapixels Resolution at 1600 x 1200 pixels Micro SD Card Slot for Local Storage

More information

AVer Video Conferencing Network Setup Guide

AVer Video Conferencing Network Setup Guide AVer Video Conferencing Network Setup Guide Note: Please pass this page to your Network Admin/IT Dept. Please refer to the users manual to set up Admin Password/System Name and Phonebook Bandwidth Requirements

More information

Guarding Expert (Android Tablet) Mobile Client Software User Manual (V3.1)

Guarding Expert (Android Tablet) Mobile Client Software User Manual (V3.1) Guarding Expert (Android Tablet) Mobile Client Software User Manual (V3.1) UD.6L0202D1080A01 Thank you for purchasing our product. This manual applies to Guarding Expert (Android Tablet) mobile client

More information

802.3af. Micro. PoE. SD Card

802.3af. Micro. PoE. SD Card FE-200VD 2-MegaPixel Vandal Dome Fish Eye PoE IPCAM Panoramic 360 Degrees Full View H.264 & MJPEG Video Compression 2 MegaPixels Resolution at 1600 x 1200 Pixels Micro SD Card Slot for Local Storage Power-over-Ethernet

More information

802.3af. Build-in Speaker. PoE

802.3af. Build-in Speaker. PoE FE-200CU 2-MegaPixel Wall Mount Fish Eye PoE IPCAM Panoramic 180 & 360 Degrees Full View 2 MegaPixels Resolution at 1600 x 1200 Pixels H.264 & MJPEG Video Compression Micro SD Card Slot for Local Storage

More information

Quick Installation Guide

Quick Installation Guide Packing List Quick Installation Guide Quick Installation Guide 1) IP CAMERA X 1 2) Wi-Fi Antenna (only available for wireless model) 3) DC Power Supply X 1 4) Network Cable X 1 5) Mounting bracket 1 6)

More information

Utility Snapshot Utility V2.1. User s Manual

Utility Snapshot Utility V2.1. User s Manual Utility Snapshot Utility V2.1 User s Manual APP-2200 This document is copyrighted, 2003-2009, by ACTi Corporation. All rights are reserved. ACTi Corporation reserves the right to make improvements to

More information

Aspera Connect User Guide

Aspera Connect User Guide Aspera Connect User Guide Mac OS X 10.4/10.5 Browser: Firefox 2+, Safari 2+ Version 2.2 Chapter 1 Chapter 2 Chapter 3 Appendix Introduction Setting Up 2.1 Installation 2.2 Configure the Network Environment

More information

AirCam POE-200HD. H.264 1.3 MegaPixel POE Dome. H.264 Compression. 1.3 Mega-Pixel Video Quality

AirCam POE-200HD. H.264 1.3 MegaPixel POE Dome. H.264 Compression. 1.3 Mega-Pixel Video Quality AirCam POE-200HD H.264 1.3 MegaPixel POE Dome T he AirLive AirCam POE-200HD is a highend 1.3 -megapixel network camera designed for professional indoor surveillance and security applications. Megapixel

More information

ACTi NVR Config Converter User s Manual. Version 1.0.0.17 2012/06/07

ACTi NVR Config Converter User s Manual. Version 1.0.0.17 2012/06/07 ACTi NVR Config Converter User s Manual Version 1.0.0.17 2012/06/07 Legal Notice Disclaimer The information contained in this document is intended for general information purposes. ACTi Corporation shall

More information

5.5 VI Web Client User Guide

5.5 VI Web Client User Guide 5.5 VI Web Client User Guide 5.5 VI Web Client The web client is a free thin client that allows you to access live and recorded video from any web browser. There is an optional Active X control that can

More information

HTTP Live Streaming as a Secure Streaming Method. Bobby Kania Luke Gusukuma Client: Keith Gilbertson VT CS 4624 Semester Project 4/29/12

HTTP Live Streaming as a Secure Streaming Method. Bobby Kania Luke Gusukuma Client: Keith Gilbertson VT CS 4624 Semester Project 4/29/12 HTTP Live Streaming as a Secure Streaming Method Bobby Kania Luke Gusukuma Client: Keith Gilbertson VT CS 4624 Semester Project 4/29/12 Table of Contents Abstract... 3 What is HTTP Live Streaming?... 4

More information

gdmss(android) Mobile Client Software User s Manual

gdmss(android) Mobile Client Software User s Manual gdmss(android) Mobile Client Software User s Manual For Android only Contents 1 OVERVIEW... 3 1.1 General Introduction... 3 1.2 Feature... 3 1.3 Environment... 3 2 INSTALLATION AND OPERATION... 4 3 DVR

More information

Lab 12.1.7 Configure and Test Advanced Protocol Handling on the Cisco PIX Security Appliance

Lab 12.1.7 Configure and Test Advanced Protocol Handling on the Cisco PIX Security Appliance Lab 12.1.7 Configure and Test Advanced Protocol Handling on the Cisco PIX Security Appliance Objective Scenario Estimated Time: 20 minutes Number of Team Members: Two teams with four students per team

More information

Luxriot Broadcast Server Manual 21.01.2013

Luxriot Broadcast Server Manual 21.01.2013 Luxriot Broadcast Server Manual 21.01.2013 Table of contents Introduction... 2 Luxriot Broadcast Server system requirements...3 Installation... 4 Luxriot Broadcast Server configuration...5 Broadcast Server

More information

Wireless PTZ Cloud Camera TV-IP851WC (v1.0r)

Wireless PTZ Cloud Camera TV-IP851WC (v1.0r) (v1.0r) TRENDnet s Wireless PTZ Cloud Camera, model, takes the work out of viewing video over the internet. Previously to view video remotely, users needed to perform many complicated and time consuming

More information

idmss(ipad/iphone) Mobile Client Software User s Manual

idmss(ipad/iphone) Mobile Client Software User s Manual idmss(ipad/iphone) Mobile Client Software User s Manual IPhone/IPad Self adaptive Contents 1 OVERVIEW...3 1.1 General Introduction...3 1.2 Feature...3 1.3 Environment...3 2 SOFTWARE INSTRUCTION...4 2.1

More information

GV-AView for Android Smartphones & Tablets

GV-AView for Android Smartphones & Tablets GV-AView for Android Smartphones & Tablets You can now access GV-System using Android version 2.2 to 4.1.2 to watch live view or play back recorded videos. Download GV-AView from Android Market, and after

More information

Wowza Streaming Cloud TM Overview

Wowza Streaming Cloud TM Overview Wowza Streaming Cloud TM Overview Wowza Media Systems, LLC February 2015 This document is for informational purposes only and in no way shall be interpreted or construed to create any warranties of any

More information

Aspera Connect 2.4.7. Linux 32/64-bit. Document Version: 1

Aspera Connect 2.4.7. Linux 32/64-bit. Document Version: 1 Aspera Connect 2.4.7 Linux 32/64-bit Document Version: 1 2 Contents Contents Introduction... 3 Setting Up... 4 Upgrading from a Previous Version...4 Installation... 4 Set Up Network Environment... 5 Basic

More information

4-CH Hybrid Digital Video Recorder

4-CH Hybrid Digital Video Recorder 4-CH Hybrid Digital Video Recorder Key Features Hardware Embedded, highly-reliable standalone HDVR Supports 4-ch BNC connectors Supports dual local display (VGA and HDMI) Supports 3.5" SATA x 1 HDD Supports

More information

Megapixel IP66. IP66 Waterproof Housing, Cable through bracket and Anti-Fog Front Cover

Megapixel IP66. IP66 Waterproof Housing, Cable through bracket and Anti-Fog Front Cover BU-3026 3-Megapixel 25 meter Wide Angle IR Bullet Type IPCAM IP66 Housing with Cable through Bracket 3-Megapixel 1/2.5" CMOS Sensor Support 25FPS at 2048x1536 or 30FPS at 1080P 802.3af PoE Port 2.6mm CS

More information

Recording. http://www.qnap.com/nvr/compatibilityx01.html. Smart recording (depending on the camera models)

Recording. http://www.qnap.com/nvr/compatibilityx01.html. Smart recording (depending on the camera models) VS-2108L Hardware Spec. CPU Marvell 1.6GHz DRAM 512MB DDRIII RAM Flash Memory 512MB Hard Disk Drive 2 x 3.5" SATA I/II hard disk drive (HDD) NOTE: 1. The system is shipped without hard disk drives. 2.

More information

How to Use Motion Detection in ACTi Cameras

How to Use Motion Detection in ACTi Cameras ACTi Knowledge Base Category: Installation & Configuration Note Sub-category: Application Model: All Firmware: N/A Software: N/A Author: Ando.Meritee Published: 2010/11/19 Reviewed: 2011/03/02 How to Use

More information

Quick Guide of DDNS Settings

Quick Guide of DDNS Settings Quick Guide of DDNS Settings Solution: With the development of surveillance systems, more and more users want to use ADSL to realize video surveillance through network. But ADSL gives dynamic IP addresses

More information

Blue Coat Security First Steps Solution for Deploying an Explicit Proxy

Blue Coat Security First Steps Solution for Deploying an Explicit Proxy Blue Coat Security First Steps Solution for Deploying an Explicit Proxy SGOS 6.5 Third Party Copyright Notices 2014 Blue Coat Systems, Inc. All rights reserved. BLUE COAT, PROXYSG, PACKETSHAPER, CACHEFLOW,

More information