I am currently running HA on a Pi4-4GB. I have a single dashboard that displays two live video feeds from my local Blue Iris server. I view the dashboard on my iPad Air. I have tried viewing the dashboard both within the HA app, as well as safari and chrome. I am accessing these feeds from my Blue iris Webcast URL. The Problem: The video feeds lock up for 3-4 seconds then continues to stream. This happens probably 10x an hour.
The blue iris feeds are rock solid when accessing them from any other application outside of HA. The CPU usage on the Pi4 never reaches more than 10%-12%
I have looked in the logs and I do see an occasional error with one of my Hue motion sensors, but aside from that, no errors.
Can anyone suggest where else I can look to identify why the video stream is not solid? Thanks for any help!
Here is how I have my camera configured in my config file:
# Cameras
stream:
camera Driveway_Camera:
- platform: mjpeg
mjpeg_url: http://XXX.XXX.XX.XXX:xxxxx/mjpg/Driveway
name: Driveway_Camera
username: myusername
password: mypassword
authentication: basic