mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
4ab4e95649
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>