From ed780bb70ec729f5dff0b1c4b627b8af22479ae2 Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Wed, 29 Jun 2022 10:09:08 +0100 Subject: [PATCH] Update docs to allow username and password for stream URLs via the UI for generic 2 (#23183) --- source/_integrations/generic.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/generic.markdown b/source/_integrations/generic.markdown index 207ee587ba9..fe87c49dce2 100644 --- a/source/_integrations/generic.markdown +++ b/source/_integrations/generic.markdown @@ -28,13 +28,13 @@ You must enter a URL in at least one of the fields **Still Image URL** or **Stre {% configuration_basic %} Still Image URL: - description: "The URL your camera serves the image on, e.g., `http://192.168.1.21:2112/`. Can be a [template](/topics/templating/). At least one of still_image_url or stream_source must be provided." + description: "The URL your camera serves the image on, e.g., `http://192.168.1.21:2112/`. Can be a [template](/topics/templating/). Usernames and passwords are allowed in the URL, but if none are provided, the `Username` and `Password` settings will be used during authentication. At least one of still_image_url or stream_source must be provided." Stream Source: - description: "The URL your camera serves the live stream on, e.g., `rtsp://user:pass@192.168.1.21:554/`. Can be a [template](/topics/templating/). Usernames and passwords must be embedded in the URL. At least one of still_image_url or stream_source must be provided. Note that a stream_source without a still_image_url can only be used if the [stream integration](/integrations/stream/) is configured." + description: "The URL your camera serves the live stream on, e.g., `rtsp://192.168.1.21:554/`. Can be a [template](/topics/templating/). Usernames and passwords are allowed in the URL, but if none are provided, the `Username` and `Password` settings will be used during authentication. At least one of still_image_url or stream_source must be provided. Note that a stream_source without a still_image_url can only be used if the [stream integration](/integrations/stream/) is configured." Username: - description: The username for accessing your camera. Note that this username applies only to still_image_url and not to stream_source. + description: The username for accessing your camera. Note that this applies to both still_image_url and stream_source. Password: - description: The password for accessing your camera. Note that this password applies only to still_image_url and not to stream_source. + description: The password for accessing your camera. Note that this applies to both still_image_url and stream_source. Authentication: description: "Type for authenticating the requests `basic` or `digest`." Limit refetch to URL change: