N6123 network video recorder commands, Decoder commands (continued) – SVSi N8000 Control API User Manual

Page 6

Advertising
background image

6

N8000 Series Direct Control API

www.svsiav.com

N6123 Network Video Recorder Commands

sendirraw

Executes IR command without saving
command on device. Uses long form
Pronto HEX Codes provided by
equipment manufacturer.

Decoder IP, IR
pronto code

sendirraw 169.254.38.121 0000 006C
0022 0000 015B 00AD 016 0016 0016
0016 0016 0041 0016 0016 0016 0016
0016 0016 0016 0016 0016 0041 0016
0041 0016 0016 0016 0016 0016 0041
0016 0041 0016 0041 0016 0041 0016
0016 0016 0016 0016 0041 0016 0016
0016 0016 0016 0041 0016 0016 0016
0016 0016 0016 0016 0041 0016 0016
0016 0041 0016 0041 0016 0016 0016
0041 0016 0041 0016 0041 0016
0622<┘

Y

N

audioon

Enables audio output for Decoder.

Decoder IP

audioon 169.254.104.1<┘

Y

Y

audiooff

Disables audio output for Decoder.

Decoder IP

audiooff 169.254.104.1<┘

Y

Y

dvion

Enables the DVI output of Decoder.

Decoder IP

dvion 169.254.104.1<┘

Y

Y

dvioff

Disables the DVI output of the Decoder.

Decoder IP

dvioff 169.254.104.1<┘

Y

Y

enablehdmiaudio

Enables digital audio output of Decoder.

Decoder IP

enablehdmiaudio 169.254.104.1<┘

Y

Y

disablehdmiaudio

Disables digital audio output of Decoder.

Decoder IP

disablehdmiaudio 169.254.104.1<┘

Y

Y

autohdmiaudio

Detects display support for digital audio
and outputs digital audio if appropriate.

Decoder IP

autohdmiaudio 169.254.104.1<┘

Y

N

cropref

Enables cropping functionality (scaler
must be enabled) to the coordinates
given in the command. X1Y1 are top-left
corner. X2Y2 are bottom-right corner.

Decoder IP, X1Y1,
X2Y2 coordinates

cropref 169.254.104.1 10 10 20 20 <┘

Y

N

getStatus

Returns the current status of the device
in an XML form.

Decoder IP

getStatus 169.254.104.1<┘

Y

Y

N6123 Network Video Recorder Commands

Command

Description

Required Variables

Example

record

Starts a single channel recording. Record description cannot
exceed 250 characters (no special characters are supported).

DVR IP, source IP, record
duration (in minutes),
record description

record 169.254.178.49
169.254.30.238 5 MY
RECORDING<┘

dsrecord

Starts a dual sync recording. Record description cannot exceed 250
characters (no special characters are supported).

DVR IP, source 1 IP, source
2 IP, record duration, record
description

dsrecord 169.254.178.49
169.254.30.238
169.254.23.72 5 MY
RECORDING 1 and MY
RECORDING 2<┘

dvrswitch1

Switches first stream on the DVR to a new selection during a
recording.

DVR IP, new source IP OR
stream number

dvrswitch1 169.254.178.49
169.254.30.238<┘

dvrswitch2

Switches second stream on the DVR to a new selection during a
recording.

DVR IP, new source IP OR
stream number

dvrswitch2 169.254.178.49
169.254.30.238<┘

mpeg

Converts the latest specified stream on the DVR to mpeg. 1 for first
stream (in dual sync recording) 2 for second stream. Bitrate default
is 7500000.

DVR IP, file, bitrate

mpeg 169.254.178.49 latest
1 bitrate:7500000<┘

mpegall

Converts all files on the DVR from a specified timeframe to mpeg.
"24 0" indicates convert all files recorded from time of command
execution back 24 hours.

DVR IP, beginning
timeframe, ending
timeframe, bitrate

mpegall 169.254.178.49 24 0
bitrate:7500000<┘

deletempegfile

Deletes the most recent mpeg file recording on the DVR.

DVR IP, file index to delete
(OR "latest" to delete the
last recorded file)

deletempegfile
169.254.178.49 latest <┘

play

Plays a specific file from a DVR. Start/stop offset in seconds. Offsets
start/stop recording by a specific time from the beginning or end of
the file. Default is 0 0.

DVR IP, file index to play
(OR "latest" to play the last
recorded file), looping, start
offset, stop offset

play 169.254.178.49 latest
noloop 0 0<┘
play 169.254.178.49
f.528E37F2.index loop 0 0<┘

stop

Stops playback on DVR.

DVR IP

stop 169.254.178.49<┘

Decoder Commands (Continued)

Command

Description

Required Variables

Example

N-Series
Support

V-Series
Support

Advertising