Update generic documentation for use_wallclock_as_timestamps option (#22747)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
uvjustin 2022-05-16 15:19:09 +08:00 committed by GitHub
parent 9f46093f0d
commit 0dea1e0b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}
<p class='img'>