Scott Lamb
Scott Lamb
fwiw, I see no mention here of "thread-directed" signals. IMHO, it's reasonable to not support them as a first pass (they're a totally different thing than process-directed signals), but worth...
Thanks for filing this! I was on the trail of one of my spans getting swallowed, realized commenting out `tracing_log::LogTracer::init()` "fixed" it, searched, and found this timely bug report with...
I'd love to get this fixed, and have been reading the code a bit, but I'm really confused about how per-layer filtering is supposed to work. E.g., starting from the...
I'm on my phone right now and can't look closely, but it wouldn't surprise me to learn we have a time zone bug in the UI layer. The JavaScript time...
I'm at a computer now and see the same broken behavior on fall back day. Fortunately the backend's time handling is solid. If I needed that clip right now, I...
The URL `http://pi:8080/api/cameras/f7689025-966d-4ca7-b045-5470ca33f6bf/main/view.mp4?s=421652-421708&ts=false` goes from the exact beginning of segment 421652 to the exact end of segment 421708. If you want it to go for e.g. 1 second, you can...
Oh, here's an alternate workaround that may be easier: restart Moonfire with the environment variable `TZ` set to a time zone that doesn't do daylight saving time, e.g. `TZ=UTC`. [Edit:...
Glad you got what you needed for now. I'd love to fix this properly, even to the level of having a date time chooser that lets you disambiguate the fall...
Could you attach some logs? They should explain each disconnection.
> caused by: RTSP framing error: Invalid RTSP message; buffered: This one is unfortunate. I've seen something similar with cameras using the live555 library. When the TCP window fills (maybe...