-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Replace non-working videos with something less frustrating #396
Comments
Can we maybe add use cases to this issue? I imagine all simple players based on a If so this issue would be for non-youtube smart players that stream outside of a single file. |
First use case I have in mind is the kind of video we have at the bottom of this page: https://www.nhs.uk/conditions/periods/ It is indeed not a simple player. |
It might be worth revisiting solutions explored previously by @mgautierfr force-replacing JS players with simple HTML5 This is a generic solution where the video is actually scraped as a file. I don't think we have yet come across cases where video is streamed and stored in a ZIM as a set of packets as opposed to a file, though it's theoretically possible. Above assumes that proper support for Vimeo is likely to take a long time (?). It would be better to have rudimentary support for the video rather than substituting a still image. Of course if only a few seconds of a video get scraped, then such a solution wouldn't work, though it would be worth seeing if there's a simple fix for that in the crawler. |
In most cases where the video doesn't work, the problem is both that player is not working properly AND only first seconds of video have been crawled. At least this was the case with Vimeo in my former experiments, and I never achieved to find how to fix this in the crawler. Maybe it has been fixed since then. This is why I consider this is going to take time to fix non-working videos, and why I consider this issue. |
How much resources should we involve in this "temporary" workaround. OK for me only if this is robust and easy to do. |
We know that support for videos is very limited in warc2zim (only Youtube player mostly).
It would be cool to replace all video players (at least all
Ideally I would like to replace the
Maybe this is too much.
Alternatives could be:
The text was updated successfully, but these errors were encountered: