-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
How to read mpg4/h264 videos without embedding a decoder #1029
Comments
Probably not a easy situation. It is mostly a packaging situation.
|
Therefore not our responsibility. Considering that Debian seems to have the proper codec natively, I guess it could/should be readable everywhere.
I see a double constraint which could be impossible to fix. As long as we don't distribute a lot of appimage, that should be OK.
Here, we have anyway no control. But we can encourage Linux users to use proper packages if it is proven to be a problem.
This is THE real problem and the priority to clarify IMO |
Should wo
We should get out of Appveyor anyway and it should be OK with Qt6.5+, see https://wiki.qt.io/QtWebEngine/VideoAcceleration#Qt_WebEngine |
Blocked by #1033 |
@adamlamar Do you have the opportunity to test against Qt 6.5? On Windows? |
I can try the Qt 6.5 upgrade on Linux pretty easily. Last time I was never able to get a local Windows development environment working and had to rely on the Appveyor build. I could try upgrading Appveyor but might be a few weeks before I can get to it. |
@adamlamar We are moving to a Github windows runnner, so please don't waste your time with Appveyor. |
I finally got Qt6.5 compiled from source on Ubuntu 22.04. kiwix-desktop compiles and seems to work fine, although I must be missing compile-time options or optional libraries because the browser window doesn't load images amongst other style problems. I read that Ubuntu 24.04 will include Qt6.4 so it may be a while before Qt6.5 is available in most Linux distributions. The next step will be to try out on Windows. |
@adamlamar Strage, with Qt6.2.4 it works fine on my Ubuntu 22.04... But not sure exactly where this Bitcoin wiki ZIM file comes from. The key point of this ticket is that we should be able on Windows to read mp4 (for example https://dev.library.kiwix.org/#lang=&q=mp4) without embedding the decoding library (so should rely on Windows decoding capacity). |
Considering that we have achieve to reach all our objectives with webm/vp9 I don't think this is a priority anymore and will close this issue, |
I have to reopen the issue because this issue impacts Zimit. |
Finally reclosing in favour of #1276 which is more specifoc about the need... but both issues are linked anyway. |
It should be possible to rely on the decoding library on the OS on both Windows and Linux?!
The text was updated successfully, but these errors were encountered: