Skip to content

Releases: livekit/ingress

LiveKit Ingress v0.9.0

31 Mar 18:01
1f4eee5
Compare
Choose a tag to compare

Changelog

This release breaks the existing ingress protocol API.

Fixed

  • Update Ingress state to failed when we fail to start the handler (#68)
  • Configure logrus to provide an output that is similar to the zap output for go-rtmp logging (#70)
  • Drain active ingress when receiving SIGTERM (#71)
  • Use codec constants instead of mime types (#74)
  • Prevent go-rtmp panics on bad user input (#80)
  • Mark the track as stereo when we have more than channel (#76)
  • Adopt psrpc Errors (#83)
  • Adopt core.Fuse (#82)
  • Fail the health check while draining (#84)

Added

  • Support limiting the input framerate (#79)
  • Install wget in the server container (#77)
  • Add support for audio and video presets (#81)

LiveKit Ingress v0.0.2 (#63)

28 Feb 17:15
6cde67a
Compare
Choose a tag to compare

This release requires livekit-server v1.3.5 or above.

Changeling

Fixed

  • Use protocol cgroup aware implementation or NumCPU (#35)
  • Fix ingress stats monitor integration (#36)
  • Set video layer bitrate in bps. Use better default layer params. (#38)
  • Update logging library (#41)
  • Remove rtsp-simple-server (#44)
  • Do not fail an ingress when we terminate because it's been updated or deleted. (#44)

Added

  • Switch the RPC implementation to PSRPC (#43)