scottlamb / moonfire-nvr

Moonfire NVR, a security camera network video recorder
Other
1.24k stars 137 forks source link

fancy scrub bar UI #32

Open scottlamb opened 6 years ago

scottlamb commented 6 years ago

I've written the server-side code to support segmented .mp4 files for HTML5 Media Source Extensions. (design/api.md talks about this.) It may have some bugs but is essentially complete.

The goal was that to use this to create the classic NVR UI where there's a scrub bar at the bottom showing an entire day, it grows over time as new stuff is recorded, and none of this has to wait for huge moov segments to transfer.

I think this needs some significant work to be viable, though:

IronOxidizer commented 2 years ago

Assuming we only start loading in the mp4 segments on scrubbar release, I think progressive scrubbing (display the scrub thumbnail in the video window) would also be a great feature.