Releases: Red5/red5-server
1.0.9 Milestone 2
Removed keyType for rtmps; only jks is used.
Updated websocket chat to work with new websocket plugin.
AbstractStream now uses local meta data as an AtomicRef and it is now a private field.
Fixed line endings in some configs from windows.
Updated FLV appenders to use writer post processors
1.0.9 Milestone 1
Fixes for OOM's, websocket refactoring, stream vs channel handling order of operations, etc..
Red5 1.0.8 Release
This will most probably be the last release that supports Java versions prior to 8.
1.0.8 Milestone 13
Bugfix pre-release
1.0.8 Milestone 12
Primary reason for this release is the modification of the FLVWriter to prevent any filtering-out of onMetaData stream data packets; they are written as they arrive.
Added CORS filter library and implemented it in the vod and live web.xml configurations
1.0.8 Milestone 11
Fixed some decoding issues with A/V
Updated to newest Tomcat 8.x
Update 9/5/2016
Had to update the tomcat plugin to fix an issue with Jaspic on Windows and OSX
1.0.8 Milestone 10
This milestone is focused on mods to red5-io Red5/red5-io@63febf4
1.0.8 Milestone 9
AMF encoding changes to fix AMF0 to AMF3 switching
Refactored Notify and Invoke decoding to streamline it
Updated debug logging for stream send
1.0.8 Milestone 8
Updated tomcat-plugin to 1.14
Fixed writer post-processor bean name
1.0.8 Milestone 7
- Refactored AMF decoding
- Implemented writer post processing for FLV
- Created interfaces for Pre/Post processing of media files