Description:
Port number to be used for sending UDP transfers. Set in conjunction with MULTICASTSIPA
(multicast group IP Address). Range is 0-65535. If the port number is set to 0, then no
UDP transfers will take place. 0 is default. Well known ports are 1-999, less well known
are 1000-1199.
The command format has been modified to allow for multiple decode channels in a single unit.
Form:
Command Handler: ECMD
MULTICASTSP|MSP|MS [CHANNEL] [ARGUMENT]
Channel List (args are not case sensitive):
Terse Verbose Description
CHn CHn The MSP will be set for channel n, where n is a
valid channel number, starting at 0.
If no CHANNEL is argued, the system will default to channel 0.
Argument List:
Terse Verbose Description
0 none Disabled. This is the default setting.
1-65535 none Port # to use.
Response:
MODIFY MULTICASTSP RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, or
"[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
"\r\n" concludes modify responses (empty line)
DISPLAY MULTICASTSP RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, followed by
"MULTICASTSP CHn= [PORT NUMBER]\r\n", or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, followed by
"[PORT NUMBER]\r\n", or
"[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
"\r\n" concludes display responses (empty line)
Examples:
Verbose command to retrieve current setting:
*.ECMD MULTICASTSP <enter>
Response is: OK\r\n
MULTICASTSP CH0= 0\r\n
Terse command to retrieve current setting:
*.ECMD MS <enter>
Response is: 0\r\n
0\r\n
Verbose command to change setting:
*.ECMD MULTICASTSP 1200 <enter>
Response is: OK\r\n
Terse command to change setting:
*.ECMD MS 1200 <enter>
Response is: 0\r\n
Verbose command to change setting while specifying a channel:
*.ECMD MULTICASTSP CH1 1200 <enter>
Response is: OK\r\n
Terse command to change setting while specifying a channel:
*.ECMD MS CH1 1200 <enter>
Response is: 0\r\n
Notes:
This value is ignored for IPTRANSTYPE RTMP.