Clarify import from go2rtc to hass generic camera

The protocol is not set by default. According to my tests, only TCP works.
This commit is contained in:
Felipe Santos
2023-09-04 13:22:11 -03:00
committed by GitHub
parent 064ffef462
commit 447fd5b3eb
+1 -1
View File
@@ -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: