Skip to content

testing/janus-gateway: upgrade to 1.1.0

Michael Pirogov requested to merge uuser/aports:janus into master
  • Added versioning to .so files
  • Allow plugins to specify msid in SDPs
  • Fixed broken RTCP timestamp on 32bit architectures
  • Fixed problems compiling against recent versions of libwebsockets
  • Updated deprecated DTLS functions to OpenSSL v3.0
  • Switched to SHA256 for signing self signed DTLS certificates
  • Started using strnlen to optimize performance of some strlen calls
  • Added checks to avoid RTX payload type collisions
  • Added new APIs for cascading VideoRoom publishers
  • Fixed deadlock when using legacy switch in VideoRoom
  • Fixed disabled property not being advertized to subscribers when VideoRoom publishers removed tracks
  • Fixed occasional deadlock when using G.711 in the AudioBridge
  • Added new way of capturing devices/tracks in janus.js
  • Removed call to .stop() for remote tracks in demos
  • Fixed missing message/info/transfer buttons in SIP demo page
  • Fixed postprocessing compilation issue on older FFmpeg versions

Merge request reports