Values.DvbSdtSettingsSourceUse these settings to insert a DVB Service Description Table (SDT) in the transport stream of this output.
type nonrec t = {outputSdt : OutputSdt.t option;Selects method of inserting SDT information into output stream. "Follow input SDT" copies SDT information from input stream to output stream. "Follow input SDT if present" copies SDT information from input stream to output stream if SDT information is present in the input, otherwise it will fall back on the user-defined values. Enter "SDT Manually" means user will enter the SDT information. "No SDT" means output stream will not contain SDT information.
*)sdtInterval : int option;The number of milliseconds between instances of this table in the output transport stream.
*)serviceName : string option;The service name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters.
*)serviceProviderName : string option;The service provider name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters.
*)}