moonfire-nvr/server
Scott Lamb 904842cc2d improve error msg on timeout opening stream
Before, it'd look like the following, as mentioned in
https://github.com/scottlamb/moonfire-nvr/issues/331:

```
2024-12-09T20:53:24.853572 WARN s-CP3PRO-main streamer{stream="CP3PRO-main"}: moonfire_nvr::streamer: sleeping for 1 s after error err=UNKNOWN
caused by: deadline has elapsed
```

...which isn't as clear as it could be, particularly if you don't notice
the `caused by` bit. After, it should look more like the following:

```
2024-12-09T20:53:24.853572 WARN s-CP3PRO-main streamer{stream="CP3PRO-main"}: moonfire_nvr::streamer: sleeping for 1 s after error err=DEADLINE_EXCEEDED unable to play stream and get first frame within PT30S
caused by: deadline has elapsed
```
2024-12-11 15:06:28 -08:00
..
base fix a couple clippy errors 2024-12-11 15:03:31 -08:00
db fix a couple clippy errors 2024-12-11 15:03:31 -08:00
src improve error msg on timeout opening stream 2024-12-11 15:06:28 -08:00
build.rs fix some Rust 1.78.0 clippy warnings 2024-06-01 06:00:28 -07:00
Cargo.lock upgrade to hyper/http 1.0 2024-08-31 20:07:33 -07:00
Cargo.toml fix a couple clippy errors 2024-12-11 15:03:31 -08:00
Cross.toml no more Docker! 2023-10-18 21:55:47 -07:00