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

@ -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)]