Scott Lamb

Results 288 comments of Scott Lamb

Interesting approach. It requires a lot less plumbing than what I was thinking and certainly improve things most of the time over no reservation. Caveats: * the avg-to-peak ratio for...

The rolling average wouldn't be that hard (we iterate through all recordings anyway on startup) but I'm not sure it helps that much. After a drastic bitrate increase the very...

As mentioned [here](https://github.com/scottlamb/moonfire-nvr/issues/120#issuecomment-854791577), I plan to change the writing to be a GOP at a time (1- or 2-second chunks) while adding audio support. That has a nice benefit here...

I've heard from a few people, most recently @jlpoolen [here](https://groups.google.com/g/moonfire-nvr-users/c/sQU3QUxqfPo/m/c8yupQX4AwAJ), that this is an important basic feature. I'm considering trying to support it for 1.0 then. I tweaked the list...

I've been thinking through a design that addresses these issues. It's certainly not simple, but I'm gaining confidence we can do it. First, I've rejected the idea of messing with...

Found my first bug in the new wall vs media duration distinction: the live viewing stuff is mixing up them up for the durations within a recording, causing a panic....

Good point. I added a note to the troubleshooting doc for the moment. Long-term, I want it to support both streams; there's a bullet point about this at #115.

I'm calling this a JS bug in that the Javascript has all the information to know in advance that the `sub` stream doesn't exist and the `main` stream does. It'd...

I now think this issue is fairly easy but also not very urgent. I once thought these unnecessary NALs were preventing `.m4s` files from playing back properly (which would cause...

I'm moving this from the `1.0?` milestone to `wishlist` because (a) for now the recommended setup uses a proxy server, and (b) the install instructions focus on a Docker setup...