v1.7.5
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)