Questions tagged [baresip]

Baresip is a portable and modular SIP User-Agent with audio and video support.

13 questions
5
votes
1 answer

How to build submodule in android NDK

I have build HelloWorld example successfully in NDK. I want to build the libraries re-0.4.2, rim and baresip. Project structure shown in image How to build above lib? thanks in advance.
Mukesh
  • 402
  • 4
  • 19
2
votes
1 answer

Implementing baresip NDK library causes lack of *.so file

I want to implement baresip lib into my Android project using NDK. I've found up-to-date "bare bones" demo-project in HERE. As in readme I've created some native libs from another repo and placed in "distribution" folder. Project is compiling,…
snachmsm
  • 17,866
  • 3
  • 32
  • 74
1
vote
1 answer

iOS baresip with SIP Calling

I am trying to develop an application which provides Audio and Video calling, Now I am following baresip library for the same. and I wrote following code on button Click : @IBAction func btnCallClick(_ sender: Any) { guard libre_init() == 0 else…
SAMIR RATHOD
  • 3,512
  • 1
  • 20
  • 45
1
vote
0 answers

baresip bfcp module support sending video stream?

Is it available BFCP in baresip? and how to choose BFCP video source on Baresip? Normal Video calling using AVcodec is very well active. but, I have some interest in BFCP modules. because I want to sending 2 video stream into 1 call so, my purpose…
ZeroBase
  • 11
  • 3
1
vote
2 answers

Android alsa snd_pcm_open default no such file o directory

I try to implement baresip for Android, it uses custom alsa module for control audio devices. This module uses this code for open device handler: err = snd_pcm_open(&st->write, device, SND_PCM_STREAM_PLAYBACK, 0); I tried to pass 'default',…
busylee
  • 2,540
  • 1
  • 16
  • 35
1
vote
2 answers

is dlopen use inside a static library in iOS allowed

I am working with a fat static library that uses dlopen() to load interal modules(.so) files inside the static library. On stackoverflow, developers says dlopen() is a private API. In this case is it fine to use dlopen() or being an private API it…
RK1979
  • 213
  • 5
  • 10
1
vote
1 answer

Video call between eyebeam and baresip SIP clients

I am trying to achieve video call on 2 SIP clients Baresip Eyebeam Till now I have succeeded in getting audio stream both ways but the video stream is one way i.e iam getting the stream at the baresip terminal but I cannot see video at the…
0
votes
0 answers

make[1]: *** No rule to make target `all'. Stop

try to implement an barsip-iOS. am facing some error make[1]: *** No rule to make target `all'. Stop. and am i install libre library in my system librem library in my system openssl library in my system what i do next? how to use baresip library…
0
votes
1 answer

'absl/meta/type_traits.h' file not found

I am currently trying to build the baresip library in order to use it into an Android application. For that, I use the project libbaresip-android and I follow the instructions of the README file. I am trying to setup a pipeline running on Ubuntu…
rolandl
  • 1,769
  • 1
  • 25
  • 48
0
votes
1 answer

Setting a C handler function from Swift

I am using Baresip in my Swift project to implement SIP functionalities: import Foundation enum SipError: Error { case libre case config case stack case modules case userAgent case call } …
HemOdd
  • 697
  • 1
  • 7
  • 23
0
votes
0 answers

PJSIP with MPTCP for video streaming

I am planning to test MPTCP capability with regards to video feed quality between two devices over a network. Consider we have two network paths available between the two devices(for example a mobile network and another wifi network). If one…
user5078020
0
votes
1 answer

RTP stream with bareSIP

my current setup involves streaming from a GoPro to a linux box, and I managed to get bareSIP running on the box to stream the video locally with the 'v' command. However, there's no documentation or commands to configure an RTP broadcasting stream.…
ShaunK
  • 1,181
  • 5
  • 22
  • 41
0
votes
2 answers

Baresip with android

I'm a beginner in NDK. So, I want to implement SIP to android use Baresip - Git page I followed the step on Git page, now my project have "jni" folder with 4 libraries: re, rem, openssl and baresip. Anyone suggest me an idea with Android.mk file…
tuan.giao
  • 252
  • 1
  • 4
  • 15