mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
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:
parent
e043c2a40d
commit
1ecb3a5113
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user