Scott Lamb

Results 288 comments of Scott Lamb
trafficstars

> first line is `[dbDir = "/mnt/data/nvr/db"]` I think you just have to remove the `[` and `]`, and it should work. > Sorry, I don't know why there was...

If you're able to, it'd really help to get a packet capture (e.g. with [Wireshark](https://www.wireshark.org/)) of the communication with your camera: with Moonfire, and/or with some other software that is...

Sorry folks, I spaced on this issue. I'm finally looking more closely at @poperigby 's packet capture now. The problem is here: The SPS in this reports that it's a...

> Or maybe it's just broken and not updating RTP timestamps at all? Actually, I guess we can see it is this, based on `ffmpeg.pcap`. ffmpeg just doesn't seem to...

@dholroyd would you like to take a look at this before I merge? I'll need your help anyway publishing to cargo, as I don't have permissions for that.

I just found the following in [RFC 6184 section 5.8](https://datatracker.ietf.org/doc/html/rfc6184#section-5.8): > A receiver in an endpoint or in a MANE MAY aggregate the first n-1 > fragments of a NAL...

> The Reserved bit in the FU-A header is not the same as the forbidden_zero_bit in the NAL header. Sorry, I've been neglecting this repo, but you're totally right about...

I'd also like to see the duplicate `regex-automata` version eliminated. As in, a variation of this PR backported to 0.1.x. > If I read the blame correct, [a dep on...