Code Monkey home page Code Monkey logo

Comments (4)

tp-m avatar tp-m commented on September 13, 2024

Is 0.1.14 required for the WebRTC plugin?

Yes, libnice >= 0.1.14 is required.

from gstwebrtc-demos.

tobiasfriden avatar tobiasfriden commented on September 13, 2024

Ok thanks, that at least explains the issue.
Any idea how libnice 0.1.14 can be installed on raspbian stretch? The apt-get repository only contains version 0.1.13.

from gstwebrtc-demos.

tp-m avatar tp-m commented on September 13, 2024

You can install it into /usr/local or a custom prefix and then make configure find it by setting PKG_CONFIG_PATH and at runtime LD_LIBRARY_PATH (or add the dir to /etc/ld.so.conf*).

You could also not install libnice from package and instead just install from source into /usr ?

Or you make a debian package from a newer version :)

from gstwebrtc-demos.

tobiasfriden avatar tobiasfriden commented on September 13, 2024

Actually I apparently was already installing the source to /usr with this:

RUN git clone https://github.com/libnice/libnice.git \
    && cd libnice \
    && ./autogen.sh --prefix=/usr --with-gstreamer --enable-static --enable-static-plugins --enable-shared --without-gstreamer-0.10 --disable-gtk-doc --enable-compile-warnings=no \
    && make install

But the configure script was default using the apt-get installed version. Removing it resolved the issue, thanks!

from gstwebrtc-demos.

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.