Releases: Red5/red5-server
1.0.9 Milestone 8
Timestamp handling overhaul in PlayEngine for VOD and Live streaming.
ECMA non-contiguous array fix.
Dependency updates.
1.0.9 Milestone 7
Major overhaul of the RTMP encoder and decoder to fix a 4.66 hour rollover issue. Added created, started, and recorded dates in ISO8601 format to stream metadata. Added a soft-reset to AVC codec to prevent removal of the codec configuration.
1.0.9 Milestone 6
Fixed issue with MP4 and M4A readers coded for older version of isoparser being imported by Tika.
1.0.9 Milestone 5
Added property change listener events for ClientBroadcastStream using StreamState
1.0.9 Milestone 4
Timestamp handling changed to prevent manipulation in the RTMPProtocolDecoder
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