Decoder commands – SVSi N8000 Control API User Manual

Page 5

Advertising
background image

5

N8000 Series Direct Control API

www.svsiav.com

Decoder Commands

Decoder Commands

Command

Description

Required Variables

Example

N-Series
Support

V-Series
Support

switch

Switches Decoder video stream by IP
address. If Decoder audio follows is
enabled, this will switch the audio stream
as well.

Decoder IP and
Encoder IP

switch 169.254.104.1 169.254.105.1 <┘

Y

Y

switch

Switches Decoder video stream by
Encoder stream number. If Decoder
audio follows is enabled, this will switch
the audio stream as well.

Decoder IP and
Encoder stream
number

switch 169.254.104.1 212 <┘

Y

Y

switchaudio

Switches Decoder audio stream by IP
address. This will only switch the audio
stream.
Note: Decoder will have an * next to its
name in the matrix when the device is
not set to audio follow video.

Decoder IP and
Encoder IP

switchaudio 169.254.104.1
169.254.105.1 <┘

Y

Y

switchaudio

Switches Decoder audio stream by
Encoder stream number. This will only
switch the audio stream.
Note: Decoder will have an * next to its
name in the matrix when the device is
not set to audio follow video.

Decoder IP and
Encoder stream
number

switchaudio 169.254.104.1 212 <┘

Y

Y

audiofollow

Sets the Decoder back to audio follow
mode. If currently listening to a different
audio stream, box will immediately
switch to current video stream’s audio.
Can also be accomplished by sending a
switchaudio command to set to stream 0.

Decoder IP

audiofollow 169.254.104.1 <┘

Y

Y

live

Sets Decoder to live play mode.

Decoder IP

live 169.254.104.1 <┘

Y

Y

local

Activates a local playlist. Valid Options
are 1-8. Check device limitations (some
devices only support playlist 1).

Decoder IP AND
playlist number

local 169.254.30.238 1<┘

Y

Y

serial

Sends stored serial command
(referenced by CommandID #) to device
at IP address.

Decoder IP and
serial command

ID serial 169.254.17.88 29<┘

Y

Y

serialhex

Sends raw serial command (HEX) to
device through N-Command. Wait time
determines time for N-Command to
automatically ask for the response from
the attached device.

wait time (in
seconds) Decoder
IP, serial command
HEX

serialhex 1 169.254.17.88 43 4f 4d 4d
41 4e 44<┘

Y

Y

serialhex

Sends raw serial command (ASCII) to
device through N-Command. Wait time
determines time for N-Command to
automatically ask for the response from
the attached device.

wait time (in
seconds), Decoder
IP, serial command
ASCII

serialhex 1 169.254.17.88
"COMMAND"<┘

Y

Y

readresponse

Reads the response from a serial
command sent from N-Command where
the "Read Response" checkbox was
enabled when command is saved, or
where serialhex command is used.

Decoder IP

readresponse 169.254.17.88<┘

Y

Y

volume

Sets the Decoder’s volume level (0-100).

Decoder IP

volume 169.254.225.39 50<┘

Y

Y

sendir

Executes IR command saved on
Decoder. Reference is by name and is
case sensitive.

Decoder IP,
command name

sendir 169.254.212.1 Play<┘

Y

N

Advertising