Values.CreateLowLatencyHlsManifestConfigurationSourceCreate a low-latency HTTP live streaming (HLS) manifest configuration.
type nonrec t = {manifestName : ManifestName.t;A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.
*)childManifestName : ManifestName.t option;A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index, with an added suffix to distinguish it from the manifest name. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.
*)scteHls : ScteHls.t option;startTag : StartTag.t option;manifestWindowSeconds : CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger.t
option;The total duration (in seconds) of the manifest's content.
*)programDateTimeIntervalSeconds : CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger.t
option;Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.
*)filterConfiguration : FilterConfiguration.t option;urlEncodeChildManifest : Boolean.t option;When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol. For more information, see Amazon Web Services Signature Version 4 for API requests in Identity and Access Management User Guide.
*)uriPathType : UriPathType.t option;The type of path to use in manifest URIs. LEAF uses leaf-relative paths (for example, index_1.m3u8). ROOT uses root-relative paths that include the full path from root (for example, /out/v1/channel-group/channel/endpoint/index_1.m3u8). If you don't specify a value, the default is LEAF.
*)}val make :
?childManifestName:??? ->
?scteHls:??? ->
?startTag:??? ->
?manifestWindowSeconds:??? ->
?programDateTimeIntervalSeconds:??? ->
?filterConfiguration:??? ->
?urlEncodeChildManifest:??? ->
?uriPathType:??? ->
manifestName:ManifestName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of
CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger.t
| `String of ManifestName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Float of Float_.t
| `Integer of FilterConfigurationTimeDelaySecondsInteger.t
| `String of FilterConfigurationManifestFilterString.t
| `Timestamp of Timestamp.t ])
list ])
list ]