Skip to content

testing/janus-gateway: upgrade to 1.0.1

Michael Pirogov requested to merge uuser/aports:janus into master
  • Removed gengetopt as a dependency, to use Glib's GOptionEntry instead
  • Fixed occasional problem of duplicate mid attribute in Janus SDPs
  • Fixed receiving=false events not being sent right away for higher simulcast substreams
  • Fix highest sequence number not being properly initialized in the RTCP context
  • Reset rids when renegotiating SDPs
  • Fixed missing PLI when restoring previously paused streams in VideoRoom
  • Fixed deadlock when using the moderate API in the VideoRoom
  • Check if IPv6 is disabled to avoid failure when creating forwarder sockets in AudioBridge and VideoRoom
  • Fixed invalid computation of Streaming mountpoint stream age
  • Also return reason header protocol and cause if present in BYE in the SIP plugin
  • Fixed segfault in UNIX transport teardown caused by pathnames of different sizes
  • Added new demos on WebAudio and Virtual Backgrounds
  • Fixed potential race conditions in multistream VideoRoom demo
  • Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!)

Merge request reports