Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use new mpd-parser API for handling live DASH refreshes #1231

Merged
merged 3 commits into from
Dec 17, 2021

Conversation

gesinger
Copy link
Contributor

@gesinger gesinger commented Dec 6, 2021

In order to support the new mpd-parser API, whenever a DASH manifest
refreshes, the prior parsed manifest object needs to be passed in as
previousManifest. This change adds support for that.

NOTE: this is to support an upcoming feature in mpd-parser:
videojs/mpd-parser#152

Requirements Checklist

  • Feature implemented / Bug fixed
  • If necessary, more likely in a feature request than a bug fix
  • Reviewed by Two Core Contributors

In order to support the new mpd-parser API, whenever a DASH manifest
refreshes, the prior parsed manifest object needs to be passed in as
`previousManifest`. This change adds support for that.

NOTE: this is to support an upcoming feature in mpd-parser:
videojs/mpd-parser#152
@codecov
Copy link

codecov bot commented Dec 6, 2021

Codecov Report

Merging #1231 (e63677a) into main (bfd0ad0) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1231      +/-   ##
==========================================
- Coverage   86.31%   86.30%   -0.01%     
==========================================
  Files          39       39              
  Lines        9796     9797       +1     
  Branches     2278     2278              
==========================================
  Hits         8455     8455              
- Misses       1341     1342       +1     
Impacted Files Coverage Δ
src/dash-playlist-loader.js 90.08% <100.00%> (+0.02%) ⬆️
src/master-playlist-controller.js 94.65% <0.00%> (-0.13%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bfd0ad0...e63677a. Read the comment docs.

gkatsev
gkatsev previously approved these changes Dec 15, 2021
@gkatsev
Copy link
Member

gkatsev commented Dec 17, 2021

Once we get the mpd-parser change from videojs/mpd-parser#152 released and updated here, we can merge this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants