moonfire-nvr/base
Scott Lamb 3ba3bf2b18 backend support for live stream (#59)
This is so far completely untested, for use by a new UI prototype.

It creates a new URL endpoint which sends one video/mp4 media segment
per key frame, with the dependent frames included. This means there will
be about one key frame interval of latency (typically about a second).
This seems hard to avoid, as mentioned in issue #59.
2019-01-21 15:58:52 -08:00
..
Cargo.toml upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
clock.rs introduce typed errors and use in mp4 code 2018-12-28 17:30:33 -06:00
error.rs backend support for live stream (#59) 2019-01-21 15:58:52 -08:00
lib.rs lose "extern crate" everywhere (Rust 2018 edition) 2018-12-28 21:59:39 -06:00
strutil.rs move strutil to base crate 2018-03-30 08:54:20 -07:00