Files
shaka-player/lib
taylorchu 4ab4e95649 fix: fix opus transmux sample duration (#10090)
We recorded a h264 + opus video and audio stream with chrome
mediarecorder api.

From debug mode, I noticed that transmuxed opus chunk was 3x shorter
than video, but ffmpeg showed that they should be about the same.

It turns out the duration is not set correctly. Before the fix, repeated
seeking will eventually get stuck. After this fix, I can verify that
seeking no longer is stuck.

Co-authored-by: Claude <noreply@anthropic.com>

---------

Co-authored-by: Álvaro Velad Galván <ladvan91@hotmail.com>
2026-05-18 10:45:37 +02:00
..