videojs / http-streaming

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

fix: update m3u8 parser version and restore dateTimeObject and dateTimeString usage #1412

Closed harisha-swaminathan closed 1 year ago

harisha-swaminathan commented 1 year ago

This PR shouldn't be merged before

Description

Restores dateTimeObject and dateTimeString segment properties that were previously removed and refactored in these two PRs

codecov[bot] commented 1 year ago

Codecov Report

Merging #1412 (ea0bb04) into main (4153b8a) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1412      +/-   ##
==========================================
- Coverage   85.56%   85.55%   -0.01%     
==========================================
  Files          41       41              
  Lines       10147    10145       -2     
  Branches     2353     2351       -2     
==========================================
- Hits         8682     8680       -2     
  Misses       1465     1465              
Files Changed Coverage Δ
src/segment-loader.js 96.47% <ø> (-0.01%) :arrow_down:
src/playlist-loader.js 95.19% <100.00%> (ø)
src/sync-controller.js 97.44% <100.00%> (ø)
src/util/time.js 92.68% <100.00%> (ø)

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