Remove antipating an initial time jump
This commit is contained in:
parent
4ed02d4e0f
commit
568ecc7ddf
@ -50,7 +50,6 @@ class LatencyCompensator {
|
|||||||
this.running = false;
|
this.running = false;
|
||||||
this.inTimeout = false;
|
this.inTimeout = false;
|
||||||
this.jumpingToLiveIgnoreBuffer = false;
|
this.jumpingToLiveIgnoreBuffer = false;
|
||||||
this.performedInitialLiveJump = false;
|
|
||||||
this.timeoutTimer = 0;
|
this.timeoutTimer = 0;
|
||||||
this.checkTimer = 0;
|
this.checkTimer = 0;
|
||||||
this.bufferingCounter = 0;
|
this.bufferingCounter = 0;
|
||||||
@ -321,10 +320,6 @@ class LatencyCompensator {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.performedInitialLiveJump) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.jumpingToLiveIgnoreBuffer) {
|
if (this.jumpingToLiveIgnoreBuffer) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -392,10 +387,6 @@ class LatencyCompensator {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.performedInitialLiveJump) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.jumpingToLiveIgnoreBuffer) {
|
if (this.jumpingToLiveIgnoreBuffer) {
|
||||||
this.jumpingToLiveIgnoreBuffer = false;
|
this.jumpingToLiveIgnoreBuffer = false;
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user