increase timeout to prevent buffering jitter loops

This commit is contained in:
Nikita Krupin 2022-07-31 14:12:56 -04:00
parent 1ba6ddb0df
commit b3140464db
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ export default {
});
// buffering detection & sync
let threshold = 3; //ms after which user perceives buffering
let threshold = 100; //ms after which user perceives buffering
vid.addEventListener("waiting", () => {
if (!vid.paused) {