make note of no h265 support for webrtc

This commit is contained in:
Josh Hawkins 2025-01-17 09:01:39 -06:00
parent 14821d5f81
commit 03ab1557f9

View File

@ -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