Passthrough - VBrick 9000 Admin Manual

Hide thumbs Also See for 9000:
Table of Contents

Advertisement

Run Scripts Using Event Triggers
The event triggering feature lets you use an external switch or power source to control the
functions of the VBrick encoder. See "Event Triggering" in the Getting Started Guide for more
information.
Run Scripts Using the iPhone App
VBrick provides an iPhone app which you can use to monitor the status of 7000/9000 Series
H.264 devices. This app lets you perform basic configuration tasks by running predefined
scripts. You cannot modify configuration parameters except by running a script. See "VBrick
iPhone App" in the Getting Started Guide for more information.
Sample Script
The following script sets the video bit rate for channel 1 rate 1 then waits 1 second. The
extension
refers to the first channel and the first rate.
.1.1
SVAR vbrickEncoderVideoH264TargetBitRate.1.1=4000000
//The Apply is common for all rates in channel 1
SVAR vbrickEncoderVideoCommonApplySet.1=2
//
//blank lines are not allowed
//
WAIT 1000
Scripting Syntax
Script commands must start in column 1.
(set variable) must precede the variable name.
svar
Wait time is defined milliseconds. A value of 1000 = 1 second.
Most variable changes require an
There is no clear command.
There is no chaining of scripts.
Comments are not allowed on the same line as a command.
Comments start with
Blank lines are not allowed.
All scripts are executed in a strictly serial manner by a single task.
While executing a script it is possible to miss a double change of any event.

Passthrough

To access the
1. Navigate to
The TCP/IP network can serve as an intermediary between two VBrick encoders and their
serial ports or between a PC application sending IP packets and an encoder's serial port. This
feature supports a wide range of serial applications. End-to-end control is initiated by
enabling or disabling Passthrough. For more about passthrough, and how it can be used, see
the Encoder Getting Started Guide.
VBrick 9000 Encoder Admin Guide
ApplySet
in column 1.
//
fields:
Passthrough
>
System Configuration
.
Advanced Configurations
System Configuration
>
.
Passthrough
41

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents