Add missing rtsp_transport option to onvif camera (#12483)

* Add missing rtsp_transport option to onvif camera

* Update onvif.markdown

* 🚑 Fix build error

* ✏️ Tweak

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
Balazs Sandor 2020-03-22 18:59:10 +01:00 committed by GitHub
parent e043c2a40d
commit 1ecb3a5113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,11 @@ profile:
required: false
type: integer
default: 0
rtsp_transport:
description: "RTSP transport protocols. The possible options are: `tcp`, `udp`, `udp_multicast`, `http`."
required: false
type: string
default: tcp
extra_arguments:
description: "Extra options to pass to `ffmpeg`, e.g., image quality or video filter options. More details in [`ffmpeg` component](/integrations/ffmpeg)."
required: false