Revisions of Jitsi-Videobridge

Dominik Gedon's avatar Dominik Gedon (dgedon) committed (revision 30)
Remove duplicate release script
Dominik Gedon's avatar Dominik Gedon (dgedon) committed (revision 29)
jitsi-videobridge 2.1-508-gb24f756c
-----------
* Process data channel messages sequentially (#1665)
* Fix "unknown endpoint" warning sending EndpointStats. (#1666)
* chore: Update ice4j (#1664)
* Fix: Bump Jitsi-SRTP (via JMT).  Hopefully fixes crash due to GC of native objects. (#1663)
* Update dependencies (#1661)
* feat: Log the jvb version on startup. (#1659)
* fix: Log using logger, remove leftover print. (#1660)
* Restrict the random port used for WebsocketClientTest to the 49152-65535. (#1658)
* Bump JMT: Fix IllegalStateException in ResumableStreamRewriter. (#1656)
* Bump versions of Guava and Jackson-module-kotlin. (#1657)
* ref: log not found errors on warning level
* fix: Fix VideoTypeMessage.TYPE, use it. (#1644)
* Do not oversend camera streams (only screensharing).' (#1654)
* Fix: bump versions of some dependencies. (#1653)
* Fix markdown syntax in debugging.md. (#1652)
* Add a storedBytes stat to ByteBufferPool. (#1651)
jitsi-videobridge 2.1-508-gb24f756c
-----------
* Process data channel messages sequentially (#1665)
* Fix "unknown endpoint" warning sending EndpointStats. (#1666)
* chore: Update ice4j (#1664)
* Fix: Bump Jitsi-SRTP (via JMT).  Hopefully fixes crash due to GC of native objects. (#1663)
* Update dependencies (#1661)
* feat: Log the jvb version on startup. (#1659)
* fix: Log using logger, remove leftover print. (#1660)
* Restrict the random port used for WebsocketClientTest to the 49152-65535. (#1658)
* Bump JMT: Fix IllegalStateException in ResumableStreamRewriter. (#1656)
* Bump versions of Guava and Jackson-module-kotlin. (#1657)
Leon Schroeder's avatar Leon Schroeder (LSchroeder) committed (revision 28)
jitsi-videobridge 2.1-492-g5edaf7dd
-----------
* fix: Catch exceptions that occur when handling octo packets. (#1650)
* fix: Make "source" nullable, as Octo uses "null". (#1649)
* Fix ReceiverConstraints map and processing messages in order (#1647)
* feat: Log a message when endpoints are suspended due to bwe. (#1645)
* Fix: fix bug calculating removed video endpoints in constraints. (#1643)
* Use G1GC by default on Java 11+. (#1642)
* fix: Bring back logs for SENT colibri responses. (#1641)
* Bump jitsi-utils: queue stats and logging fixes. (#1640)
* Changes for queue stats enhancements. (#1636)
* Signal video type (camera, screenshare, none) (#1624)
* Move ConferenceShim construction after conference.id is set. (#1638)
* Some improvements to the PacketQueue timeline. (#1631)
* Fix: Fix unnecessary thread contention pushing to packet queues.  (Bump jitsi-utils.) (#1632)
* ref: Re-use CustomizableThreadFactory from jitsi-utils. (#1630)
Leon Schroeder's avatar Leon Schroeder (LSchroeder) committed (revision 27)
jitsi-videobridge 2.1-416-g2f43d1b4
-----------
* Allow querying the state of endpoint debug features (#1546)
* Debug rest changes (#1544)
* update jitsi-media-transform:     ref: expose getters to get state of debug features     fix: address possible concurrentmodificationexception in media pipeline     ref: fix type of json stats variable
* update jitsi-utils:     ref: getter to check if queue stats are enabled     ref: remove unnused propertychangenotifier api     ref: expose extra settings for log handlers
* chore: Ignore .DS_Store. (#1542)
* allow cors on the private httpserver (#1540)
* Fix sending an "active=true" message when an endpoint is connects after being recreated. (#1538)
* chore: Update jetty. (#1537)
* fix: Included the bridge version in ServerHello sent over WS. (#1536)
* ref: Use EventEmitter from jitsi-utils. (#1535)
* Feat: bump jmt: stats improvements. (#1534)
* fix: Suppress sending SenderVideoConstraints(height=0) (#1533)
* fix: Fix getting mediaSource for OctoEndpoint. (#1531)
* fix: Fix serializing when version==null. (#1529)
* feat: Announce version in ServerHello (optionally). (#1528)
* Move VersionService and HealthChecker out of Videobridge. (#1527)
* Split BitrateController into an allocator and packet handler. (#1526)
* ref: Move JettyHelpers to jicoco. (#1524)
* update REST configuration doc (#1523)
* Bitrate allcation tests (#1517)
* Update jmt: Fix DtlsStack threading deadlock; add a timeout for DTLS handshakes. (#1516)
* Update: Use latest jicoco. (#1515)
* feat: Add oversending time stat (#1514)
* Chore: Update ktlint version (#1510)
* Update: Use latest jicoco. (#1513)
* fix: Fix raw type warnings (reduce use of generics, use List instead of array). (#1512)
* Fix: Adapt to new Jetty version deprecations; fix compilation warnings. (#1511)
* Chore: bump versions of several dependency libraries. (#1509)
Leon Schroeder's avatar Leon Schroeder (LSchroeder) committed (revision 26)
Leon Schroeder's avatar Leon Schroeder (LSchroeder) committed (revision 25)
Leon Schroeder's avatar Leon Schroeder (LSchroeder) committed (revision 24)
Leon Schroeder's avatar Leon Schroeder (LSchroeder) committed (revision 23)
jitsi-videobridge 2.1-376-g9f12bfe2
-----------
* fix: Fix PingManager being disabled after a temporary failure (jicoco)
* Bump junit from 4.12 to 4.13.1 in /jvb (#1487)
* Require a minimum version of maven. (#1463)
* feat: Port AWS harvester config (update ice4j). (#1486)
* fix: Increase the T3 threshold to 1500. (#1485)
* Refactor Callstats and stats transport code. (#1481)
* ref: Remove enableLogging (unused, leftover from includeInStatistics). (#1482)
* ref: Remove conf/ep creation from health checks (#1479)
* Fix publishing stats to callstats, add loss stats. (#1480)
* ref: Fire events from Endpoint (#1478)
* ref: Remove use of global StatsManager singleton (#1473)
* Allow sending EndpointMessage to other AbstractEndpoints than Octo or Endpoint.
* Fix: JMT bump: fix double buffer return; link srtp with openssl 1.1.x. (#1477)
* Fix NullPointerException if conferenceName is not defined.
* fix: always assume 3 temporal layers (#1472)
* ref: Singleton cleanup (#1469)
* set the websocket service instance in the singleton
* Refactor ServiceBinder to take services instances instead of using global singletons (#1468)
* ref: Port StunMappingHarvester config (ice4j). (#1470)
* feat: Enable bridge websockets by default for new installs (#1462)
* BWE and Transport-CC stats enhancements. (#1464)
* feat: Add loss stats based on total number of packets. (#1455)
* Refactor JVB Client Connection code (#1452)
* ref: Use RateTracker, adapt to JMT changes. (#1453)
* Adapt to JMT changes. (#1454)
Dominik Gedon's avatar Dominik Gedon (dgedon) committed (revision 22)
Updated to latest git version:
- Debug rest changes (#1544)
- jitsi-media-transform
- update jitsi-utils
- chore: Ignore .DS_Store. (#1542)
- allow cors on the private httpserver (#1540)
- Fix sending an "active=true" message when an endpoint is connects after being recreated. (#1538)
- chore: Update jetty. (#1537)
- fix: Included the bridge version in ServerHello sent over WS. (#1536)
- ref: Use EventEmitter from jitsi-utils. (#1535)
- Feat: bump jmt: stats improvements. (#1534)
Dominik Gedon's avatar Dominik Gedon (dgedon) committed (revision 21)
Remove old .obscpio file.
Dominik Gedon's avatar Dominik Gedon (dgedon) committed (revision 20)
Updated to latest git version
- fix: Suppress sending SenderVideoConstraints(height=0) (#1533)
- fix: Fix getting mediaSource for OctoEndpoint. (#1531)
- fix: Fix serializing when version==null. (#1529)
- feat: Announce version in ServerHello (optionally). (#1528)
- Move VersionService and HealthChecker out of Videobridge. (#1527)
Dominik Gedon's avatar Dominik Gedon (dgedon) committed (revision 19)
Updated to latest git version
- Split BitrateController into an allocator and packet handler. (#1526)
- ref: Move JettyHelpers to jicoco. (#1524)
- update REST configuration doc (#1523)
- Bitrate allcation tests (#1517)
- Update jmt: Fix DtlsStack threading deadlock; add a timeout for DTLS handshakes. (#1516)
- Update: Use latest jicoco. (#1515)
- feat: Add oversending time stat (#1514)
- Chore: Update ktlint version (#1510)
- Update: Use latest jicoco. (#1513)
- fix: Fix raw type warnings (reduce use of generics, use List instead of array). (#1512)
- Fix: Adapt to new Jetty version deprecations; fix compilation warnings. (#1511)
- Chore: bump versions of several dependency libraries. (#1509)
- feat: Increase bucket size for rate trackers (decrease memory usage). (#1460)
- Properly prioritize screen share low bandwidth mode (#1508)
- fix: Avoid IllegalStateException when StatsCollector is disabled (#1507)
- Log sent and received bridge channel messages. (#1504)
- ref: Remove unused fields from ForwardedEndpointsMessage. (#1502)
- ref: Refactor BitrateController to make testing easier. (#1497)
- fix: Fix failures to re-login to XMPP and reload config (jicoco) (#1501)
- fix: Fix resetting lastPresenceSent (jicoco). (#1493)
- Trivial: Add missing close parenthesis to log message. (#1496)
- return sent octo packet buffers to the pool (#1495)
Dominik Gedon's avatar Dominik Gedon (dgedon) committed (revision 18)
- Update to latest git version
Dominik Gedon's avatar Dominik Gedon (dgedon) committed (revision 17)
Updated to latest git version
Dominik Gedon's avatar Dominik Gedon (dgedon) committed (revision 16)
Updated to lates git version
Dominik Gedon's avatar Dominik Gedon (dgedon) committed (revision 15)
Update to latest git version
Enno Gotthold's avatar Enno Gotthold (SchoolGuy) committed (revision 14)
Fix bridge not available when using stats
Enno Gotthold's avatar Enno Gotthold (SchoolGuy) committed (revision 13)
Migrate to non legacy config
Enno Gotthold's avatar Enno Gotthold (SchoolGuy) committed (revision 12)
Updated Sources to new git head
Dominik Gedon's avatar Dominik Gedon (dgedon) committed (revision 11)
Add group and correct line alignment
Displaying revisions 21 - 40 of 50
openSUSE Build Service is sponsored by