AMX MAX-CSD10 Webcam User Manual


 
NetLinx Programming
93
MAX-CSE/MAX-CSD10 Operation/Reference Guide
MAX-CSD10 Streaming Send_Commands (Cont.)
Command Description
SET RTSP SERVER
Sets the information in an
RTSP server entry.
Configures the contents of an RTSP server entry.
Syntax:
SEND_COMMAND <DEV>,"'SET RTSP SERVER <index><URL>
<Address> <Port>'"
Variable:
index = position index of the RTSP server list.
URL = URL of the content.
Address = server address in IPv4 dot notation (ex: X.X.X.X).
Port = RTSP port number
Example:
SEND_COMMAND DECODER,"'GET RTSP SERVER 1
rtsp://www.example.com/some_media.mp4
192.168.2.5 554'"
Configures the first RTSP entry with a URL of “rtsp://www.example.com/
some_media.mp4”, IP address of 192.168.2.5 and port of 554.
SET SAP IP MODE
Configure whether the default
or alternate SAP address is
used.
Configures whether the default or alternate SAP address is used when
listening to advertisements.
Syntax:
SEND_COMMAND <DEV>,"'SET SAP IP MODE <mode>'"
Variable:
mode = DEFAULT or ALT.
Example:
SEND_COMMAND DECODER,"'SET SAP IP MODE ALT'"
Instructs the MAX-CSD10 to use the IP address and port configured used by
the SET SAP IP ALT command, when listening to SAP advertisements.
SET SAP IP ALT
Configure the alternate
address and port being used
when listening to SAP
advertisements.
Configures the alternate SAP advertisement address and port.
Syntax:
SEND_COMMAND <DEV>,"'SET SAP IP ALT<ip>:<port>'"
Variable:
address = Address for SAP advertisements in IPv4 dot notation
(ex: X.X.X.X).
port = Port for SAP advertisements.
Example:
SEND_COMMAND DECODER,"'SET SAP IP ALT
224.2.127.254:9875'"
Configures the alternate SAP IP address and port to multicast address
224.2.127.254 and port 9875.
SET SESSION CURSOR
Sets the position in the
session list.
Sets the current position in the SAP session list, of the stream the decoder will
be watching, while in SAP control mode.
Syntax:
SEND_COMMAND <DEV>,"'SET SESSION CURSOR <position>'"
Variable:
position = numeric index
Example:
SEND_COMMAND DECODER,"'SET SESSION CURSOR 2'"
Sets the MAX-CSD10 session cursor to position 2 in the SAP session list.