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
|
|
@ -435,7 +435,7 @@ struct WtPublishArgs {
|
|||
transcode: bool,
|
||||
/// Transmit fMP4 fragments directly (passthrough mode).
|
||||
/// When false, the importer may reframe into CMAF fragments.
|
||||
#[arg(long, default_value_t = false, action = clap::ArgAction::Set)]
|
||||
#[arg(long, default_value_t = true, action = clap::ArgAction::Set)]
|
||||
passthrough: bool,
|
||||
/// Danger: disable TLS verification for the relay.
|
||||
#[arg(long, default_value_t = false)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue