89209fc7ee
mediasoup workers are currently for general use, regardless of stream type. This makes it difficult to give different scheduling priorities for audio workers or prevent noise from video streams, when our goal is to give higher priority to audio in all ends of the system. Set `mediasoup.dedicatedMediaTypeWorkers.audio` to `auto`. This will spin up `ceil((min(nproc, 32) * 0.8) + (max(0, nproc - 32))` mediasoup workers dedicated to handling audio streams. |
||
---|---|---|
.. | ||
.build-files | ||
after-install.sh | ||
bbb-webrtc-sfu.logrotate | ||
bbb-webrtc-sfu.service | ||
before-install.sh | ||
before-remove.sh | ||
build.sh | ||
opts-jammy.sh | ||
webrtc-sfu.nginx |