Values.SrtOutputSettingsSourceSrt Output Settings
type nonrec t = {bufferMsec : int option;SRT output buffering in milliseconds. A higher value increases latency through the encoder. But the benefits are that it helps to maintain a constant, low-jitter SRT output, and it accommodates clock recovery, input switching, input disruptions, picture reordering, and so on. Range: 0-10000 milliseconds.
*)containerSettings : UdpContainerSettings.t;destination : OutputLocationRef.t;encryptionType : SrtEncryptionType.t option;The encryption level for the content. Valid values are AES128, AES192, AES256. You and the downstream system should plan how to set this field because the values must not conflict with each other.
*)latency : int option;The latency value, in milliseconds, that is proposed during the SRT connection handshake. SRT will choose the maximum of the values proposed by the sender and receiver. On the sender side, latency is the amount of time a packet is held to give it a chance to be delivered successfully. On the receiver side, latency is the amount of time the packet is held before delivering to the application, aiding in packet recovery and matching as closely as possible the packet timing of the sender. Range: 40-16000 milliseconds.
*)}val make :
?bufferMsec:??? ->
?encryptionType:??? ->
?latency:??? ->
containerSettings:UdpContainerSettings.t ->
destination:OutputLocationRef.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of int
| `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Double of float
| `Enum of string
| `Integer of int
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `String of string ])
list ])
list ])
list ])
list ]