videojs / http-streaming

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

Revert "Fix repeated segments issue during bandwidth update" #1488

Closed dzianis-dashkevich closed 4 months ago

dzianis-dashkevich commented 4 months ago

Reverts videojs/http-streaming#1477

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ef71ff3) 86.06% compared to head (79851bf) 86.06%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1488 +/- ## ======================================= Coverage 86.06% 86.06% ======================================= Files 42 42 Lines 10764 10752 -12 Branches 2478 2474 -4 ======================================= - Hits 9264 9254 -10 + Misses 1500 1498 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gkatsev commented 4 months ago

fyi, the conventional changelog prefix for revert is revert:

dzianis-dashkevich commented 4 months ago

fyi, the conventional changelog prefix for revert is revert:

Thank you! I will update the commit message during the merge. (I created this PR automatically using the GitHub Revert button.)

gkatsev commented 4 months ago

TIL. didn't know they had a revert button.

dzianis-dashkevich commented 4 months ago

Yeah, this one: CleanShot 2024-02-20 at 20 15 07@2x