Skip to content

testing/janus-gateway: upgrade to 0.11.8

Michael Pirogov requested to merge uuser/aports:janus into master

[v0.11.8] - 2022-02-11

  • Added initial (and limited) integration of RED audio
  • Added support for Two-Byte header RTP extensions (RFC8285) and, partially, for the new Depencency Descriptor RTP extension (needed for AV1-SVC)
  • Fixed rare race conditions between sending a packet and closing a connection
  • Fix last stats before closing PeerConnection not being sent to handlers
  • Changed automatic allocation on static loops from round robin to least used
  • Added new API to bulk start/stop MJR-based recordings in AudioBridge
  • Fixed broken duration in spatial AudioBridge recordings
  • Fixed broken G.711 RTP forwarding in AudioBridge
  • Fixed broken recordings in NoSIP plugin
  • Fixed warnings when postprocessing Opus recordings with DTX packets
  • Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!)

Merge request reports