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
robwalch
added
Confirmed
Bug report confirmed or reproduced.
and removed
Needs Triage
If there is a suspected stream issue, apply this label to triage if it is something we should fix.
labels
Oct 20, 2022
Looks like there's an issue remuxing sn 5 AVC. For some reason it contains samples that overlap with the previous segment. After adjusting the timestamps, the appended mp4 does not extend the buffer:
[log] > [stream-controller]: Loading fragment 5 cc: 0 of [0-21] level: 0, target: 24
[log] > [stream-controller]: IDLE->FRAG_LOADING
[warn] > AVC: 67 ms (-6000dts) overlapping between fragments detected
[log] > Video: First PTS/DTS adjusted: 24000/23933, delta: -67 ms
[log] > [stream-controller]: FRAG_LOADING->PARSING
[log] > [stream-controller]: Loaded fragment 5 of level 0
[log] > [transmuxer.ts]: Flushed fragment 5 of level 0
[log] > [stream-controller]: PARSING->PARSED
[log] > [stream-controller]: Buffered main sn: 5 of level 0 [0.000,23.867]
Avoiding the timestamp rewrite in this situation results in the media appending correctly #4977
What version of Hls.js are you using?
v1.2.4
What browser (including version) are you using?
Chrome 106.0.5249.119 (Official Build) (arm64)
What OS (including version) are you using?
macOS Monterey
Test stream
https://descriptusercontent.com/published/2b693f24-20dc-43b1-b644-9ca49cf2758c/playlist.m3u8
Configuration
Additional player setup steps
No response
Checklist
Steps to reproduce
Load test url in hls demo page
Expected behaviour
Video plays fully.
What actually happened?
There is a chunk at 23s where the player pauses for a few seconds before resuming playback
Console output
Chrome media internals output
No response
The text was updated successfully, but these errors were encountered: