From 1ef960906616501effabc51c618943b803a2c71b Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Thu, 18 Nov 2021 09:28:23 -0800 Subject: [PATCH] Mention LL-HLS in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c09be79c..e533a7cb 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ All variables listed are under a `live:` section. |Live Provider|Latency|Frame Rate|Installation|Description| | -- | -- | -- | -- | -- | -|`frigate`|High|High|Builtin|Use the built-in Home Assistant camera stream from Frigate (RTMP). The camera doesn't even need to be a Frigate camera! | +|`frigate`|High|High|Builtin|Use the built-in Home Assistant camera stream from Frigate (RTMP). The camera doesn't even need to be a Frigate camera! Latency may be lowered through the use of [LL-HLS](https://www.home-assistant.io/integrations/stream/#ll-hls).| |`frigate-jsmpeg`|Lower|Low|Builtin|Stream the JSMPEG stream from Frigate (proxied via the Frigate integration). See [note below on the required integration version](#jsmpeg-troubleshooting) for this live provider to function. This is the only live provider that can view the Frigate `birdseye` view.| |`webrtc`|Lowest|High|Separate installation required|Uses [WebRTC](https://github.com/AlexxIT/WebRTC) to stream live feed, requires manual extra setup, see [below](#webrtc).|