perf: enable adaptiveStream and camera simulcast for SFU bandwidth optimization

- adaptiveStream: true — SFU adjusts quality per subscriber viewport size
- Camera simulcast: true — publisher encodes 3 quality layers, SFU picks per viewer
- Screen share keeps simulcast: false (text readability)
- Server-side: livekit.yaml updated with 40 Mbps bandwidth cap, room cleanup,
  playout delay, and A/V sync (applied directly to Pi, not in this commit)
This commit is contained in:
Jannis Braun
2026-02-26 01:09:05 +01:00
parent 2186235d65
commit 33e9198de6
2 changed files with 3 additions and 3 deletions
@@ -65,7 +65,7 @@ export function VoiceControlBar() {
{
videoCodec: CAMERA_PRESET.codec,
videoEncoding: CAMERA_PRESET.encoding,
simulcast: false,
simulcast: true,
}
);
} else {