| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| red5-server-2.0.24.zip | 2025-11-27 | 54.3 MB | |
| red5-server-2.0.24.tar.gz | 2025-11-27 | 54.3 MB | |
| red5-client-2.0.24.jar | 2025-11-27 | 130.2 kB | |
| README.md | 2025-11-27 | 3.5 kB | |
| v2.0.24 Release source code.tar.gz | 2025-11-27 | 72.2 MB | |
| v2.0.24 Release source code.zip | 2025-11-27 | 75.9 MB | |
| Totals: 6 Items | 256.8 MB | 3 | |
What's Changed
- io/object/RecordSet data handling fixes by @kdkd in https://github.com/Red5/red5-server/pull/417
- io/Unsigned*.java type conversion fixes by @kdkd in https://github.com/Red5/red5-server/pull/416
- Don't read past EOF while reading invalid FLVs, and improve debug logs by @kdkd in https://github.com/Red5/red5-server/pull/413
- Codec read EOF checks by @kdkd in https://github.com/Red5/red5-server/pull/412
- AttributeStore's getAttribute wrote values instead of reading them by @kdkd in https://github.com/Red5/red5-server/pull/408
- readUnsignedMediumInt sign extension fix by @kdkd in https://github.com/Red5/red5-server/pull/407
- Make GenericWriterPostProcessor validate its input, and not leak an open file if parsing an FLV fails by @kdkd in https://github.com/Red5/red5-server/pull/402
- hexStringToByteArray only works with even numbers of characters by @kdkd in https://github.com/Red5/red5-server/pull/397
- Fix co64 handling while reading MP4 files by @kdkd in https://github.com/Red5/red5-server/pull/394
- Make sure we're not at EOF in more places in TLS reads by @kdkd in https://github.com/Red5/red5-server/pull/396
- RTMPMinaConnection.connect should not attempt to RegisterJMX if client is null by @kdkd in https://github.com/Red5/red5-server/pull/391
- Sanitize AMF packet input by @kdkd in https://github.com/Red5/red5-server/pull/388
- In MP4Reader handle lock acquisition failure by @kdkd in https://github.com/Red5/red5-server/pull/414
- On a websocket connection, handle unknown or missing application scopes better by @kdkd in https://github.com/Red5/red5-server/pull/404
- Make ConversionUtils.convertToArray return what the comment says it should by @kdkd in https://github.com/Red5/red5-server/pull/398
- Fix WebSocketScope.getListeners by @kdkd in https://github.com/Red5/red5-server/pull/405
- AMF's serialize cache fix by @kdkd in https://github.com/Red5/red5-server/pull/411
- Fix type checking in ArrayUtils by @kdkd in https://github.com/Red5/red5-server/pull/395
- Add null checks around ContextLoader.loadContext by @kdkd in https://github.com/Red5/red5-server/pull/389
- Allow injecting metadata into FLVs that have no cue points by @kdkd in https://github.com/Red5/red5-server/pull/409
- server/service null checking by @kdkd in https://github.com/Red5/red5-server/pull/406
- BaseConnection.getConnectParams should return an empty set if there are no parameters by @kdkd in https://github.com/Red5/red5-server/pull/390
- Escape special characters in DOM2Writer by @kdkd in https://github.com/Red5/red5-server/pull/399
- Add more robust error handling to mkv parsing by @kdkd in https://github.com/Red5/red5-server/pull/393
- SorensonVideo: Initialize interframes before receiving data by @kdkd in https://github.com/Red5/red5-server/pull/392
- Fix LEB128 encoding for very large int values by @kdkd in https://github.com/Red5/red5-server/pull/400
- Fix webm recording when dealing with files that already exist by @kdkd in https://github.com/Red5/red5-server/pull/401
- DefaultServerEndpointConfigurator.modifyHandshake ? and # stripping fix by @kdkd in https://github.com/Red5/red5-server/pull/403
- SharedObject's setAttributes null pointer handling improvement by @kdkd in https://github.com/Red5/red5-server/pull/410
New Contributors
- @kdkd made their first contribution in https://github.com/Red5/red5-server/pull/417
Full Changelog: https://github.com/Red5/red5-server/compare/v2.0.23...v2.0.24