652 B
652 B
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-chunkcommand fromec-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.