Giter Club home page Giter Club logo

Comments (5)

fzwoch avatar fzwoch commented on June 5, 2024

That depends on the target platform. And even then there are often several possibilities. Especially Linux and Windows differ significantly here.

GStreamer offers prebuild binaries for Windows and macOS. They can be a good start. The OBS library should come with OBS (I would assume) - I actually build mine myself. This really depends on a lot which toolchains you want to use. If you give some more details what exactly you aim for I can give some more hints.

from obs-gstreamer.

 avatar commented on June 5, 2024

I'm using ubuntu

from obs-gstreamer.

fzwoch avatar fzwoch commented on June 5, 2024

For installing GStreamer then:

sudo apt install libgstreamer1.0-dev

For OBS I'm a bit unsure as my copy was build from source. I think there is some installer provided by OBS? Ideally it also install the required libobs.so.

Maybe you need to run:

sudo ldconfig

To make the system locate and find the libobs.so once.

If you follow the build instructions in the README.md it should work. But report back if not.

EDIT:
You may need:

sudo apt install libgstreamer-plugins-base1.0-dev

This pretty much depends on how your distro splits up the GStreamer development packages. Perhaps there are specific -video, -audio, -app packages too..

from obs-gstreamer.

 avatar commented on June 5, 2024

How to fix it?

meson.build:24:27: ERROR: Unknown method "has_link_argument" in object.

from obs-gstreamer.

fzwoch avatar fzwoch commented on June 5, 2024

I think you need to update meson. Or change the unknown command to has_argument. That should work too.

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.