Log out more values to help test + tweak latency compensator
This commit is contained in:
@@ -75,8 +75,9 @@ class LatencyCompensator {
|
|||||||
tech.vhs.stats.buffered.forEach((buffer) => {
|
tech.vhs.stats.buffered.forEach((buffer) => {
|
||||||
totalBuffered += buffer.end - buffer.start;
|
totalBuffered += buffer.end - buffer.start;
|
||||||
});
|
});
|
||||||
|
console.log('buffered', totalBuffered);
|
||||||
|
|
||||||
if (totalBuffered < 20) {
|
if (totalBuffered < 18) {
|
||||||
this.timeout();
|
this.timeout();
|
||||||
}
|
}
|
||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user