| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| red5-server-2.0.25.tar.gz | 2025-12-15 | 54.1 MB | |
| red5-server-2.0.25.zip | 2025-12-15 | 54.1 MB | |
| red5-client-2.0.25.jar | 2025-12-15 | 130.7 kB | |
| README.md | 2025-12-15 | 1.4 kB | |
| v2.0.25 Release source code.tar.gz | 2025-12-15 | 72.2 MB | |
| v2.0.25 Release source code.zip | 2025-12-15 | 75.9 MB | |
| Totals: 6 Items | 256.4 MB | 0 | |
What's Changed
- Codec input sanitization by @kdkd in https://github.com/Red5/red5-server/pull/427
- EngineLauncher: Guard against missing args, and strip the windows service stop flag to correctly pass the port/token data on a shutdown request by @kdkd in https://github.com/Red5/red5-server/pull/423
- InetAddressEditor ipv6 input validation fix by @kdkd in https://github.com/Red5/red5-server/pull/422
- UrlQueryStringMap's hardening to handle ?params without a following = by @kdkd in https://github.com/Red5/red5-server/pull/421
- Fix LocalNetworkUtil.getCurrentEnvironmentLoopbackIp's fallback if NetworkInterface.getNetworkInterfaces() doesn't work due to sandboxing or permission issues by @kdkd in https://github.com/Red5/red5-server/pull/420
- Prevent stale session reaper crash if maxLifetime was not set by @kdkd in https://github.com/Red5/red5-server/pull/418
- RTMPSLoader servlet name typo fix by @kdkd in https://github.com/Red5/red5-server/pull/419
- MP3Reader: Handle corrupt MP3 files better. by @kdkd in https://github.com/Red5/red5-server/pull/425
- M4AReader: Parser improvements by @kdkd in https://github.com/Red5/red5-server/pull/426
- MetaDataTest minor fix: The created test stream was set for 300px wide, but then tested to see if it was 400. by @kdkd in https://github.com/Red5/red5-server/pull/424
Full Changelog: https://github.com/Red5/red5-server/compare/v2.0.24...v2.0.25