SightLine Applications Command, Control, and Script API
v3.4
|
Configure output format of Ethernet Video.
Sets the destination IP address and port number where the video will be sent.
See also SLAVideoDisplay_t to set the Display Destination mode.
Video quality settings can be set using SLASetEthernetVideoParameters_t and/or SLASetH264Parameters_t depending on which Video Mode is selected.
Message ID 0x29
Byte Offset | Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
4 | protocol | Video encoding and transport
| ||||||||||
5-8 | ipAddr | Any valid IPv4 address. If address is within the valid Multicast range the video will be sent as a multicast packet. For example: the address 224.10.10.10 is in the Multicast range, and setting ipAddr to this address will cause multicast video to be sent. The Time To Live(TTL) for all Multicast packets is set to 64, so this will limit how many intermediate hops between the source(SLA Hardware) and the destination(the PC). If Broadcast Ethernet Video bit is set to 1, then you must set the IP address to 255.255.255.255. | ||||||||||
9-10 | port | Any value > 0, port 5004 recommended for RTP MJPEG; port 15004 recommended for other protocols. NOTE: Per RFC 3550 port number should be even for RTP protocols. Odd port will be rejected and system will generate a SLAUserWarningMessage_t. | ||||||||||
11-12 | displayId | Network Display ID 3000 / 4000: (0x0002 = Net0, 0x0080 = Net1, 0x0082 = both) 1500: Ignored or 0x0000 | ||||||||||
13-14 | maxPacket | Maximum number of bytes transferred in each UDP packet (188..1472). Only valid when protocol is 1, 3, 4, 8, or 11. |
Firmware Version: 3.4