openFrameworks addon to use gstreamer under osx and windows. This addon has no code and instead uses the addon_config.mk file to add the needed files from the core + the flags needed to compile using gstreamer
I'm working on video streaming on gstreamer with my new MacBook m1 pro.
As I expected, there are some issue on new MacOS.
Seems that Gstreamer didn't support masOS arm64 file.
/Library/Frameworks/GStreamer.framework/Headers/glibconfig.h:10:10: 'arm64/glibconfig.h' file not found
I'm not sure that my guess was right. Can anyone give me some advice?
Thanks!
Hi everyone,
I'm working on video streaming on gstreamer with my new MacBook m1 pro. As I expected, there are some issue on new MacOS.
Seems that Gstreamer didn't support masOS arm64 file.
/Library/Frameworks/GStreamer.framework/Headers/glibconfig.h:10:10: 'arm64/glibconfig.h' file not found
I'm not sure that my guess was right. Can anyone give me some advice? Thanks!