Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 5c73aee

Browse files
committed
MssFragmentController: keep live DVR segment timeline starting point in case of start-over streams
1 parent 4f0a433 commit 5c73aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/js/mss/MssFragmentController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Mss.dependencies.MssFragmentController = function() {
8888

8989
// Update segment timeline according to DVR window
9090
if (manifest.timeShiftBufferDepth && manifest.timeShiftBufferDepth > 0) {
91-
if (segmentsUpdated) {
91+
if (segmentsUpdated && manifest.startOver !== true) {
9292
// Get timestamp of the last segment
9393
segment = segments[segments.length - 1];
9494
t = segment.t;

0 commit comments

Comments
 (0)