From 624df620b94c02e624879d43665adfaf27410826 Mon Sep 17 00:00:00 2001 From: Marcel Blijleven Date: Sun, 21 Jul 2024 19:45:50 +0200 Subject: [PATCH] Fix typo in unifiprotect.markdown (#33900) The documentation mentioned a 'reserve proxy' instead of 'reverse proxy' --- source/_integrations/unifiprotect.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/unifiprotect.markdown b/source/_integrations/unifiprotect.markdown index fc7d99677b1..a809d99a1e6 100644 --- a/source/_integrations/unifiprotect.markdown +++ b/source/_integrations/unifiprotect.markdown @@ -271,7 +271,7 @@ The easiest way to find the `nvr_id`, `camera_id`, `start`, and `end` times is b ### Delay in video feed -The default settings on the stream integration will give you a 5-15+ second delay. You can reduce this delay to 1-3 seconds, by enabling [LL-HLS in the stream integration](/integrations/stream/#ll-hls). You will also want to put an HTTP/2 reserve proxy in front of Home Assistant so you can have connection pooling. If you do not add a reverse proxy, you may start to get "Waiting for WebSocket..." messages while trying to view too many camera streams at once. One way to do this is using the official NGINX Proxy Add-on: +The default settings on the stream integration will give you a 5-15+ second delay. You can reduce this delay to 1-3 seconds, by enabling [LL-HLS in the stream integration](/integrations/stream/#ll-hls). You will also want to put an HTTP/2 reverse proxy in front of Home Assistant so you can have connection pooling. If you do not add a reverse proxy, you may start to get "Waiting for WebSocket..." messages while trying to view too many camera streams at once. One way to do this is using the official NGINX Proxy Add-on: {% my supervisor_addon addon="core_nginx_proxy" badge %}