Replies: 6 comments 30 replies
-
These are recently introduced libraries that come from building Clapper (can be built without the app if needed too). But these things are SO new, that I haven't tried building on Windows yet. Supporting Windows was never a requirement for a release of Clapper 0.6.0 version. But if there are users/apps/need for them, I will see what can be done. There is already an open feature request for adding windows support (#103) and at that time I already succeeded in getting video to work on Windows (a.k.a the hardest part), so what is left should be not too hard to achieve (at least I hope). |
Beta Was this translation helpful? Give feedback.
-
If I disable some features(glimporter gluploader rawimporter), I can compile clapper.dll clapper-gtk.dll libgstclapper.dll normally, but it seems that I cannot call clappersink to play videos. I am not sure if it is because of incomplete compilation. 😰 |
Beta Was this translation helpful? Give feedback.
-
OK. I gave it a go and its caused by missing symbol exports. Its gonna take a little effort from my side, but do-able to be fixed. |
Beta Was this translation helpful? Give feedback.
-
Work towards MS Windows support is now on I did most of that by feeling cause I do not have Windows PC at hand at the moment. I will try compiling during week, but feel free to try it yourself and report back any remaining issues you find. |
Beta Was this translation helpful? Give feedback.
-
I've got great news. Although it is still not possible to play normally, clapper launches successfully. Clapper on Win10Error playing video (As far as I know, libgstx264.dll has been installed into lib/gstreamer-1.0 folder)And I find another weird thing, video does not appear in file selection dialogue, to be precise, it has not been identified as a media file. No videovideo appeared |
Beta Was this translation helpful? Give feedback.
-
I am encountering a strange issue when compiling a program using clapper Rust bindings on Windows mingw64. If I set I'm confused as Windows seems not support mpris feature. I don't know whether it is a clapper building issue or something else. The error message as below, if it helps: https://github.com/tsukinaha/tsukimi/actions/runs/9760566305/job/26939707213#step:5:466 |
Beta Was this translation helpful? Give feedback.
-
Can anyone provide some advices on compiling libclapper and libclapper-gtk on msys2?
I'm trying to compile a program dependent on clapper-rs to Windows, but it prompted missing clapper and clapper-gtk during compilation. However, I did not find the relevant dependency packages under mingw64, so I am considering compiling them manually.
But I've run into an issue.
I installed the dependencies related to gstreamer in the mingw64 environment, installed meson and ninja, but I am very unfamiliar with them, so I don't know whether the error message is missing the dependencies or what I did wrong.
Beta Was this translation helpful? Give feedback.
All reactions