Browse Source

Log out more values to help test + tweak latency compensator

pull/1802/head
Gabe Kangas 3 years ago
parent
commit
83cec52104
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 3
      webroot/js/components/latencyCompensator.js

3
webroot/js/components/latencyCompensator.js

@ -75,8 +75,9 @@ class LatencyCompensator { @@ -75,8 +75,9 @@ class LatencyCompensator {
tech.vhs.stats.buffered.forEach((buffer) => {
totalBuffered += buffer.end - buffer.start;
});
console.log('buffered', totalBuffered);
if (totalBuffered < 20) {
if (totalBuffered < 18) {
this.timeout();
}
} catch (e) {}

Loading…
Cancel
Save