wt-publish: default to CMAF passthrough seedbox mode

This commit is contained in:
every.channel 2026-02-24 21:32:55 -08:00
parent 8e9eafe735
commit 1197bb4baa
No known key found for this signature in database
4 changed files with 31 additions and 3 deletions

View file

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