Description:
Sets the multicast receive Group IP address. IP Multicast receiving is supported from
compatible streamers. The range of the multicast group IP is 224.10.XXX.XXX to
239.XXX.XXX.XXX (XXX represents any number 0 through 255). This can be either regular
(class A, B, C) IP address or a multicast IP address.
The command format has been modified to allow for multiple decode channels in a single unit.
At this time, only channel 0 is supported.
Form:
Command Handler: DCMD
MULTICASTRIPA|MRI|MI [CHANNEL] [ARGUMENT]
Channel List (args are not case sensitive):
Terse Verbose Description
CHn CHn The MRI 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
nnn.nnn.nnn.nnn none Desired group IP address
Response:
MODIFY MULTICASTRIPA 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 MULTICASTRIPA RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, followed by
"MULTICASTRIPA CHn= [IP ADDRESS]\r\n", or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, followed by
"[IP ADDRESS]\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:
*.DCMD MULTICASTRIPA <enter>
Response is: OK\r\n
MULTICASTRIPA CH0= 224.10.150.150\r\n
*.DCMD MULTICASTRIPA CH1 <enter>
Response is: OK\r\n
MULTICASTRIPA CH1= 224.10.150.150\r\n
Terse command to retrieve current setting:
*.DCMD MI <enter>
Response is: 0\r\n
224.10.150.150\r\n
Verbose command to change setting:
*.DCMD MULTICASTRIPA 239.10.15.2 <enter>
Response is: OK\r\n
Terse command to change setting:
*.DCMD MI 239.10.15.2 <enter>
Response is: 0\r\n
Verbose command to change setting while specifying a channel:
*.DCMD MULTICASTRIPA CH1 239.10.15.2 <enter>
Response is: OK\r\n
Terse command to change setting while specifying a channel:
*.DCMD MI CH1 239.10.15.2 <enter>
Response is: 0\r\n
Notes: