Do not set bool on timer
This commit is contained in:
parent
0254afea71
commit
748ada13d3
@ -228,6 +228,8 @@ class LatencyCompensator {
|
||||
|
||||
jump(seekPosition) {
|
||||
this.jumpingToLiveIgnoreBuffer = true;
|
||||
this.performedInitialLiveJump = true;
|
||||
|
||||
this.lastJumpOccurred = new Date();
|
||||
|
||||
console.log(
|
||||
@ -240,7 +242,6 @@ class LatencyCompensator {
|
||||
|
||||
setTimeout(() => {
|
||||
this.jumpingToLiveIgnoreBuffer = false;
|
||||
this.performedInitialLiveJump = true;
|
||||
}, 5000);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user