From 447fd5b3eb07086fa7aa47b85086418f5fafca11 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Mon, 4 Sep 2023 13:22:11 -0300 Subject: [PATCH 1/3] 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: From 947b0970adbffaad960b17b8ad151e0102e53b4c Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Mon, 4 Sep 2023 13:23:16 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7cbbd67..c620f9d8 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) > RTSP Protocol: TCP (leave everything else as is) + - 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: From 6d7357b151ac8e3dd5f8bc96d3e04d161c064819 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sat, 9 Sep 2023 15:16:58 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c620f9d8..1722a6f6 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) > RTSP Protocol: `TCP` (leave everything else as is) + - Hass > Settings > Integrations > Add Integration > [Generic Camera](https://my.home-assistant.io/redirect/config_flow_start/?domain=generic) > Stream Source URL: `rtsp://127.0.0.1:8554/camera1` (change to your stream name, leave everything else as is) You have several options on how to watch the stream from the cameras in Home Assistant: