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

fix: include all master playlists in default audio group #1149

Merged
merged 4 commits into from
Jun 24, 2021

Conversation

brandonocasey
Copy link
Contributor

@brandonocasey brandonocasey commented Jun 23, 2021

Description

Depends upon videojs/mux.js#388
Fixes #1034

This prevents issues where the default audio group that we add does not have any playlist attributes of it's own so our playlist switching logic throws errors when trying to access properties.

@codecov
Copy link

codecov bot commented Jun 23, 2021

Codecov Report

Merging #1149 (caccb2e) into main (93b293a) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1149      +/-   ##
==========================================
+ Coverage   86.47%   86.49%   +0.01%     
==========================================
  Files          39       39              
  Lines        9500     9512      +12     
  Branches     2189     2193       +4     
==========================================
+ Hits         8215     8227      +12     
  Misses       1285     1285              
Impacted Files Coverage Δ
src/media-groups.js 98.67% <100.00%> (+<0.01%) ⬆️
src/transmuxer-worker.js 74.37% <0.00%> (+0.07%) ⬆️

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 93b293a...caccb2e. Read the comment docs.

gkatsev
gkatsev previously approved these changes Jun 24, 2021
@brandonocasey brandonocasey merged commit 297e2c7 into main Jun 24, 2021
@brandonocasey brandonocasey deleted the fix/audio-only-no-groups branch June 24, 2021 20:27
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.

Audio stream stalls after first segment in latest http-streaming but not legacy video-contrib-hls
2 participants