diff --git a/static/vail.mjs b/static/vail.mjs index 25b52d0..4e1e67e 100644 --- a/static/vail.mjs +++ b/static/vail.mjs @@ -367,6 +367,7 @@ class VailClient { if (duration > 0) { if (when < now) { + console.warn("Too old", when, duration) this.error("Packet requested playback " + (now - when) + "ms in the past. Increase receive delay!") return }