From 447fd5b3eb07086fa7aa47b85086418f5fafca11 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Mon, 4 Sep 2023 13:22:11 -0300 Subject: [PATCH] Clarify import from go2rtc to hass generic camera The protocol is not set by default. According to my tests, only TCP works. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2cd62de..e7cbbd67 100644 --- a/README.md +++ b/README.md @@ -965,7 +965,7 @@ You have several options on how to add a camera to Home Assistant: - Install any [go2rtc](#fast-start) - Add your stream to [go2rtc config](#configuration) - Hass > Settings > Integrations > Add Integration > [ONVIF](https://my.home-assistant.io/redirect/config_flow_start/?domain=onvif) > Host: `127.0.0.1`, Port: `1984` - - Hass > Settings > Integrations > Add Integration > [Generic Camera](https://my.home-assistant.io/redirect/config_flow_start/?domain=generic) > `rtsp://127.0.0.1:8554/camera1` (change to your stream name) + - Hass > Settings > Integrations > Add Integration > [Generic Camera](https://my.home-assistant.io/redirect/config_flow_start/?domain=generic) > `rtsp://127.0.0.1:8554/camera1` (change to your stream name) > RTSP Protocol: TCP (leave everything else as is) You have several options on how to watch the stream from the cameras in Home Assistant: