Description:
Enable or disable the use of RTP for the encoder's multicast send.
Form:
Command Handler: ECMD [CH] [Argument]
RTP|RTP|R1
Argument List:
Terse Verbose Description
CHn CHn The RTP 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 CH0.
Terse Verbose Description
0 OFF Disable RTP
1 ON Enable RTP
Response:
MODIFY RTP 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 RTP RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, followed by
"CONSTANTCAPTURE= [ON/OFF]\r\n", or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, followed by
"[TERSE NUMERIC VALUE]\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 RTP <enter>
Response is: OK\r\n
RTP= OFF\r\n
Terse command to retrieve current setting:
*.ECMD R1 <enter>
Response is: 0\r\n
0\r\n
Verbose command to change setting:
*.ECMD RTP ON <enter>
Response is: OK\r\n
Terse command to change setting:
*.ECMD R1 0 <enter>
Response is: 0\r\n
Verbose command to change setting:
*.ECMD RTP CH2 ON <enter>
Response is: OK\r\n
Terse command to change setting:
*.ECMD R1 2 0 <enter>
Response is: 0\r\n
Notes: