videojs / http-streaming

HLS, DASH, and future HTTP streaming protocols library for video.js
https://videojs-http-streaming.netlify.app/
Other
2.45k stars 419 forks source link

feat: Start at offset from EXT-X-START #1389

Closed mister-ben closed 1 year ago

mister-ben commented 1 year ago

Starts at the offset specified in an EXT-X-START tag, which was currently parsed but not implemented.

Requirements Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #1389 (7421278) into main (2356c34) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1389      +/-   ##
==========================================
+ Coverage   85.45%   85.46%   +0.01%     
==========================================
  Files          40       40              
  Lines       10010    10017       +7     
  Branches     2317     2319       +2     
==========================================
+ Hits         8554     8561       +7     
  Misses       1456     1456              
Impacted Files Coverage Δ
src/playlist-controller.js 95.20% <100.00%> (+0.04%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

adrums86 commented 1 year ago

I want to get this into the next release. Merging.