Installation of GStreamer on MacOS Sonoma

I am very new to GStreamer. I would like to build it from scratch on my MacOS Sonoma 14.4.1. I tried to download a zip file from GStreamer / gstreamer · GitLab and followed instructions in their README.md. But I ran into several issues related to glib-2.0 override, missing glib_subproject, etc.

Is there an easier way to get started with GStreamer and its tutorials ?

Hello, you can use Homebrew to install or you can try to download a macOS package.

To download via homebrew, ensure it is installed and then do

brew install gstreamer

To download a macOS package visit here: Download GStreamer

GStreamer has good docs, please see here and follow their guidance:

https://gstreamer.freedesktop.org/documentation/installing/on-mac-osx.html?gi-language=c

best of luck, hope this helps.

ok, i do have things working now. Thanks.