-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
obs-gstreamer build for arm64 (m1 mac) #112
Comments
God bless you and your beautiful soul |
You should open a PR so I can take a look at it. |
I would if I managed to automate this an any sensible way in docker will try to get back to this when I return from holiday, but im pretty busy with day job and other side projects recently so not sure when this will happen realistically I'll try to at least do a write up on the manual steps to contribute anything back thanks again for the great work! |
I went ahead and tried to get this off my head straight away. disclaimer: its my first contact with gstreamer and meson, hacked together by trial and error to just get it working. im sure theres a cleaner way of achieving the same the included libraries are hard copied from homebrew install
I copied them to
if you have different versions you currently need to update both the steps:
checkout the
build image
create a temporary container and copy .so
copy the .so to copy |
If you have a native macOS arm machine is should be fairly easy when it comes to GStreamer. If installed via brew it should be found by meson just fine. You may need to have to point it to libobs.. unless brew by now has a proper obs-studio formula.. |
Thank you! I was struggling for an hour to get it working on my M1 macbook until I read this issue post. Got it working within a few minutes. |
Could there be potential issues with this setup? I am noticing alot of jitter while using an rtmp source that has no jitter when using gstreamer throught the CLI or ffplay for that matter. |
hey,
thanks for the great project!
after an evening of struggle I have finally managed to build your plugin for an M1 mac with gstreamer installed through homebrew
thought I'd share for anyone without a free evening to mess with this
its currently a manual mess which ill try to clean up for future reference, but this might also never happen so 🤷
extract and put obs-gstreamer.plugin under
~/Library/Application\ Support/obs-studio/plugins
or/Applications/OBS.app/Contents/PlugIns
obs-gstreamer.plugin.zip
enjoy
The text was updated successfully, but these errors were encountered: