1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Binds active speaker detection to data channels. More... about 11 years ago
Merge branch 'master' into sctp_data_channels More... about 11 years ago
Adds option and configuration property that disables conference owner safety check. Adds unit tests of this feature. More... about 11 years ago
Works on dominant speaker detection for the purposes of Jitsi Videobridge. More... about 11 years ago
Updates ice4j : It is now possible to define (lists of) blocked/allowed interfaces for host candidate allocation More... about 11 years ago
Adds missing description to run scripts for new command line argument(--subdomain). More... about 11 years ago
Adds command line argument(--subdomain) that allows to specify sub-domain name for the bridge component. More... about 11 years ago
Merge branch 'master' into sctp_data_channels More... about 11 years ago
Refactor code common for both RtpChannel and SctpConnection. Adjusts to DtlsControl changes. More... about 11 years ago
Adds javadocs on how the XMPP and REST APIs are to be activated on the application command line. More... about 11 years ago
Fixes setSoTimeout issue by using Libjitsi's DtlsControl and transform layer. More... about 11 years ago
Adds examples and describes the user-configuration availability of the HTTP/JSON API of Jitsi Videobridge. More... about 11 years ago
Introduces a REST public API to Videobridge (in addition to the XMPP public API). More... about 11 years ago
Adds buffer offset and length parameters to SCTP methods. More... about 11 years ago
Pushes DtlsControl changes to duplicated code used by SctpConnection. More... about 11 years ago
Merge branch 'master' into sctp_data_channels More... about 11 years ago
Passively listens for incoming SCTP connection from WebRTC which fixes native crash caused by "out of the blue" packets received in case of simultaneous connect(still to be fixed). Adds debug IDs to logged SCTP packets. More... about 11 years ago
Adds basic support for SCTP event notifications. More... about 11 years ago
Adds experimental active speaker detection. More... about 11 years ago
Fixes unknown error in usrsctp_connect on Windows. Propagates IOExceptions as an error back to usrsctp stack. Adds transfer test. More... about 11 years ago
SCTP stack will be never deinitialized for the time beign because of the deadlock in usrsctp_finish(). Minor fixes. More... about 11 years ago
Implements DefaultTlsServer.getRSAEncryptionCredentials() which may be required by certain cipher suites. More... about 11 years ago
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. More... about 11 years ago
Fixes Sctp.init() and Sctp.finish() handling. Fixes crash in SctpSocket.onConnIn. More... about 11 years ago
Adds callback for receiving data on WebRTCDataStream. More... about 11 years ago
Further refines the tracking of allocated ports, reduces the chances that bindings for one media type will be tried on ports allocated to another media type. More... about 11 years ago
Synchronizes .jar files. More... about 11 years ago
Merge branch 'master' into sctp_data_channels More... about 11 years ago
Determines whether ice4j is running on an Amazon EC2 instance by trying to connect via HTTP. More... about 11 years ago
Adds SCTP data channels to the bridge. More... about 11 years ago