[Webkit-unassigned] [Bug 275665] iPadOS: Playback of AVC3 video with MSE happens at the wrong rate; starts and stops.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 21 04:31:33 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=275665
--- Comment #3 from Robert Bryer <robert.bryer at bbc.co.uk> ---
I wanted to know why only our simulcast streams were failing but not VOD output, so after a while I found that rebasing the timestamps to 0 also fixes it:
https://is.gd/GhJVpd
This example works and it's using the sourceBuffer.timestampOffset property so that the buffered range here starts from 0, instead of starting at an epoch-time(1718792755.2 in the failing example).
I can start the buffer range at numbers as high as 100000 without a problem, but more seems to cause it to stutter; so this is possibly something caused by big timestamps?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240621/364b9174/attachment.htm>
More information about the webkit-unassigned
mailing list