You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go2rtc has a pid but is not responding on port 11984 (or 1984) and what I think is it's config file only shows 1 camera. How can I restart it, and will it then get the cameras from config/go2rtc.yaml? Rebooting didn't help.
# This file is managed by Home Assistant
# Do not edit it manually
api:
listen: "127.0.0.1:11984"
rtsp:
listen: "127.0.0.1:18554"
webrtc:
listen: ":18555/tcp"
ice_servers: []
streams:
camera.garden_orginal:
- rtsp://admin:[email protected]/h264Preview_01_main
camera.garden:
- rtsp://127.0.0.1:18554/camera.garden_orginal
- ffmpeg:camera.garden_orginal#audio=opus
The text was updated successfully, but these errors were encountered:
The HA embedded version of go2rtc is not designed for use outside of HA.
But you can run your own go2rtc version (addon/custom integration/etc) and config HA to use this version: https://www.home-assistant.io/integrations/go2rtc/
I thought I was trying to use it within HA. Does that mean I would only use the generic cameras and not webrtc?
I don't have the add-on loaded. Shouldn't I see something on port 11984?
go2rtc has a pid but is not responding on port 11984 (or 1984) and what I think is it's config file only shows 1 camera. How can I restart it, and will it then get the cameras from config/go2rtc.yaml? Rebooting didn't help.
ps -ef | grep go2
178 root 0:00 /bin/go2rtc -c /tmp/go2rtc_mvp3jup8.yaml
tmp/go2rtc_mvp3jup8.yaml
The text was updated successfully, but these errors were encountered: