Frigate container running on Home Assistant doesn't have access to LAN IPs #12602
Unanswered
mb02155
asked this question in
General Support
Replies: 1 comment 8 replies
-
Sounds like a network configuration issue, there's no reason this shouldn't work out of the box |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I installed the Frigate add-on on a new install of Home Assistant and was not able to access any camera (tried multiple brands).
2024-07-25 05:54:34.455976599 [2024-07-24 22:54:34] frigate.video ERROR : driveway: Unable to read frames from ffmpeg process.
2024-07-25 05:54:34.456180316 [2024-07-24 22:54:34] frigate.video ERROR : driveway: ffmpeg process is not running. exiting capture thread...
2024-07-25 05:54:49.452285720 [2024-07-24 22:54:49] watchdog.driveway ERROR : Ffmpeg process crashed unexpectedly for driveway.
I decided to connect interactively to the frigate docker container running on HA (docker exec -it /bin/bash) and found that (after installing ping) I was not able to ping any IPs for the cameras or anything else on my LAN. I also tried a frame capture using ffmpeg (ffmpeg -loglevel debug -y -rtsp_transport tcp -i rtsp://uname:[email protected]:554/cam/realmonitor?channel=1&subtype=0 -vframes 1 testframe3.jpg) and was unable to capture a frame since it also was not able to connect to the camera.
Please let me know what I need to do to resolve this.
Thank you!
Steps to reproduce
Install HAssOS
Install Frigate add-on
Create frigate.yaml file
start frigate
Version
0.13.2-6476f8a / go2rtc 1.8.4
Frigate config file
Relevant log output
Operating system
HassOS
Install method
HassOS Addon
Network connection
Wired
Camera make and model
Tried amcrest and ubiquiti
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions