From afefa3ec02524b9fb1769062354532753722ab90 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 25 Aug 2022 22:33:47 +1000 Subject: [PATCH] Update camera_specific.md (#3292) Change fflag arg to remove `nobuffer`, which causes stream errors in 0.11-beta2 --- docs/docs/configuration/camera_specific.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index 04e1ddeb5..4e99a16c5 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -58,18 +58,17 @@ ffmpeg: ### Reolink 410/520 (possibly others) -According to [this discussion](https://github.com/blakeblackshear/frigate/issues/1713#issuecomment-932976305), the http video streams seem to be the most reliable for Reolink. +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. ```yaml cameras: reolink: ffmpeg: - hwaccel_args: input_args: - -avoid_negative_ts - make_zero - -fflags - - nobuffer+genpts+discardcorrupt + - +genpts+discardcorrupt - -flags - low_delay - -strict