WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
266332
Safari cache issue when using MSE
https://bugs.webkit.org/show_bug.cgi?id=266332
Summary
Safari cache issue when using MSE
jeroen.veltmans
Reported
2023-12-13 02:27:37 PST
Steps to reproduce: 1) Open Safari and go to a page that uses Media Source Extensions to play a video. I've made a minimal repro page here:
https://replit.com/@Jeroen-Veltmans/Safari-cache-mse-issue
2) Play the video like normal 3) Press the browser's 'previous page' button 4) Press the browser's 'next page' button 5) Notice how the player stalls What is the expected behavior? The player should play the video like normal. What is the actual behavior? The player stalls indefinitely. Checking the mediaSource, all sourceBuffers have been detached. The previous sourceBuffers still exist, but have an 'InvalidStateError: The object is in an invalid state' message for buffered. Extra notes: When opening the debugger and disabling cache, everything works like it should.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-12-13 20:29:30 PST
<
rdar://problem/119645471
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug