mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +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
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 0
|
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:
|
extra_arguments:
|
||||||
description: "Extra options to pass to `ffmpeg`, e.g., image quality or video filter options. More details in [`ffmpeg` component](/integrations/ffmpeg)."
|
description: "Extra options to pass to `ffmpeg`, e.g., image quality or video filter options. More details in [`ffmpeg` component](/integrations/ffmpeg)."
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user