end In Units
Parameters
The absolute end time boundary. Applies to Video on Demand (VoD). For the Live Streaming presentation, it is silently ignored and applied when the presentation ends and the stream becomes VoD. This is a long value that represents an absolute end point of the presentation, rounded to the closest next GOP start. The unit is defined by unit_timescale_in_milliseconds
, so an end_in_units
of 180 would be for 3 minutes. Use start_in_units
and end_in_units
to trim the fragments that will be in the playlist (manifest). For example, start_in_units
set to 20 and end_in_units
set to 60 using unit_timescale_in_milliseconds
in 1000 will generate a playlist that contains fragments from between 20 seconds and 60 seconds of the VoD presentation. If a fragment straddles the boundary, the entire fragment will be included in the manifest.