From 67a1201c14b2791fd3014a0d5e34f431ce8343b2 Mon Sep 17 00:00:00 2001
From: Brandon Casey <2381475+brandonocasey@users.noreply.github.com>
Date: Tue, 27 Jul 2021 16:19:52 -0400
Subject: [PATCH] feat: Add experimentalExactManifestTimings which forgoes
TIME_FUDGE_FACTOR during segment choice (#1165)
---
index.html | 4 +
scripts/index-demo-page.js | 5 +-
src/master-playlist-controller.js | 3 +-
src/playlist.js | 61 +-
src/segment-loader.js | 2 +
src/videojs-http-streaming.js | 1 +
test/playlist.test.js | 1034 +++++++++++++++--------------
7 files changed, 568 insertions(+), 542 deletions(-)
diff --git a/index.html b/index.html
index f0fd335f8..a5cdfbc8c 100644
--- a/index.html
+++ b/index.html
@@ -84,6 +84,10 @@
Options
[EXPERIMENTAL] Use Buffer Level for ABR (reloads player)
+