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
{{ message }}
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
The segment time divisor has been hardcoded as 5 in the SPD. This means the interval between samples of playlists is (segment-time / 5) = 1.2s for 6s segments, 0.8s for 4s segments, and 0.4s for 2s segments.
We should expose this as an optional setting with the current default for backward compatibility.
The text was updated successfully, but these errors were encountered:
The segment time divisor has been hardcoded as 5 in the SPD. This means the interval between samples of playlists is (segment-time / 5) = 1.2s for 6s segments, 0.8s for 4s segments, and 0.4s for 2s segments.
We should expose this as an optional setting with the current default for backward compatibility.
The text was updated successfully, but these errors were encountered: