diff --git a/src/dash/utils/TimelineConverter.js b/src/dash/utils/TimelineConverter.js index 0848d07384..2389f88672 100644 --- a/src/dash/utils/TimelineConverter.js +++ b/src/dash/utils/TimelineConverter.js @@ -83,7 +83,7 @@ function TimelineConverter() { availabilityTime = mpd.availabilityEndTime; } } else { - if (isDynamic && mpd.timeShiftBufferDepth !== Number.POSITIVE_INFINITY) { + if (isDynamic) { // SAST = Period@start + seg@presentationStartTime + seg@duration // ASAST = SAST - ATO const availabilityTimeOffset = representation.availabilityTimeOffset;