Skip to content

Releases: Red5/red5-server

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

1.0.8 Milestone 11

02 Sep 19:21
Compare
Choose a tag to compare
1.0.8 Milestone 11 Pre-release
Pre-release

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

30 Aug 16:41
Compare
Choose a tag to compare
1.0.8 Milestone 10 Pre-release
Pre-release

This milestone is focused on mods to red5-io Red5/red5-io@63febf4

1.0.8 Milestone 9

26 Aug 18:30
Compare
Choose a tag to compare
1.0.8 Milestone 9 Pre-release
Pre-release

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

15 Aug 18:30
Compare
Choose a tag to compare
1.0.8 Milestone 8 Pre-release
Pre-release

Updated tomcat-plugin to 1.14
Fixed writer post-processor bean name

1.0.8 Milestone 7

12 Aug 12:00
Compare
Choose a tag to compare
1.0.8 Milestone 7 Pre-release
Pre-release
  • Refactored AMF decoding
  • Implemented writer post processing for FLV
  • Created interfaces for Pre/Post processing of media files