Skip to content

Commit

Permalink
Updated the referred Shaka issue link when evictionGoal is used from #…
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianDomingo committed Feb 11, 2024
1 parent 87f1ad9 commit 6bed023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/media/streaming_engine.js
Expand Up @@ -2346,7 +2346,7 @@ shaka.media.StreamingEngine = class {
const bufferedBehind = presentationTime - startTime;

const overflow = bufferedBehind - bufferBehind;
// See: https://github.com/shaka-project/shaka-player/issues/2982
// See: https://github.com/shaka-project/shaka-player/issues/6240
if (overflow <= this.config_.evictionGoal) {
shaka.log.v2(logPrefix,
'buffer behind okay:',
Expand Down

0 comments on commit 6bed023

Please sign in to comment.