From 6dc6ed1e948e851255967bec7e0e034a33925d81 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Fri, 29 Jan 2021 06:40:32 -0600 Subject: [PATCH] more detailed reolink args --- docs/docs/configuration/cameras.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/docs/configuration/cameras.md b/docs/docs/configuration/cameras.md index 1051d89fd..058583c28 100644 --- a/docs/docs/configuration/cameras.md +++ b/docs/docs/configuration/cameras.md @@ -386,6 +386,29 @@ ffmpeg: - '1' ``` +### Reolink 410/520 (possibly others) +Several users have reported success with the rtmp video from Reolink cameras. + +```yaml +ffmpeg: + input_args: + - -avoid_negative_ts + - make_zero + - -fflags + - nobuffer + - -flags + - low_delay + - -strict + - experimental + - -fflags + - +genpts+discardcorrupt + - -rw_timeout + - '5000000' + - -use_wallclock_as_timestamps + - '1' +``` + + ### Blue Iris RTSP Cameras You will need to remove `nobuffer` flag for Blue Iris RTSP cameras