dev #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev"
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?
NVR-owned cameras record JPEG snapshot events, not mp4 clips, but the event file route served everything through serve_mp4_file which rejects non-.mp4 ('Invalid file type.'). Serve .jpg/.jpeg snapshots as image/jpeg (same path/ access guards), and render them as <img> in the Events tab instead of <video>. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>