web+publisher: align moq watch client and disable passthrough by default

This commit is contained in:
every.channel 2026-02-21 01:49:46 -08:00
parent 5bce56ee79
commit c2db3c6727
No known key found for this signature in database
5 changed files with 88 additions and 23 deletions

View file

@ -60,7 +60,7 @@ in
passthrough = lib.mkOption {
type = lib.types.bool;
default = true;
default = false;
description = "Whether to transmit fMP4 fragments directly (moq-mux passthrough).";
};