Skip to content

v1.7.5

Compare
Choose a tag to compare
@frostbyte73 frostbyte73 released this 05 Jul 22:12
· 317 commits to main since this release

NOTE: as of v1.7.5, chrome sandboxing is enabled for increased security. As a result, the service is no longer run as root
inside docker, and all Egress deployments (even local) require --cap-add=SYS_ADMIN in your docker run command.
Without it, all web and room composite egress will fail with a chrome failed to start error.

Fixed

  • Hang if EndRecording called before StartRecording (#392)
  • Panic on concurrent websocket writes
  • CPU overscheduling (leads to audio loss and other issues) (#396, #403, #406)
  • Hang on gstreamer internal deadlock (#407)

Added

  • Include logs from gstreamer (#398, #401, #411)
  • Save space by deleting local segments once uploaded (#405)