every.channel: sanitized baseline

This commit is contained in:
every.channel 2026-02-15 16:17:27 -05:00
commit 897e556bea
No known key found for this signature in database
258 changed files with 74298 additions and 0 deletions

View 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.