Module Values.UdpOutputSettingsSource

Udp Output Settings

Sourcetype nonrec t = {
  1. bufferMsec : int option;
    (*

    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.

    *)
  2. containerSettings : UdpContainerSettings.t;
  3. destination : OutputLocationRef.t;
    (*

    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).

    *)
  4. fecOutputSettings : FecOutputSettings.t option;
    (*

    Settings for enabling and adjusting Forward Error Correction on UDP outputs.

    *)
}
Sourceval context_ : string
Sourceval make : ?bufferMsec:??? -> ?fecOutputSettings:??? -> containerSettings:UdpContainerSettings.t -> destination:OutputLocationRef.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `Structure of (string * [> `Enum of string | `Integer of int | `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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t