Values.StreamSessionSourceObject that captures the Amazon IVS configuration that the customer provisioned, the ingest configurations that the broadcaster used, and the most recent Amazon IVS stream events it encountered.
type nonrec t = {streamId : StreamId.t option;Unique identifier for a live or previously live stream in the specified channel.
*)startTime : Time.t option;Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a string.
*)endTime : Time.t option;Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a string. For live streams, this is NULL.
*)channel : Channel.t option;The properties of the channel at the time of going live.
*)ingestConfiguration : IngestConfiguration.t option;The properties of the incoming RTMP stream. Note: ingestConfiguration is deprecated in favor of ingestConfigurations but retained to ensure backward compatibility. If multitrack is not enabled, ingestConfiguration and ingestConfigurations contain the same data, namely information about Track0 (the sole track). If multitrack is enabled, ingestConfiguration contains data for only the first track (Track0) and ingestConfigurations contains data for all tracks.
*)ingestConfigurations : IngestConfigurations.t option;The properties of the incoming RTMP stream. If multitrack is enabled, ingestConfigurations contains data for all tracks; otherwise, it contains data only for Track0 (the sole track).
*)recordingConfiguration : RecordingConfiguration.t option;The properties of recording the live stream.
*)truncatedEvents : StreamEvents.t option;List of Amazon IVS events that the stream encountered. The list is sorted by most recent events and contains up to 500 events. For Amazon IVS events, see Using Amazon EventBridge with Amazon IVS.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Time.t ])
list ]
list
| `String of StreamId.t
| `Structure of
(string
* [> `Boolean of IsAuthorized.t
| `Enum of string
| `Integer of RecordingReconnectWindowSeconds.t
| `List of
[> `Structure of
(string * [> `Long of Integer.t | `String of String_.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ChannelArn.t
| `Structure of
(string
* [> `Boolean of IsMultitrackInputEnabled.t
| `Enum of string
| `List of [> `Enum of string ] list
| `Long of Integer.t
| `String of SrtEndpoint.t
| `Structure of
(string * [> `String of S3DestinationBucketName.t ]) list ])
list ])
list
| `Timestamp of Time.t ])
list ]