From 20800d7cce447f262c137bd8e28145691ed537f5 Mon Sep 17 00:00:00 2001 From: Remy Date: Sun, 29 Aug 2021 02:42:09 +0200 Subject: [PATCH] [Doc] Add example for UDP cameras configuration Since I searched some time to understand why my camera did'nt work, I think add this to the documentation will be great for other people with UDP cameras. --- docs/docs/configuration/cameras.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/docs/configuration/cameras.md b/docs/docs/configuration/cameras.md index 5184e516c..f5c4472b6 100644 --- a/docs/docs/configuration/cameras.md +++ b/docs/docs/configuration/cameras.md @@ -487,3 +487,14 @@ ffmpeg: - -use_wallclock_as_timestamps - "1" ``` + +### UDP Cameras + +You will need to add `rtsp_transport` option for UDP cameras + +```yaml +ffmpeg: + input_args: + - -rtsp_transport + - udp +```