Skip to content

Releases: Red5/red5-server

2.0.4 Release

21 Jul 22:12
Compare
Choose a tag to compare

v2.0.2

09 Jul 13:50
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.2

Working towards support for Enhanced RTMP v2 from Veovera https://github.com/veovera/enhanced-rtmp

The artifacts require JDK 21; if you want to build for JDK 11 you will need to build from source and use the release property like so: mvn clean install -P assemble -Dmaven.compiler.release=11

v2.0.0

05 Jun 19:39
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

Full Changelog: v1.3.33...v2.0.0

1.3.33 Release

12 Apr 21:32
Compare
Choose a tag to compare

Full Changelog: v1.3.32...v1.3.33

Added priority loading for plugins and delay of tomcat if configured.

v1.3.32 Release

28 Mar 14:44
Compare
Choose a tag to compare

1.3.31 Release

18 Mar 19:19
Compare
Choose a tag to compare

1.3.30 Release

18 Mar 13:26
Compare
Choose a tag to compare

1.3.29 Release

12 Feb 14:27
Compare
Choose a tag to compare

Full Changelog: v1.3.26...v.1.3.29

Fixed tag

1.3.26 Release

10 Jan 14:17
Compare
Choose a tag to compare

What's Changed

  • Fixes scheduled job executing only once. by @Andy--S in #343

Full Changelog: v1.3.25...v1.3.26

1.3.25 Release

03 Nov 20:27
Compare
Choose a tag to compare

Refactoring with focus on speed for service and handler method lookups, reducing recursion, and updating RTMPClient for efficiency.