Releases: Red5/red5-server
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
1.0.10 Milestone 7
Release for updated tomcat, nothing more
1.0.10 Milestone 6
This is a release which only contains updated dependencies, no code changed.
1.0.10 Milestone 5
Updated Mina 2.0.17 several SSL related fixes
Updates to recording
Updated AMF Map handling to fix OBS issue
1.0.10 Milestone 4
Fixed up media copy and serialization routines.