-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistently Loading Videos in Embedded Player #260
Comments
Thanks for the report, I believe it is something to do with the size of the media, but that should generally work. We'll investigate. |
ikreymer
added a commit
to webrecorder/wabac.js
that referenced
this issue
Dec 5, 2023
- when using headers from revisit record, ensure content-length is set to original payload content-length, if any cacheing: - don't cache payloads >25MB - possible fix for webrecorder/replayweb.page#260
ikreymer
added a commit
that referenced
this issue
Dec 6, 2023
…(via wabac.js), possible fix for #260 - deps: update to wabac.js 2.16.13 - bump to 1.8.14
@steinburgb Please try the latest release, 1.8.14, and see if the issue is resolved there. I believe the videos should start loading consistently now, though you may have to do one more purge cache + full reload to ensure the new version loads them. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A web archive (captured using ArchiveWeb.page) we are hosting in a repository contains 4 videos, which are all relatively large (around 1GB each). They play consistently after a relatively short wait time when viewed through ReplayWeb.page in my browser.
But, when viewed through the embedded version of the ReplayWeb.page viewer, the videos will sometime not load at all. In these cases, they return an error message: "The media could not be loaded, either because the server or network failed or because the format is not supported".
They often require multiple refreshes of the page using the embedded viewer's UI, and sometimes the Purge Cache + Full Reload action before they play properly.
The text was updated successfully, but these errors were encountered: