Commit Graph

730 Commits (63bb9bf64a225cbdf3758d525ddfa90f2a87adcd)

Author SHA1 Message Date
Lyubomir Marinov 97f27d1391 Fixes issues with the REST public API of Jitsi Videobridge.
12 years ago
Lyubomir Marinov 3f564b8c60 Implements DefaultTlsServer.getRSAEncryptionCredentials() which may be required by certain cipher suites.
12 years ago
Lyubomir Marinov dbd907ed29 Fixes the list of cipher suites supported by the DTLS server so that it reflects the capabilities of the actual Bouncy Castle implementations at this time.
12 years ago
Boris Grozev 2189ad71b6 Determines whether ice4j is running on an Amazon EC2 instance by trying to connect via HTTP.
12 years ago
Lyubomir Marinov 59edf668c4 Cleans up the background Threads associated with TURN candidates more explicitly/aggressively/thoroughly in an attempt to mitigate a leak of such reported by Enrico Marocco.
12 years ago
Lyubomir Marinov 1637e21bc0 Lets RTP packets generated from mute data sources from time to time in order to fix an issue at the receiver which could cause it to get out of sync with respect to the SRTP index of the sender. Issue reported and fix suggested by Emil Ivov.
12 years ago
Lyubomir Marinov ced46ddfb3 Always uses Jitsi's own gain control because the use of PulseAudio's stream-specific volume control is reported to undesireably maximize the volume (https://java.net/jira/browse/JITSI-1050).
12 years ago
Lyubomir Marinov bc182c3a9f Fixes an issue which could cause SRTP to start failing to authenticate RTP packets after a number of RTP packets indicated as generated from a muted audio source were dropped.
12 years ago
Boris Grozev 7d4ad14af2 Updates libjitsi.jar to 62674e2ff53dd1e
12 years ago
Boris Grozev beae8c786a Updates fmj.jar to r48 (Runs the SSRCCacheCleaner every 5 seconds (and not only on reception of RTCP packets).
12 years ago
Damian Minkov 44cf91af76 Updates dnsjava with a patch needed for correct operation of dnssec on windows.
12 years ago
Damian Minkov 351f682393 Updates dnsjava to 2.1.6, applying patch to set custom logger. Adds dns packages to packet logging.
12 years ago
Lyubomir Marinov 790c36f960 Mitigates an issue with sample rate conversion in Windows Audio Session API (WASAPI) which leads to audio glitches.
12 years ago
Lyubomir Marinov 5a047abcbf Mitigates an issue with sample rate conversion in Windows Audio Session API (WASAPI) which leads to audio glitches.
12 years ago
Ingo Bauersachs 5cf2a26673 Remove ridiculous code duplication and string comparisons
12 years ago
Lyubomir Marinov 03aef9b6ba Fixes a NullPointerException.
12 years ago
Boris Grozev 56a092de3c Updates libjitsi.jar to 5bc72cf4d
12 years ago
Lyubomir Marinov 183b69c82f Fixes memory leaks.
12 years ago
Boris Grozev 7be216f758 Updates FMJ to r45 and libjitsi to 0eee18aae05.
12 years ago
Damian Minkov db8071c2d4 Separates phone number service, to be a service in separate bundle and improves the number matching when searching for phone numbers.
12 years ago
Lyubomir Marinov 640b9d50c3 Fixes an audio quality degradation observed with Core Audio on OS X when the Audio tab in Preferences is open during a call.
13 years ago
Lyubomir Marinov 037599f369 Removes duplication.
13 years ago
Lyubomir Marinov f5cb93e794 Fixes a case which may lead to ignoring non-distinguishing but important format parameters/SDP fmpt such as H.264 sprop-parameter-sets.
13 years ago
Lyubomir Marinov ddf48ce846 Updates FMJ to r41 (which fixes warnings). Exposes a couple of fields.
13 years ago
Damian Minkov 507e754af7 Updates CoreAudio to be default and echo cancel to be activated for it by default on macosx.
13 years ago
Lyubomir Marinov 76efc9c43d Enhances the support for received H.264 SDP format parameters such as sprop-parameter-sets.
13 years ago
Boris Grozev 51fa51a1f2 Updates libjitsi.jar to faf387ce0c01040fa92f568d9fff484b655ee554 (Filters RTP
13 years ago
Boris Grozev e72c6af968 Updates libjitsi to 600e7ec84a7de3eca11c081a7c58c9d37cf0eb41 (fix failure to restart receive streams).
13 years ago
Ingo Bauersachs a7ee8fcc44 Update libjitsi to 60339296ac7d09a9ded7c8ce9665fbb2ae2a4498
13 years ago
Lyubomir Marinov 3439ffd5fb Extracts an internal class into its own file for the sake of readability.
13 years ago
Boris Grozev f67167f364 Updates fmj.jar to r40 (Fakes a TimeoutEvent when a ReceiveStream is replaced with a PassiveSSRCInfo (e.g. when an RTCP Receiver Report is received, instead of a Sender Report, for the ReceiveStream).).
13 years ago
Lyubomir Marinov c98876d03c Fixes warnings.
13 years ago
Boris Grozev dfda58a6ba Updates libjitsi.jar (fixed failure to free resources for ReceiveStream-s).
13 years ago
Lyubomir Marinov 37e8b10472 Fixes warnings.
13 years ago
Lyubomir Marinov 4b1005dde3 Fixes 'Deadlock between GUI and ReceiveStream' reported by Ingo Bauersachs.
13 years ago
Lyubomir Marinov 0c7cdf4e64 Fixes an IllegalStateException in FileAccessServiceImpl when executing inside Jitsi Videobridge.
13 years ago
Lyubomir Marinov b09f0618e6 Fixes the sending of RTCP feedback messages to support Full Intra Refresh (FIR). Updates bouncycastle to 1.50. Allows getting the complexity set on the Opus encoder (for debugging/informational purposes).
13 years ago
Lyubomir Marinov c100eacc6a Fixes a deadlock in the ICE implementation between Agent.free() and StunClientTransaction observed in Jitsi Videobridge.
13 years ago
Lyubomir Marinov 73487644d4 Fixes an issue with Packet Loss Concealment (PLC) which could cause muting in Jitsi Videobridge conferences to 'repeat' after unmuting.
13 years ago
hristoterezov fa49941803 Implements user search contact source.
13 years ago
Lyubomir Marinov e4627ba7d2 Uses a single Thread per StunStack to expire StunServerTransactions in order to reduce the total number of utilized Threads.
13 years ago
Lyubomir Marinov ef205738d9 Defaults to not dropping received RTP packets from muted audio sources and allows the behavior to be enabled through a ConfigurationService property.
13 years ago
Lyubomir Marinov 974344710c Uses a Thread pool for StunClientTransaction in order to improve performance.
13 years ago
Ingo Bauersachs 68bd828427 Fix ZRTP security status notification when video gets disabled
13 years ago
Damian Minkov 994e8bfe99 Fixes removing properties with partial match, and adds tests for it.
13 years ago
Lyubomir Marinov 0af99ea38e Uses client-to-mixer audio levels as defined by RFC 6464 to reduce the effects of decryption, decoding, and audio mixing in the presence of muted audio sources in a Jitsi Videobridge telephony conference.
13 years ago
Lyubomir Marinov 5c5fb51f2a Fixes DTLS retransmissions in order to make DTLS more resilient to packet loss.
13 years ago
Lyubomir Marinov 7a109ca8f1 Attempts to be less careful and to accommodate even more DTLS records in one datagram.
13 years ago
Lyubomir Marinov b1fa85cc50 Fixes NullPointerExceptions in DTLS-SRTP.
13 years ago
Lyubomir Marinov 8942d902ee Takes into account --min-port and --max-port for the Jingle ICE-UDP transport. Attempts to be more resilient to packet loss during DTLS handshaking.
13 years ago