Skip to content

Fix to update liveEdge in every segment list update

Vinay Rosenberg requested to merge github/fork/jebj/fixUpdateLiveEdge into development

Created by: jebj

Use-case : In a multi-period dynamic content with SegmentTimeline in MPD, the playback stops after first period. Root-Cause: The start time of second period is not available and playback fails. While starting the playback of the second period, start time calculation uses live edge. Live edge is not updated and it has the value of first period last segment. Analysis : liveEdge is assigned only at the beginning of playback, when it NaN. It is not updated when the second period and segments added to the manifest. This value is used in calculation of start time in setLiveEdgeSeekTarget (ScheduleController.js).

Fix for Issue #2639 (closed)

Merge request reports