every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
22
evolution/proposals/ECP-0050-delete-ts-chunk-cli.md
Normal file
22
evolution/proposals/ECP-0050-delete-ts-chunk-cli.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# ECP-0050: Delete `ts-chunk` CLI Command
|
||||
|
||||
## Why
|
||||
|
||||
`ts-chunk` produces and persists TS chunks, which violates the CMAF-canonical constraint (ECP-0041, ECP-0049).
|
||||
We want fewer codepaths that accidentally become "real" over time.
|
||||
|
||||
If we need to debug TS timing, we keep `ts-sync` (analysis) and `stream-dump` (capture), but we do not keep a TS
|
||||
chunking/publishing workflow.
|
||||
|
||||
## Decision
|
||||
|
||||
- Remove the `every.channel ts-chunk` command from `ec-cli`.
|
||||
|
||||
## Scope
|
||||
|
||||
- CLI surface only. Node ingest still supports TS as an input format.
|
||||
|
||||
## Reversibility
|
||||
|
||||
High. We can reintroduce a debugging tool later behind an explicit non-default feature flag if needed.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue