Specifications
w w w . a c t i . c o m
* All specications are subject to change without notice.
* All brand names and registered trademarks are the property of their respective owners.
63
• Easy to integrate into video surveillance application
• Simple calls to link video server and decoding
• Visual C, C++, Visual BASIC and JavaScript Supported
• Sample codes included
• C Library edition
• ActiveX Control edition
• URL Command edition
Versatile support on industry-standard programming languages
ACTi SDK-3000 offers a simple but exible way to enable quick and cost-effective development of Transcoder
management functions with various development environments, such as Windows API, COM+, ActiveX Control
and URL commands. User may implement video surveillance system using Visual C++, Visual BASIC and
browser script programming language (HTML + JavaScript). Sample codes (in Visual C++, Visual BASIC and
HTML + JavaScript) are included.
Software modules
ACTi Streaming SDK modules include Search, Manage, Add and Delete modules. User may program with these
modules through supported programming languages
Sample implementation codes
To implement a video surveillance system with ActiveX Control, the codes are listed as follow:
SDK-3000
ACTi SDK-3000
S o f t w a r e D e v e l o p m e n t K i t
Development Environment
Environment Win 2000, Win XP, Win 2003
Programming Language
Visual C++ v6.0, Visual Studio.Net, Visual Studio.Net 2003, Visual BASIC
v6.0, Visual BASIC.Net, HTML + JavaScript
Functionality
Add Media Source Link transcoder with video server or other media source on the network
Delete Media Source Remove the link between transcoder and the media source
Digital I/O Event Handles digital I/O events
Serial Port Function Handles serial port command passed from media source on the network
OSD Function Manage and display OSD information
PRODUCT SPECIFICATION
;; link video server
objMedia.DirectConnect( “192.168.1.100”, “root”, “password”, “10060” )
;; play on the transcoder
objMedia.DirectPlay( “192.168.1.1”, “Guest”, “Guest”, 99 )










