You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes duplicated logic around timestamp offset checks - now check is
only in `resync()` method. It should stay there, because it ensures it
will be executed only in sequence mode and also avoids otherwise
unnecessary `abort()` call.
Increases threshold to 150 ms as it was the originally proposed value
and gives better experience.
Now timestamp offset change won't be applied in sequence mode if it's
less than 150ms from buffer end, regardless of manifest type.
0 commit comments