From b33e1091a1a395678f47e23ac0d61eefec173c72 Mon Sep 17 00:00:00 2001 From: Brandon Casey <2381475+brandonocasey@users.noreply.github.com> Date: Fri, 19 Mar 2021 12:01:56 -0400 Subject: [PATCH] feat: Add EXT-X-PART support behind a flag for LL-HLS (#1055) --- index.html | 4 ++ package-lock.json | 6 +- package.json | 2 +- scripts/index-demo-page.js | 11 +++- src/manifest.js | 42 ++++++++++++- src/media-segment-request.js | 2 +- src/playlist-loader.js | 95 ++++++++++++++++++++++------ src/segment-loader.js | 115 +++++++++++++++++++++++++--------- src/videojs-http-streaming.js | 3 +- test/loader-common.js | 107 +++++++++++++++++++++++++++++++ test/segment-loader.test.js | 1 + test/test-helpers.js | 34 +++++++--- 12 files changed, 357 insertions(+), 65 deletions(-) diff --git a/index.html b/index.html index 040ceaa2c..10fce56f4 100644 --- a/index.html +++ b/index.html @@ -80,6 +80,10 @@

Options

Handle Partial (reloads player) +