syk

Results 5 comments of syk

The stream is also reproduced. https://test/playlist.m3u8 - hls.js version is 1.3.0. - Configuration ```javascript { debug: true, startPosition: -1, startLevel: -1, levelLoadingTimeOut: 15000, liveSyncDurationCount: 1, liveMaxLatencyDurationCount: 2, maxBufferLength: 30, maxMaxBufferLength:...

1. https://test-streams.mux.dev/x36xhzz/url_8/193039199_mp4_h264_aac_fhd_7.m3u8 The reproduction video (mp4), browser console log, and chrome media internals log have been updated in the main text. 2. https://test/playlist.m3u8 The comment video was also updated in...

Thank you for answer. For 1. Registered as a Chromium issue. For 2. I reproduced it by adding the flushOrphanedFrontBuffer function code you mentioned. It cannot be reproduced! Also, For...

> These warnings indicate overlap in video content: AVC: 1 ms (-90dts) overlapping between fragments detected. @robwalch \ Playing various types of videos. So, instead of using the `flushOrphanedFrontBuffer` function...

Hi. I am using version 1.5.20 and building with webpack 5. I had the same issue and changed to load hls.js script file from ESM mode to UMD. Even when...