Git Product home page Git Product logo

Comments (5)

loganek avatar loganek commented on June 10, 2024

Hi @BouweCeunen
I've updated the readme file by including the instructions for building and installing the project: ac6c578
Please let me know if those instructions are clear.

from amazon-s3-gst-plugin.

BouweCeunen avatar BouweCeunen commented on June 10, 2024

Hi @loganek, much appreciated. Thanks!

from amazon-s3-gst-plugin.

BouweCeunen avatar BouweCeunen commented on June 10, 2024

Hi @loganek, after I installed the aws sdk and did a make and make install, the meson build command and ninja install command succeeded but I'm still facing issues.

A gst-inspect-1.0 s3sink shows me following issue; No such element or plugin 's3sink'. It complained about not finding libaws-cpp-sdk-core.so, libaws-cpp-sdk-s3.so and libaws-cpp-sdk-sts.so so I copied those, but it didn't help. Are there still some extra steps?

Thanks!

from amazon-s3-gst-plugin.

loganek avatar loganek commented on June 10, 2024

@BouweCeunen looks more like a problem with AWS SDK, not the GStreamer plugin itself. Could you post commands you used for building and installing the SDK? There are a few potential issues:

  • Are those missing .so files in the library's search path? (you can temporarily set it using LD_LIBRARY_PATH env variable).
  • It's also possible that those libraries didn't land into the cache of the runtime linker, so running ldconfig command might also solve your problem.
  • Other option is that dependencies of .so files couldn't be found; you can check it by running ldd /path/to/libaws-cpp-sdk-core.so and see if all the dependencies are resolved

from amazon-s3-gst-plugin.

BouweCeunen avatar BouweCeunen commented on June 10, 2024

@loganek ldconfig solved it! 🎉

from amazon-s3-gst-plugin.

Related Issues (13)

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.