Skip to content

testing/janus-gateway: upgrade to 0.11.7

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

[v0.11.7] - 2022-01-24

  • Added faster strlcat variant that uses memccpy for writing SDPs
  • Fixed occasional crash when updating WebRTC sessions
  • Changed SDP syntax for AV1 from "AV1X" to "AV1"
  • Fixed signed_tokens property not being saved to permanent rooms in VideoRoom
  • Made record directory changeable via "edit" in both AudioBridge and VideoRoom
  • Added configurable expected loss to AudioBridge to actually send FEC
  • Fixed SIP plugin not working when using Sofia SIP >= 1.13
  • Fixed occasional crashes in SIP plugin
  • Take note of video orientation extension when recording video in SIP plugin
  • Allow 180 besides 183 to have SDP as well
  • Fixed post-processor compilation issue with newer versions of FFmpeg
  • Added option to print extended info on MJR file as JSON in postprocessor
  • Allow pcap2mjr to autodetect SSRC
  • Fixed problems compiling post-processor with older versions of FFmpeg
  • Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!)

Merge request reports