Giter Club home page Giter Club logo

Comments (4)

martinzilak avatar martinzilak commented on June 5, 2024 1

Thanks, using otool -L, I was able to figure it out. The plugin looks for the libs in /opt/local/lib (as that's where Macports probably installs them, considering it puts the ports themselves in /opt/local/bin), but usually on MacOs, libs are located in /usr/local/lib (at least from what a quick search suggests https://stackoverflow.com/a/52578857/5177686 ). For now, I just created a symlink /opt/local/lib pointing to /usr/local/lib and that seems to make the plugin show up in OBS. Thank you!

from obs-gstreamer.

fzwoch avatar fzwoch commented on June 5, 2024 1

if you are using macOS, you should install MacPorts using the macOS package installer unless you do not wish to install it to /opt/local/, the default MacPorts location, or if you wish to install a pre-release version of MacPorts base.

Taken from https://guide.macports.org/#installing.macports

So since the pre-built uses Macports I will also leave it as that. Using other install sources may require linking to these specific SDKs in the first place.

from obs-gstreamer.

fzwoch avatar fzwoch commented on June 5, 2024

Run otool -L on the plugin. Check that all file references starting with /opt are present on your file system.

from obs-gstreamer.

fzwoch avatar fzwoch commented on June 5, 2024

Fair enough. The plugin is build via cross compile tool chain. So I guess the port variant there selects a different location than it would be on native macOS. Maybe at some point I will look into install_name_tool rewriting these paths to something closer to reality.

from obs-gstreamer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.