Description:
Set transport ip protocol (TCP, UDP, etc).
Note: TCP has two modes, client and server mode. In order to set the unit
as a client, use MSI command to set ip address to any tcp valid address except 0.0.0.0.
When using TCP as server, use MSI command to set ip address to 0.0.0.0.
Form:
Command Handler: ECMD
IPTRANSTYPE | ITT | IY [CHANNEL] [ ARGUMENT ]
Channel List (args are not case sensitive):
Terse Verbose Description
CHn CHn The ITT 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 Description
ARGUMENT Transport ip protocol: UDP, TCP, RTMP, ZIXI
Response:
MODIFY IPTRANSTYPE 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 IPTRANSTYPE RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, followed by
"IPTRANSTYPE= [TRANSPORT IP PROTOCOL]\r\n", or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, followed by
"[TRANSPORT IP PROTOCOL]\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 IPTRANSTYPE <enter>
Response is: OK\r\n
IPTRANSTYPE= TCP\r\n
*.ECMD IPTRANSTYPE CH1 <enter>
Response is: OK\r\n
IPTRANSTYPE= UDP\r\n
Terse command to retrieve current setting:
*.ECMD IY <enter>
Response is: 0\r\n
UDP\r\n
Verbose command to change setting:
*.ECMD IPTRANSTYPE UDP <enter>
Response is: OK\r\n
Terse command to change setting:
*.ECMD IY TCP <enter>
Response is: 0\r\n
Verbose command to change setting while specifying a channel:
*.ECMD IPTRANSTYPE CH1 UDP <enter>
Response is: OK\r\n
Terse command to change setting while specifying a channel:
*.ECMD IY CH1 TCP <enter>
Response is: 0\r\n
Notes:
RTMP Notes.
Some settings need to be manually set for RTMP compliance:
1. Autofill OFF
2. GOP CLOSED IBBP 30
3. Audio Single channel AAC-LC 128k ADTS MP2
4. Progressive Video
5. Rate should follow the recevier's guidelines.
The maximum currently supported is 4 mbps.