Releases: Red5/red5-server
1.0.8 Milestone 7
- Refactored AMF decoding
- Implemented writer post processing for FLV
- Created interfaces for Pre/Post processing of media files
1.0.8 Milestone 6
Recreated for OpenMeetings release
1.0.8 Milestone 4
Working our way up to a Release
Red5 1.0.7 Release
This release contains a lot of fixes and modifications:
Issues closed: 51
PR's closed: 28
Tomcat has been updated to version 8.0.33 and the websocket plugin to version 1.5.
The build artifacts have been compiled with JDK7.
1.0.7 Milestone 10
v1.0.7-M10 Commit for 1.0.7-M10
Red5 1.0.7 Snapshot
This "snapshot" is not a standard "release" and will be updated until 1.0.7 is released.
9/17: Fixed circular dependency in jee-container.xml file
9/18: Added RTMP connection modifications to support lower level concurrency control
10/7: Updated to include connection concurrency and deadlock fixes
10/12: Fixed interoperabilty with AMS and switched stream ids to use double type
Red5 1.0.6 Release
This release contains memory leak and threading fixes over previous 1.x versions. Tomcat has been updated to version 8.0.26 and the websocket plugin to version 1.2.
The build artifacts have been compiled with JDK7.
Releasing information will be posted on the wiki for reference: https://github.com/Red5/red5-server/wiki/Release-Information.
Red5 1.0.5 Release
This release contains a few fixes and modifications found after the 1.0.4 release. Tomcat plugin logging uses a new jar to push its log events to slf4j; also updated is the websocket plugin to version 1.1.
Alert
These artifacts were compiled with jdk8, but had the target set for jdk7 (1.7). This means they will operate correctly only on java 8 / jdk8; in java 6 or 7 you will get a keySet error due to linked jdk8 methods. The sonatype repositories will be updated with proper jdk7 builds today (2/10/14).
Red5 1.0.4 Release
Several fixes are in this version as well as some restructuring of the project components themselves. This version series is also now available on the Sonatype repositories.
Fixes to issues of note:
#36 appShutdown not triggered
#38 FileConsumer queued write broken
#39 Red5.getConnectionLocal returns wrong connection
#40 Memory leak
Demos are also now included in the tarball/zip as well as the project repository source
Red5 1.0.3 Release
Mostly a bugfix release which include our new websocket plugin and its associated chat demo.