/AWS1/CL_MDLUDPOUTPUTSETTINGS¶
Udp Output Settings
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_containersettings
TYPE REF TO /AWS1/CL_MDLUDPCONTAINERSTGS
/AWS1/CL_MDLUDPCONTAINERSTGS
¶
ContainerSettings
io_destination
TYPE REF TO /AWS1/CL_MDLOUTPUTLOCATIONREF
/AWS1/CL_MDLOUTPUTLOCATIONREF
¶
Destination address and port number for RTP or UDP packets. Can be unicast or multicast RTP or UDP (eg. rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).
Optional arguments:¶
iv_buffermsec
TYPE /AWS1/MDL__INTEGERMIN0MAX10001
/AWS1/MDL__INTEGERMIN0MAX10001
¶
UDP output buffering in milliseconds. Larger values increase latency through the transcoder but simultaneously assist the transcoder in maintaining a constant, low-jitter UDP/RTP output while accommodating clock recovery, input switching, input disruptions, picture reordering, etc.
io_fecoutputsettings
TYPE REF TO /AWS1/CL_MDLFECOUTPUTSETTINGS
/AWS1/CL_MDLFECOUTPUTSETTINGS
¶
Settings for enabling and adjusting Forward Error Correction on UDP outputs.
Queryable Attributes¶
BufferMsec¶
UDP output buffering in milliseconds. Larger values increase latency through the transcoder but simultaneously assist the transcoder in maintaining a constant, low-jitter UDP/RTP output while accommodating clock recovery, input switching, input disruptions, picture reordering, etc.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BUFFERMSEC() |
Getter for BUFFERMSEC, with configurable default |
ASK_BUFFERMSEC() |
Getter for BUFFERMSEC w/ exceptions if field has no value |
HAS_BUFFERMSEC() |
Determine if BUFFERMSEC has a value |
ContainerSettings¶
ContainerSettings
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTAINERSETTINGS() |
Getter for CONTAINERSETTINGS |
Destination¶
Destination address and port number for RTP or UDP packets. Can be unicast or multicast RTP or UDP (eg. rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESTINATION() |
Getter for DESTINATION |
FecOutputSettings¶
Settings for enabling and adjusting Forward Error Correction on UDP outputs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FECOUTPUTSETTINGS() |
Getter for FECOUTPUTSETTINGS |