From 03ab1557f9153b9e3119a7f1dfa20998f95847a7 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:01:39 -0600 Subject: [PATCH] make note of no h265 support for webrtc --- docs/docs/configuration/live.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index f044ba142..070de30e8 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -117,6 +117,7 @@ WebRTC works by creating a TCP or UDP connection on port `8555`. However, it req ``` - For access through Tailscale, the Frigate system's Tailscale IP must be added as a WebRTC candidate. Tailscale IPs all start with `100.`, and are reserved within the `100.64.0.0/10` CIDR block. +- Note that WebRTC does not support H.265. :::tip