06:13:07 hi 07:03:14 Hi 15:40:43 hi 15:41:48 i tried to compile gstreamer with qt from here https://thiblahute.github.io/GStreamer-doc/c/installing/building-from-source-using-cerbero.html#   but no success 15:42:34 had anyone success on compiling gstreamer with qt? 15:47:52 i followed this strictly step by step but was impossible 15:47:54 https://gstreamer.freedesktop.org/documentation/installing/building-from-source-using-cerbero.html?gi-language=c#enabling-optional-features-with-variants 16:02:00 It's probably easier to write a custom multimedia backend for Qt that uses something other than GStreamer (since you'll also need to statically compile a couple dozen of GStreamer's plugins, too), which is what I ended up doing for Feather (using V4L2): https://github.com/feather-wallet/feather/blob/master/contrib/depends/patches/qt/v4l2.patch This is for Qt 6 though, GUI is still on 5. 16:02:30 Do you need a static binary? Otherwise I would suggest just building a non-static binary. 16:05:03 yes i need a static binary because i have laptop,pc etc 16:09:22 So what you mean to say, is you "prefer" aka "want" it 16:09:42 Italicized "need" is a strong word 16:11:01 2 builds for 2 devices is easier than 15 builds just to make a static build, unless you plan on distributing it