Code Monkey home page Code Monkey logo

Comments (6)

StefanYohansson avatar StefanYohansson commented on September 27, 2024

Hey, it is a bug on my side. Need to add a try/catch here

ep->codecSetPriority("opus/48000", 0);

I will make it until tomorrow, but if you want to give it a try, it should be something like:

try {
    ep->codecSetPriority(...);
} catch(Error& err) {
    // i think you dont need to do anything here
}

from ktelephone.

StefanYohansson avatar StefanYohansson commented on September 27, 2024

it is a weird error because vanilla pjsua should come with g722 and opus, I guess. Maybe something different on their gentoo build. But it is my fault not to add a defensive code against that.

from ktelephone.

StefanYohansson avatar StefanYohansson commented on September 27, 2024

Hello, found a similar problem on Ubuntu 20.04, it doesnt provide libpjproject on apt and after compile statically, I hit the same problem. It is now fixed by 83d6562

from ktelephone.

StefanYohansson avatar StefanYohansson commented on September 27, 2024

@hugommg if it helps you on creating the repository for gentoo, notify me and we add the link and your name to the readme :)

from ktelephone.

hugommg avatar hugommg commented on September 27, 2024

Sorry, I haven't had the time to work on this, it's most likely a missing use flag on some of the dependent libraries. I'll get to it as soon as possible.

from ktelephone.

StefanYohansson avatar StefanYohansson commented on September 27, 2024

yeah, but it is not mandatory, so the try/catch that I add make the ktelephone application works with your current state.

from ktelephone.

Related Issues (19)

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.