Skip to content

Releases: Red5/red5-server

Release 1.2.8

02 Jun 13:03
Compare
Choose a tag to compare

Fixed local loopback binding in ShutdownServer
Included build for JDK 8

1.2.6 Release

08 Jan 15:17
Compare
Choose a tag to compare

Primarily an update built with JDK 11, but also contains a few fixes sponsored by Red5 Pro

1.2.3 Release

14 Oct 20:40
Compare
Choose a tag to compare

Updates to red5-client and red5-service only.

1.2.2 Release

05 Sep 14:13
4248e0a
Compare
Choose a tag to compare

This release / update is primarily due to the move to JDK 11.

1.1.1 Release

29 May 18:43
Compare
Choose a tag to compare

This release encompasses a overhaul of the SharedObject logic and to a lesser extent the Scope object.

1.1.0 Release

22 Apr 16:17
Compare
Choose a tag to compare

Changes:

  • Replacement of the Quartz internals with a JDK scheduled executor
  • PlayEngine live-wait support for legacy FCS/FMS/AMS is externalized to a configuration option (off by default)
  • Fix for Metadata with non zero timestamps sent prior to config/keyframes which triggered rollover math and buffer issues downstream

1.0.10 Release

09 Feb 00:50
Compare
Choose a tag to compare

Shared Object fixes
Negative timestamp handling fix
Tomcat and WebSocket plugin fixes

1.0.10 Milestone 10

13 Dec 20:20
Compare
Choose a tag to compare
1.0.10 Milestone 10 Pre-release
Pre-release

New WebSocket implementation based on Tomcat WebSocket offering, replacing custom Red5 WebSocket library. Migration steps on the tomcatplugin readme.
Updated chat demo which uses WebSockets

1.0.10 Milestone 9

30 Jun 20:23
Compare
Choose a tag to compare
1.0.10 Milestone 9 Pre-release
Pre-release

Updated to Mina 2.0.19
Updated to Tomcat 8.5.32

Adjusted Mina transport and refactored close and idle handling. This should hopefully prevent sockets hanging in CLOSE_WAIT. Also reduced some of the threading pools in red5.properties.

1.0.10 Milestone 8

05 Jun 15:14
Compare
Choose a tag to compare
1.0.10 Milestone 8 Pre-release
Pre-release

Contains PR's from BigBlueButton

Close reentrance protection added to ClientBroadcastStream
AtomicReference wrapper added around StreamState enum