Releases: Red5/red5-server
Release 1.2.8
Fixed local loopback binding in ShutdownServer
Included build for JDK 8
1.2.6 Release
Primarily an update built with JDK 11, but also contains a few fixes sponsored by Red5 Pro
1.2.3 Release
Updates to red5-client and red5-service only.
1.2.2 Release
This release / update is primarily due to the move to JDK 11.
1.1.1 Release
This release encompasses a overhaul of the SharedObject logic and to a lesser extent the Scope object.
1.1.0 Release
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
Shared Object fixes
Negative timestamp handling fix
Tomcat and WebSocket plugin fixes
1.0.10 Milestone 10
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
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
Contains PR's from BigBlueButton
Close reentrance protection added to ClientBroadcastStream
AtomicReference wrapper added around StreamState enum