From 0dea1e0b2ed56680ae56f2cdadb03b263b5e2b2a Mon Sep 17 00:00:00 2001 From: uvjustin <46082645+uvjustin@users.noreply.github.com> Date: Mon, 16 May 2022 15:19:09 +0800 Subject: [PATCH] Update generic documentation for use_wallclock_as_timestamps option (#22747) Co-authored-by: Franck Nijhof --- source/_integrations/generic.markdown | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/source/_integrations/generic.markdown b/source/_integrations/generic.markdown index 797978ec364..6f5e9bb2c50 100644 --- a/source/_integrations/generic.markdown +++ b/source/_integrations/generic.markdown @@ -26,24 +26,26 @@ You must enter a URL in at least one of the fields **Still Image URL** or **Stre [Templates](/topics/templating/) are allowed in the URL fields, which can be used to select different images or parameterize the URL depending on the status of sensors. Template validity and network access are checked during the configuration steps. {% configuration_basic %} -still_image_url: +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." -stream_source: +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." -username: +Username: description: The username for accessing your camera. Note that this username applies only to still_image_url and not to stream_source. -password: +Password: description: The password for accessing your camera. Note that this password applies only to still_image_url and not to stream_source. -authentication: +Authentication: description: "Type for authenticating the requests `basic` or `digest`." -limit_refetch_to_url_change: +Limit refetch to URL change: description: Limits re-fetching of the remote image to when the URL changes. Only relevant if using a template to fetch the remote image. -framerate: +Frame Rate: description: The number of frames-per-second (FPS) of the stream. Can cause heavy traffic on the network and/or heavy load on the camera. -verify_ssl: +Verify SSL certificate: description: Enable or disable SSL certificate verification. Set to false to use an http-only camera, or you have a self-signed SSL certificate and haven't installed the CA certificate to enable verification. -rtsp_transport: +RTSP transport protocol: description: "Set the RTSP transport protocol to `tcp`, `udp`, `udp_multicast` or `http`." +Use wallclock as timestamps: + description: ([Advanced Mode](/blog/2019/07/17/release-96/#advanced-mode) only) Rewrite the camera timestamps. This may help with playback or crashing issues from Wi-Fi cameras or cameras of certain brands (e.g., EZVIZ). {% endconfiguration_basic %}