Releases: livekit/egress
Releases · livekit/egress
v1.5.2
Changelog
Fixed
- support for running on linux systems with no cgroup support #169
- CPU usage ratio reporting when a cgroup CPU quota is set #169
- H264 subscription support with web composite exports on arm64 #171
v1.5.1: Update protocol and Go sdk. Increase version to 1.5.1 (#167)
Changelog
Fixed
- support for older linux kernels with cgroup v1 #155
- default HLS segment and playlist filename #166
- S3 upload metadata #156
- fix for disabling storing manifest #159
- interaction with Digital Ocean S3 Implementation #162
Added
- support for Aliyun OSS storage backend #152
- support for web egress #155
v1.4.0
Fixed
- Choppy audio when streaming to Youtube (#107)
- Added support for CJK unicode characters in templates (#98)
- Allow query parameters in custom template base (#99)
Changed
- Upgraded Gstreamer from 1.18.5 to 1.20.3 (#102)
- Upgraded default layouts (#100)
v1.3.0
Fixed
- Rare freezing and/or segmentation faults, primarily with track composite (#92) (#93) (#94)
Changed
- Egress stopped due to session limit now returns
LIMIT_REACHED
status instead of FAILED
(#90)
- Track egress for vp8 tracks will output a .webm file instead of .ivf (#96)
v1.2.0
Added
- Support for session timeouts (#76)
- Redis sentinel support (#71)
Fixed
- File upload not running with track egress (#70)
- Bug where StopEgress RPCs return "no response" for track and track composite egress (#71)
- Failure when track is not immediately available with track and track composite egress (#72)
- Test suite reliability, along with testing cloud uploads (#71)
v1.1.0
Added
- HLS segmented file output (#38 #41 #42 #68)
- Configurable CPU costs for accepting requests (#47)
- Redis TLS (#54)
- Configurable temp dir for file writes (#55)
- EgressInfo contains RoomName (#64)
Fixed
- Redis channel full error with long running and/or frequent egress (#33)
- Negative duration on aborted egress (#36)
- X11 server crash on rtmp output failure (#50)
- Potential file collisions while writing (#51)
- Incorrect filename in FileInfo (#66)
Changed
- Each egress now runs in its own process to avoid potential security holes (#37)
- Retry file uploads on failure (#39 #56)
- Improved room composite startup speed (#57)
- Updated base image to Ubuntu 22.04 (#65)