Closed adrums86 closed 12 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
b4dd748
) 86.14% compared to head (fbfcc0c
) 86.14%.
Files | Patch % | Lines |
---|---|---|
src/playlist-controller.js | 90.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I think we can close this one in favor of this one: https://github.com/videojs/http-streaming/pull/1457
Closing this and reverting the original commit in #1457 instead.
Description
In order to reduce complexity when changing renditions, lets remove
replaceSegmentsUntil
and simplypause
,reset
thenload
all the segment loaders when doing a fastQualityChange.Specific Changes proposed
remove
replaceSegmentsUntil
and replace with a simpler quality change mechanism.Requirements Checklist