-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Medline video not working in production #280
Comments
Directly loading the page on a library-data backend (with a port forward in k9s) allow to not have error message on the page. But then playing video fails and connection get stuck. Deleting and recreating the port forward unblocks the connection. Directly loading the video with http://localhost:8898/content/medlineplus.gov_en_all_2024-10/medlineplus.gov/ency/videos/mov/200094_eng.mp4 does not work at all. I don't get which difference between dev and prod could cause this difference of behavior. @rgaudin should I open an upstream issue or do you have any idea of any flag we used which might cause this issue? |
Aren't you looking for a complicated reason while there's a simple one? That first link doesn't work on Firefox indeed but with an error message in the console:
In Chrome, it works perfectly. Haven't checked online source but if it's working with FF, maybe the website and/or video.js is serving different encodings based on what the client browser support. Given the crawler is chrome based, that would explain it. |
And now it is working in Firefox on my machine ... didn't changed anything ... weird. I tried a different video from https://library.kiwix.org/content/medlineplus.gov_en_all_2024-10/medlineplus.gov/anatomyvideos.html and I achieved to get the bug also on Chrome. Waiting a bit, the video then works in most cases (but https://library.kiwix.org/content/medlineplus.gov_en_all_2024-10/medlineplus.gov/ency/anatomyvideos/000068.htm is still failing ATM, but other which failed first are now working). Some video work right away. I understand mostly nothing on what is going on. |
Why does the video on https://library.kiwix.org/viewer#medlineplus.gov_en_all_2024-10/medlineplus.gov/ency/anatomyvideos/000002.htm page is not playing despite being present in the ZIM, playable in other readers (I tested with Kiwix Apple on Mac OS) and in dev at https://dev.library.kiwix.org/viewer#medlineplus.gov_en_all_2024-09/medlineplus.gov/ency/anatomyvideos/000002.htm
The text was updated successfully, but these errors were encountered: