linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] getting Errors with linphone core APIs in our


From: VinayKumar Yarramsetty
Subject: Re: [Linphone-developers] getting Errors with linphone core APIs in our application
Date: Wed, 9 Nov 2022 17:47:03 +0530

Hi there,

Can someone help me on the below:

I am working for xyz project in ABC organization.
Here i wanted to migrate our Existing SIP based application to Linphone.

For this reason:

I cloned linphone-sdk code to my local machine then compiled and gave a build.
After successful duild I did below:

#1. I just copied all header files from below directories to my existing source code:

liblinphone/include/linphone/*  bctoolbox/include/bctoolbox/*
mediastreamer2/include/mediastreamer2/*
ortp/include/ortp/* 
 
#2. And required ***.so files also copied to our source code.

I added code to call linphone_core_new() and call_state_changed() by seeing helloworld.c (liblinphone/coreapi/help/examples/C)
and made required changes to link .so files in our make files.

I gave build to our code.
I ran our application after Successful build.

But I am getting below errors when linphone_core_new( ) is called:
#1. liblinphone-error-Could not find a suitable soundcard with capabilities : 2
#2. liblinphone-error-Could not find a suitable soundcard with capabilities : 1
#3. bctbx-error-Error in connect: Cannot assign requested address


Kindly check and help me out with proper solution.

Thanks & Regards,
Vinay Kumar YV.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]