Skip to content

Releases: Red5/red5-server

1.0.9 Milestone 8

12 Apr 04:19
Compare
Choose a tag to compare
1.0.9 Milestone 8 Pre-release
Pre-release

Timestamp handling overhaul in PlayEngine for VOD and Live streaming.
ECMA non-contiguous array fix.
Dependency updates.

1.0.9 Milestone 7

06 Apr 14:37
Compare
Choose a tag to compare
1.0.9 Milestone 7 Pre-release
Pre-release

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

25 Mar 04:21
Compare
Choose a tag to compare
1.0.9 Milestone 6 Pre-release
Pre-release

Fixed issue with MP4 and M4A readers coded for older version of isoparser being imported by Tika.

1.0.9 Milestone 5

25 Mar 00:22
Compare
Choose a tag to compare
1.0.9 Milestone 5 Pre-release
Pre-release

Added property change listener events for ClientBroadcastStream using StreamState

1.0.9 Milestone 4

24 Mar 15:00
Compare
Choose a tag to compare
1.0.9 Milestone 4 Pre-release
Pre-release

Timestamp handling changed to prevent manipulation in the RTMPProtocolDecoder

1.0.9 Milestone 2

21 Feb 04:25
Compare
Choose a tag to compare
1.0.9 Milestone 2 Pre-release
Pre-release

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

08 Feb 16:25
Compare
Choose a tag to compare
1.0.9 Milestone 1 Pre-release
Pre-release

Fixes for OOM's, websocket refactoring, stream vs channel handling order of operations, etc..

Red5 1.0.8 Release

23 Dec 14:47
Compare
Choose a tag to compare

This will most probably be the last release that supports Java versions prior to 8.

1.0.8 Milestone 13

13 Oct 23:21
Compare
Choose a tag to compare
1.0.8 Milestone 13 Pre-release
Pre-release

Bugfix pre-release

1.0.8 Milestone 12

15 Sep 15:17
Compare
Choose a tag to compare
1.0.8 Milestone 12 Pre-release
Pre-release

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