moonfire-nvr/server
Scott Lamb 3c130f4fea update moonfire-ffmpeg
This picks up moonfire-ffmpeg's 4b13378:

support ffmpeg's multi-call log messages

This should fix this annoying log output:

```
W20210310 13:17:09.060 s-garage_west-main moonfire_ffmpeg::rtsp] 0xaf300950: RTP H.264 NAL unit type 29
W20210310 13:17:09.060 s-garage_west-main moonfire_ffmpeg::rtsp] 0xaf300950:  is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
```

so it looks like this instead:

```
W20210310 13:17:09.060 s-garage_west-main moonfire_ffmpeg::rtsp] 0xaf300950: RTP H.264 NAL unit type 29 is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
```
2021-03-11 19:04:44 -08:00
..
base small readability improvements to web.rs 2021-03-10 16:21:34 -08:00
db fix invariant violation on pts jump (#112) 2021-03-10 12:45:32 -08:00
src small readability improvements to web.rs 2021-03-10 16:21:34 -08:00
Cargo.lock update moonfire-ffmpeg 2021-03-11 19:04:44 -08:00
Cargo.toml changelog, including upcoming 0.6.2 2021-03-10 17:53:29 -08:00