AMX MAX-CSD 10 Stereo Receiver User Manual


 
NetLinx Programming
84
MAX-CSE/MAX-CSD10 Operation/Reference Guide
MAX-CSD Streaming Send_Commands (Cont.)
Command Description
GET CONTROL MODE
Gets the control mode of the
stream.
Syntax:
SEND_COMMAND <DEV>,'GET CONTROL MODE'
Variable:
Mode = MANUAL or SAP or RTSP
Example:
SEND_COMMAND DECODER, 'GET CONTROL MODE'
System response:
CONTROL MODE=SAP
GET FORMAT
Get a description of the
format used by the current
incoming video signal.
Gets the current video format.
Syntax:
SEND_COMMAND <DEV>,'GET FORMAT'
Example:
SEND_COMMAND DECODER,'GET FORMAT'
System response:
FORMAT = NTSC
GET RTSP SERVER
Gets an RTSP SERVER
entry from the list of 10.
Syntax:
SEND_COMMAND <DEV>, 'GET RTSP SERVER <num>'
Variables:
num = 1 to 10 entries that the user may use.
Example:
SEND_COMMAND DECODER, 'GET RTSP SERVER 1'
System response:
RTSP LIST= rtsp://www.foo.com/myvideo.sdp 10.0.0.101 1234
GET SAP IP MODE
Get the current SAP Listener
ip address mode.
Syntax:
SEND_COMMAND <DEV>, 'GET SAP IP MODE'
Example:
SEND_COMMAND DECODER, 'GET SAP IP MODE'
System response:
SAP IP MODE=ALT
GET SAP IP ALT
Gets the SAP Listener IP
Alternative multicast address.
Syntax:
SEND_COMMAND <DEV>, 'GET SAP IP ALT'
Example:
SEND_COMMAND DECODER, 'GET SAP IP ALT'
System response:
SAP IP ALT=224.3.127.254:1234
GET SESSION CURSOR
Queries the current session
that is selected for streaming.
This command allows the user to query the current session that is selected for
streaming.
This value will not be valid until GET SESSION LIST command is issued. It is
possible for the value of the SESSION CURSOR to be set or invalidated by a
web interface selection. It will considered invalidated if it returns 0.
Syntax:
SEND_COMMAND <DEV>, 'GET SESSION CURSOR'
Example:
SEND_COMMAND DECODER, 'GET SESSION CURSOR'
System response:
SESSION CURSOR=2