From f25f5841b2da9c105982410b18a79ef26bf48500 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 20 Dec 2022 08:56:59 -0700 Subject: [PATCH] Update reolink docs --- docs/docs/configuration/camera_specific.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index c1b57658c..748a8a56e 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -102,9 +102,13 @@ ffmpeg: input_args: -avoid_negative_ts make_zero -flags low_delay -strict experimental -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 ``` -### Reolink 410/520 (possibly others) +### Reolink Cameras -![Resolutions](/img/reolink-settings.png) +Reolink has older cameras (ex: 410 & 520) as well as newer camera (ex: 520a & 511wa) which support different subsets of options. In both cases using the below configuration is recommended. + +If available, recommended settings are: +- `On, fluency first` this sets the camera to CBR (constant bit rate) +- `Interframe Space 1x` this sets the iframe interval to the same as the frame rate According to [this discussion](https://github.com/blakeblackshear/frigate/issues/3235#issuecomment-1135876973), the http video streams seem to be the most reliable for Reolink. @@ -150,4 +154,4 @@ ffmpeg: output_args: record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac rtmp: -c:v copy -f flv -ar 44100 -c:a aac -``` \ No newline at end of file +```