bigbluebutton-Github/build/packages-template
Paulo Lanzarin 89209fc7ee
feat(audio): dedicate mediasoup workers for audio streams
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.
2024-08-20 15:06:32 -03:00
..
bbb-apps-akka
bbb-common
bbb-config build: remove old custom bbb-html5 NodeJS binaries (#20897) 2024-08-10 13:03:11 -04:00
bbb-etherpad Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
bbb-export-annotations Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
bbb-freeswitch-core build(sec): upgrade FreeSWITCH to 1.10.11 +sofia-sip +libks (#19377) 2024-01-03 15:19:09 -05:00
bbb-freeswitch-sounds
bbb-fsesl-akka
bbb-graphql-actions Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
bbb-graphql-middleware refactor (gql-middleware): Code improvements and new Prometheus metrics (#20896) 2024-08-19 10:58:14 -03:00
bbb-graphql-server Removes old PG user/tabled created for Meteor auth 2024-07-19 11:38:46 -03:00
bbb-html5 build: revert removal of gzip command in bbb-html5/build.sh (#20929) 2024-08-14 08:48:13 -04:00
bbb-learning-dashboard
bbb-libreoffice-docker lo-conversion: add a script to use CODE for remote conversion 2024-02-23 20:43:00 -05:00
bbb-livekit Add Livekit package 2023-11-28 13:25:50 +01:00
bbb-mkclean
bbb-pads Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
bbb-playback build: bbb-playback copy files properly (#20710) 2024-07-16 12:37:57 -04:00
bbb-playback-notes Resolve conflicts 2023-08-16 16:24:34 -03:00
bbb-playback-podcast Resolve conflicts 2023-08-16 16:24:34 -03:00
bbb-playback-presentation Resolve conflicts 2023-08-16 16:24:34 -03:00
bbb-playback-screenshare Resolve conflicts 2023-08-16 16:24:34 -03:00
bbb-playback-video Resolve conflicts 2023-08-16 16:24:34 -03:00
bbb-record-core Fix: File permissions in packages should not depend on umask of build system 2024-06-14 16:17:49 -04:00
bbb-transcription-controller feat: Initial implementation of Gladia transcriptions to BBB 2.7 (#19091) 2024-03-18 10:44:56 -04:00
bbb-web Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
bbb-webhooks Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
bbb-webrtc-recorder
bbb-webrtc-sfu feat(audio): dedicate mediasoup workers for audio streams 2024-08-20 15:06:32 -03:00
bigbluebutton