search for: libjingle

Displaying 5 results from an estimated 5 matches for "libjingle".

2008 Mar 28
1
jingle with Asterisk + PSTN
Hi All I am developing a client that uses libjingle to do xmpp stuff with ejabberd. I can also make audio calls between those clients. What I am trying to archive now is to send calls to pstn using jingle. I was told in the jingle-dev community that asterisk can do that. Is there any way to send jingle audio calls to asterisk and will it understand...
2010 Jun 01
1
Definite app_jack trouble - unsolvable
...e it's no libresample problem, the results were the same. My setup is: Linux Debian Lenny Kernel: 2.6.30.4 PREEMPT (self-built) JACKd: jackd version 0.119.0 tmpdir /tmp protocol 24 (self-built from source repository) Asterisk: 1.6.2.8-rc1 built from source-tarball Just today I installed libjingle 0.4.0, the latest I could find from code.google.com, as well as iksemel from source-tarball. Just to be on the safe site I tried building libilbc from source, but found no suitable source for that. So I just used the contrib/scripts/get_ilbc_something.sh from asterisk. I also checked my so...
2006 Sep 28
2
need a help for using AEC
speex-devDear Jean-Marc Valin I got some problems with evaluating the AEC module of speex. I wrote a test main function and compiled it with the speex lib in VC6.0, it initialized the AEC state and called the AEC main function in the same way as what was done in testecho.c. The near-end input wave file was a simple delaying and adding version of the far-end input wave, eg. y(n) =
2014 May 04
2
html5/js source client?
2014-05-03 18:40 GMT+02:00 Brad Isbell <brad at musatcha.com>: > The general idea was to make a really simple source client that could be > launched with a single click (such as from a hosting provider's admin > panel). The client accepts parameters on the query-string for configuring > so that in a real-world environment, the user would not have to configure > anything.
2014 May 05
0
html5/js source client?
...browser supports the codec, it is only accessible with WebRTC calls. I originally went down the path of a server-side WebRTC client. This proved to be a nightmare and not really feasible at the moment. One guy seems to have gotten it working over a year ago by importing a huge chunk of Chromium (libjingle and all that), but that code doesn't seem to work anymore due to the internal structure of Chromium changing dramatically. Running the binaries he built result in segfault. If anyone knows of a way to record WebRTC server-side, please let me know. I'm sure this will be possible in the ne...