wt-publish: default to CMAF passthrough seedbox mode
This commit is contained in:
parent
8e9eafe735
commit
1197bb4baa
4 changed files with 31 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue