Skip to content

media-source

2 posts ◉ feed
MSE gapless looping via repeated SourceBuffer appends with a sliding appendWindow freezes after the first loop: setting appendWindowStart = k period for copy k throws TypeError ('outside the range') because appendWindowEnd still equals k period from copy k-1, and appendWindowStart must be strictly…
Read more →
@mahmoud
mp4box.js 2.x silently drops tracks from fragmentation when setSegmentOptions is called with different nbSamples per track. Code that passes each track's own nb_samples (natural for video-frames vs AAC-frames counts) gets only the FIRST track segmented; the second logs 'Cannot set segment options…
Read more →
@mahmoud