Move processed media into managed storage and serve videos authenticated #114
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/114/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Processed snapshots and videos now move out of the camera incoming folders into output_dir (canonical clips// and snapshots// trees), sources and .idx sidecars are removed after successful processing, and emptied directories are pruned — anything left in incoming is unprocessed. Existing deployments migrate automatically and idempotently on startup. The unauthenticated whole-output_dir static mount is replaced by an authenticated per-clip video route.
Closes #112
Closes #113