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
Is your feature request related to a problem? Please describe.
HLS.js modifies MP4 (and remuxed TS) timestamps so that their PTS matches the desired playback timeline. This approach can be costly and result in issues (see history behind #5710).
Describe the solution you'd like
Instead, use MSE's SourceBuffer.timestampOffset to offset media.
Additional context
Special care should be taken to frame accuracy and video start gaps. Offsets related to audio priming delays or the MSE's handling of composition time are acceptable when unavoidable.