![AMX MAX-CSD 10 Operation And Reference Manual Download Page 90](http://html1.mh-extra.com/html/amx/max-csd-10/max-csd-10_operation-and-reference-manual_2938532090.webp)
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
Summary of Contents for MAX-CSD 10
Page 6: ...iv MAX CSE MAX CSD10 Operation Reference Guide Table of Contents...
Page 14: ...MAX CSD10 Video Decoder 8 MAX CSE MAX CSD10 Operation Reference Guide...
Page 24: ...MAX CSE and MAX CSD10 Installation 18 MAX CSE MAX CSD10 Operation Reference Guide...
Page 80: ...Displaying Stream Content 74 MAX CSE MAX CSD10 Operation Reference Guide...
Page 108: ...NetLinx Programming 102 MAX CSE MAX CSD10 Operation Reference Guide...
Page 109: ...Programming 103 MAX CSE MAX CSD10 Operation Reference Guide...