Skip to content

Commit

Permalink
fix: #3568 don't validateExecutedFragmentRequest on seeking (#3569)
Browse files Browse the repository at this point in the history
Co-authored-by: orange4glace <orange.bae@webtoonscorp.com>
  • Loading branch information
orange4glace and orange4glace authored Mar 17, 2021
1 parent 939d4d7 commit 8157bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/streaming/controllers/ScheduleController.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ function ScheduleController(config) {
}

function validateExecutedFragmentRequest() {
if (!isNaN(seekTarget)) return;
// Validate that the fragment request executed and appended into the source buffer is as
// good of quality as the current quality and is the correct media track.
const time = playbackController.getTime();
Expand Down

0 comments on commit 8157bef

Please sign in to comment.