mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-02-14 23:22:30 -05:00
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 ```