Hi, is it possible to develop an iOS app which uses gstreamer, with Rust? I have downloaded the iOS SDK, but it does not have the lib directory, which I used to develop a desktop app with gstreamer in Rust.
Hi!
It’s unfortunately not yet possible, we have some issues to iron out still. They are detailed here: Darwin: framework/static libraries are not usable with Xcode/Apple Clang's automatic linking (#507) · Issues · GStreamer / cerbero · GitLab
I made a proof of concept, still very much a work in progress, here: Files · port-ios-examples · amyspark / gstreamer · GitLab. The end goal is for users to be able to call up GStreamer from Xcode, through the FindGStreamerMobile CMake module.